@CHARSET "UTF-8";
.clear{ clear:both;}
/*** BODY ***/
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:12px;
	color:#313131;
	position: relative;
	text-align:center;
	background:url(../img/common/background.jpg) no-repeat center 0;
	background-size:1920px;
	background-attachment: fixed;
}
a{
	text-decoration: none;
	color: #333333;
}
a:hover{
	text-decoration: underline;
}
#container{
	position: relative;
//	background: url(../img/shadow.png) center 0 repeat-y;
}
#bg_girl{
//	width:940px;
	margin:0 auto;
//	background: url(../img/common/bg_girl.jpg) center 0 no-repeat;
}
#head_wrapper{
	height:230px;
	background:url(../img/header/bg_blk.png) repeat-x;
}
/*** HEADER ***/
#head{
	position:relative;
	margin:0 auto;
	width:940px;
	height:220px;
	text-align:left;
//	background: url(../img/header/bg_photo.png);
}
#top_text{
	height:20px;
}
#top_text h1{
	color:#ffffff;
	line-height:20px;
	text-align:left
}
#header_left{
	float:left;
	height:150px;
	width:600px;
}
#header_right{
	float:left;
	height:150px;
	width:340px;
}
#head ul.menu{
	position:relative;
	clear:both;
	width:900px;
	height:48px;
	margin:0 auto;
	background:url(../img/header/bg_menu.png) center top no-repeat;
}
#head ul li{
	float:left;
}
#head ul li a {
	display:block;
	height:48px;
}
#head ul li.top a{
	width:128px;
}
#head ul li.girls a{
	width:128px;
}
#head ul li.system a{
	width:128px;
}
#head ul li.schedule a{
	width:128px;
}
#head ul li.costume a{
	width:128px;
}
#head ul li.recruit a{
	width: 130px;
}
#head ul li.link a{
	width:130px;
}
#head ul li a:hover{
	background-image: url(../img/header/bg_menu.png);
}
#head ul li.top a:hover{
	background-position: 0 -48px;
}
#head ul li.girls a:hover{
	background-position: -128px -48px;
}
#head ul li.system a:hover{
	background-position: -256px -48px;
}
#head ul li.schedule a:hover{
	background-position: -384px -48px;
}
#head ul li.costume a:hover{
	background-position: -512px -48px;
}
#head ul li.recruit a:hover{
	background-position: -640px -48px;
}
#head ul li.link a:hover{
	background-position: -770px -48px;
}
#head ul li a span{
	display: none;
}
/*** CONTENTS ***/
#contents_bg{
/*
	background: url('../img/contents_bg.gif') center top no-repeat;
	background:url(../img/common/bg_gif.gif)center top no-repeat;
	background-position:center 400px;
	background:url(../img/common/bg.jpg)center top repeat-y;
	background:url(../img/common/background.jpg) no-repeat center 0;
	background-size:1920px;
	background-attachment: fixed;
*/
}
#contents{
	background:url(../img/common/bg_contents.png) repeat-y;
	position: relative;
	margin: 0 auto;
	width: 940px;
	text-align: left;
}
/*** FOOTER ***/
#footer {
	background:url(../img/header/bg_blk.png) repeat-x;
	height:230px;
	clear: both;
	overflow:hidden;
}
