/* CSS Document */
body{
  margin:0 auto 0 auto;
  text-align:center;
  background-color:#000;
  font-family:Arial, Helvetica, sans-serif;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#wrap{
  width:760px;
  height:1605px;
  background-color:#000;
  background-image:url(../img/parts/bgimg.gif);
  background-repeat:repeat-y;
  margin:0 auto 0 auto;
  text-align:center;
  overflow:visible;
}

#main{
  width:750px;
  height:1375px;!important
  background-color:#000;
  margin:0 auto 0 auto;
  text-align:center;
}

#left{
  width:295px;
  height:1375px;!important
  background-color:#333;
  float:left;
}

#right{
  width:455px;
  height:1375px;!important
  background-color:#000;
  color:#ffc;
  float:left;
  text-align:left;
}

#content{
  position:relative;
  width:445px;
  height:1200px;
  overflow:hidden;
}

#content a{font-size:0.8em;}

#sub{
  width:425px;
  height:1200px;
}

#image{
  width:445px;
  height:175px;
  background-color:#000;
  background-image:url(../img/topimg/01.jpg);
  background-repeat:no-repeat;
}

#image_s{
  width:425px;
  height:60px;
  background-color:#000;
}

p{
  font-size:0.8em;
/*  color:#ffc;*/
  line-height:1.8em;
  margin-top:2px;
}

p.menu{
  font-size:0.8em;
  color:#ccc;
  line-height:9px;
}

span{
  font-size:0.8em;
  line-height:1.1em;
  color:#ccc;
}

.red{
  color:#c00;
}
.pink{
  font-size:1.0em;
  color:#fcc;
}

ul, li {
	list-style: none;
	margin: 0;
	float: left;
}

#navi_s ul {
	width: 250px;
	float: right;
	overflow: hidden;
}

#navi_s li {
	width: 250px;
	height: 28px;
	background: transparent;
	text-align: left;
	padding-left: 10px;
	float:left;
	overflow:hidden;
}

#navi_s a{
	display:block;
}
