/* ボックスリスト */
.clsBoxList .clsList {
	border-top:1px solid #D65C5C;
	margin-bottom:8px;
}

.clsBoxList .clsTitle {
	color:#fff;
	background:#D65C5C;
	margin-top:1px;
	padding:11px;
	padding-bottom:12px;
}

.clsBoxList .clsBody {
	color:#CC3333;
	background:#fff;
	border:1px solid #EBADAD;
	border-top:0;
	margin-top:1px;
	padding:11px;
	padding-top:0;
}

.clsBoxList h2, .clsBoxList p {
	margin:0;
}

.clsBoxList h2 {
	font-size:small;
	line-height:125%;
}

.clsBoxList p {
	font-size:small;
	line-height:150%;
	padding-top:8px;
}

/* サイト固有 */
.clsBoxList .clsList {
	border-color:#CC0099;
}

.clsBoxList .clsTitle {
	background:#CC0099;
}

.clsBoxList .clsBody {
	color:#CC0099;
	border-color:#E066C2;
}

/* オーバーレイ */
#idsOverLay {
	position: absolute;
	top:0;
	left:0;
	visibility:hidden;
	z-index:100;
	background:url(../images/index_overlay_bg.png);
	width:auto;
	height:1px;
	/*
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	*/
}

#idsOverLayBody {
	position: absolute;
	top:0;
	left:0;
	visibility:hidden;
	z-index:200;
	background:#fff;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:400px;
	height:300px;
	text-align:left;
	overflow:visible;
	/*
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
	*/
}

/* 年齢認証 */
#idsAdultCheck {
	background:url(../images/index_agreement_bg.jpg) no-repeat;
	width:400px;
	height:300px;
}

#idsAdultCheck .clsBody {
	padding:18px;
	padding-top:224px;
	text-align:center;
}

#idsAdultCheck h2 {
	display:none;
	font-size:x-small;
	line-height:125%;
	margin:16px 0;
	margin-top:0;
}

#idsAdultCheck p {
	font-size:small;
	line-height:125%;
	margin:8px 0;
}

#idsAdultCheck p.clsMenu {
	margin-top:16px;
}

#idsAdultCheckNS {
	border:1px solid #ccc;
	margin-top:8px;
	padding:8px;
	text-align:center;
}
