@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/** skrd 2009.09.01
 * ---------------------------------
 * 年齢認証ページ用コンフィグ
 * ---------------------------------
 */
html {
	overflow-y: scroll;	/* Firefoxで常にスクロールバーを表示させる */
}
body {
	color: #000;
	background: #FFF3FA url(../files/include/bg.png) repeat left top scroll;
	text-align: center;
	/* -- textsettings --*/
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
body div {
	text-align: left;
	margin: 0 auto;
}
#nav_i, #ninsyou {
	margin: 5px 0px;
	text-align: center;
}
#nav_i {
	color: #F00;
}
#container, #over_under {
	width: 900px;
}
#over_under {
	position: relative;
	height: 106px;
	background-image: url(../files/index/age_certify.jpg);
}
#over_under .over, #over_under .under {
	position: relative;
/*	float: left;	*/
	float: left;
	display: block;
	position: relative;
	top: 29px;
}
#over_under .over {
	margin-left: 246px;
	_margin-left: 123px;
}
#over_under .under {
	margin-left: 110px;
}
#eisei {
	height: 162px;
	margin-top: 10px;
}
#eisei .eisei1 {
	float: left;
	display: block;
}
#eisei h2, #eisei .eisei2 {
	margin-left: 170px;
}
#eisei h2 {
	margin-top: 10px;
}
#eisei .eisei2 {
	margin-top: 10px;
}
#comment_box {
	clear: both;
	height: 293px;
	margin-top: 10px;
	background: #FFF;
}
#comment_box img {
	float: left;
}
#comment_box .comment_text {
	float: left;
	width: 605px;
	text-align: center;
}
#comment_box .mobile {
	float: right;
}
#footer {
	clear: both;
	width: 900px;
	background: #FFF;
	text-align: center;
}
#footer hr {
	height: 1px;
}
#footer hr.sep1 {
	border: none;
	border-top: 1px #D3D3D3 dashed;
}
#copylight {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#copylight p {
	margin-bottom: 20px;
}
#links {
	margin: 10px 51px;
}
#links .link {
	float: left;
	display: block;
	width: 114px;
	height: 45px;
}
#ninja {
	width: 900px;
}
#copylight hr, #ninja hr {
	clear: both;
	height: 1px;
	border: none;
	border-top: 1px #D3D3D3 solid;
}
#ninja #shinobi {
	margin-top: 10px;
	margin-bottom: 10px;
}
