@charset "utf-8";

/* ---------------------------------
index.css
年齢認証のCSS読み込み
------------------------------------ */
#index
	{
	width:690px;
	}
/******************* html/body *******************/
html,body
	{
	height:100%;
	}
body
	{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	background-image: url(../img/indexbodybk2.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	background-position:center top;
	}
#indexwrap
	{
	width:100%;
	height:2100px;
	overflow:hidden;
	}
#wrapper
	{
	width:920px;
	margin: 0px auto 0px auto;
	}

* 	{
	margin:0;
	padding:0;
	}
a
	{
	color: #FFFF66;
	text-decoration: none;
	outline : 0;
	}
a:link
	{
	text-decoration: none;
	}
a:hover
	{
	color: #FFC;
	text-decoration: underline;
	}
img 
	{
	border:0;
	}
h1.index
	{
	width: 920px;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	}
/******************* clearfix設定 *******************/
.clearfix:after 
	{
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
	}
.clearfix 
	{
	display: inline-block;
	} /* Hides from IE-mac \*/
* html.clearfix 
	{
	height: 1%;
	}
.clearfix
	{
	display: block;
	} /* End hide from IE-mac */
/******************* コンテンツ設定 *******************/
ul#index_girl
	{
		width:910px;
		margin:0px auto 0px auto;
		padding:200px 0px 0px 0px;
		z-index:1;
	}
ul#index_girl li.girl1
	{
		width:300px;
		float:left;
		padding:0px 5px 0px 0px;
	}
ul#index_girl li.girl2
	{
		width:300px;
		float:left;
		padding:0px 0px 0px 0px;
	}
#indextxt
	{
		width:1000px;
		z-index:2;
		margin:0px auto;
		position: relative; top: -450px; z-index: 2;
		margin:0px auto;
	}
#opening
	{
	width:700px;
	padding: 0px 0px 30px 250px;
	}
ul#index_Bt_wrap
	{
	width:480px;
	padding: 0px 0px 30px 0px;
	margin:0px auto 0px auto;
	color:#ffffff;
	line-height:20px;
	text-align:center;
	line-height:24px;
	position: relative; top: -400px;
	}
ul#index_Bt_wrap li
	{
	float:left;
	padding-right: 50px;
	text-align: center;
	color:#ffffff;
	}
#indexcom
	{
	width:350px;
	margin:0px auto 0px auto;
	clear: both;
	background-image: url(../img/18kin.png);
	background-repeat: no-repeat;
	padding: 20px 20px 40px 100px;
	position: relative; top: -400px;
	}
#wrapper p
	{
	width:480px;
	margin: 0px auto 40px auto;
	text-align:center;
	position: relative; top: -400px;
	}
#yobaigrupe
	{
		width:520px;
		margin:0px auto 20px auto;
		position: relative; top: -400px;
	}
ul#grurpban
	{
		margin:0px auto 20px auto;
		text-align:center;
		width:1050px;
		position: relative; top: -400px;
	}
ul#grurpban li
	{
		width:250px;
		float:left;
		padding:0px 0px 20px 10px;
	}
#footer
	{
	width:100%;
	background-image: url(../img/footerbk.gif);
	background-repeat: repeat-x;
	position: relative; top: -400px;
	}
#footwrap
	{
	width:920px;
	height: 220px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	background-image: url(../img/indexlogo.png);
	background-repeat: no-repeat;
	}
#address
	{
	width:423px;
	float:left;
	padding: 150px 0px 0px 100px;
	}
#indexqr
	{
		width:160px;
		float:right;
	}
#copy
	{
	width:800px;
	margin:0px auto;
	text-align:center;
	}

