@charset "utf-8";
@import url("./reset.css");	 /* リセット用 */
/* ---------------------------------
index.css
年齢認証専用のスタイル
(common.css不使用)
------------------------------------ */

/*--------------------------------------------------------------------------------------*/
body {
	background: url(../images/index_bg.gif) repeat-x #8A0518;
}

#index_wrapper{
	background: url(../images/index_parts.png) no-repeat;
	background-position: 0 0;
	height: 530px;
	width: 800px;
	margin: 0px auto;
}

h1{
	text-indent: -9999px;
}

h2{
	margin: 100px 0 0 200px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}


#index_enter{
	display: block;
	float: left;
	width: 270px;
	_width: 269px;
	height: 80px;
	text-indent: -9999px;
	margin: 155px 0 0 125px;
	_margin: 155px 0 0 63px;
	overflow: auto;
}
#index_enter:hover{
	background: url(../images/index_parts.png) no-repeat;
	background-position: -5px -530px;
	_background-position: -6px -530px;
}


#np_enter{
	display: block;
	float: left;
	width: 270px;
	height: 80px;
	text-indent: -9999px;
	margin: 155px 0 0 10px;
	overflow: auto;
}
#np_enter:hover{
	background: url(../images/index_parts.png) no-repeat;
	background-position: -275px -530px;
}


#index_exit{
	display: block;
	width: 128px;
	height: 60px;
	text-indent: -9999px;
	margin: 260px 0 0 336px;
	overflow: auto;
}
#index_exit:hover{
	background: url(../images/index_parts.png) no-repeat;
	background-position: -5px -610px;
}


#index_info{
	text-indent: -9999px;
}


p{
	width: 100%;
	margin: 50px auto 0 auto;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}
p strong{
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}


#index_bn{
	width: 100%;
	margin: 30px auto 0 auto;
	color: #ffffff;
	text-align: center;
}
/*
#index_bn a img{
	border: 1px solid #ffffff;
}
*/

#index_bn_other{
	width: 100%;
	margin: 60px auto 0 auto;
	color: #ffffff;
	text-align: center;
}
