/*　全体のレイアウト　*/
* {
	margin:0px;
	padding:0px;
}
body {
	color :#999999;
	background :#FFFFFF;
	font-size:12px;
	text-align :center;
}
img { border:0px; }
a:link { text-decoration: none ;color: #000099; }
a:visited { text-decoration: none ;color: #000099; }
a:active { text-decoration: none ;color: #ff6600; }
a:hover { color: #ff3300; text-decoration:none ; }
#layout {
	width :700px;
	margin :0px auto;
	text-align: left;
}
/*ヘッダー部分のレイアウト*/
#header {
	width:700px;
	height:20px;
}

#header h1{
	float: left;
	font-size: 10px;
	font-weight: normal;
}
#header p{
	font-size: 10px;
	font-weight: normal;
}
#header a{
	font-size: 10px;
}
#header k{
	font-size: 10px;
}
/*イメージ部分のレイアウト*/
#top{
	width :700px;
	height :250px;
}
#cover {
	font-size: 10px;
	margin:0 0 0 0;
}
html>body #cover{
	margin:0px;
}
#cover dt{
	width :700px;
	background-color:#ff6600;
	text-align:right;
}
/* 年齢認証 */
#nin {
	padding: 0px;
	width: 700px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	position: relative;
	height: 60px;
}
#kin18 {
	height: 52px;
	width: 222px;
	background-color: #E3E3E3;
	margin: 1px 5px 5px 5px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #666666;
	left: 5px;
	top: 0px;
	position: absolute;
}

a#link18u{
	background-image: url(../images/18under_off.jpg);
	width:91px;
	height:40px;
	display:block;
	left: 0px;
	top: 10px;
	position: absolute;
}
a:hover#link18u{
	background-image: url(../images/18under_on.jpg);
}
#link18h{
	width:38px;
	height:40px;
	left: 91px;
	top: 10px;
	position: absolute;
}
a#link18o{
	background-image: url(../images/18over_off.jpg);
	width:91px;
	height:40px;
	display:block;
	left: 130px;
	top: 10px;
	position: absolute;
}
a:hover#link18o{
	background-image: url(../images/18over_on.jpg);
}

/** 解説テキスト **/

#txt18 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 2px;
	float: right;
}
h2{
	font-size:11px;
}
#txt18 p{
	padding:3px;
}

/** グループサイトバナー **/
.group {
	margin: 10px 0 10px 2px;
	width: 700px;
	list-style-type: none;
	clear: both;
}
.group li {
	margin: 2px 2px 2px 2px;
	padding: 5px;
	height: 40px;
	width: 120px;
	float: left;
	text-align: center;
	font-size:10px;
}

/** フッター **/

#allright{
	width:700px;
	font-size: 10px;
	text-align: center;
	float: left;
}
#allright p#sh {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FF3300;
	border-bottom-color: #FF3300;
	color: #000000;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#allright p#ri {
	margin-bottom: 5px;
	text-align: right;
}
.foot_cp {
	width:700px;
	font-size:9px;
	text-align:center;
	padding:3px 0px 3px 0px;
	border-top:1px solid #FF3300;
	border-bottom:1px solid #FF3300;
	background:#EEEEEE;
	top: 410px;
	height: 11px;
	position: absolute;
	/position: non;
}
.kei {
	position: absolute;
	top: 0px;
	right: 120px;
	width: 92px;
}
