@charset "Shift_JIS";
*{
	margin:0;
	padding:0;
}


/* ボディ設定 */
body{
	background:#646464;
	font-size:9pt;
	color:#616161;
	}

/* 基本枠
-------------------------------------------*/
#Base{
	width:852px;
	margin:0 auto;
	padding-top:5px;
	background:#fff;
	border-left:#202144 4px solid;
	border-right:#202144 4px solid;
}
/*ヘッダー文字*/
#in_name{
	background-color:#525361;
	width:852px;
	color:#FFFFFF;
	font-size:10pt;
	text-align:center;
	margin-top:5px;
}

/*ロゴ*/
h1{
	background-color:#1D1E43;
	width:852px;
	height:119px;
	}

#container{
	float:left;
	width:842px;
	padding:10px 0 0 10px;
	margin-bottom:10px;
	display:inline;

}

#box_l{
	float:left;
	width:415px;
	
}

/*見出し*/
h3{
	background-image:url(/img/index1.gif);
	width:405px;
	height:22px;
	color:#FF006C;
	font-size:12pt;
	font-weight:bold;
	padding:5px 0 0 10px;
}


/*18禁*/
#kin_18{
	float:left;
	width:415px;
}


#mark{
	float:left;
	width:85px;
	height:87px;
}

#com{
	float:left;
	width:290px;
	padding:5px 0 0 5px;
}

#box_r{
	float:left;
	width:411px;
	margin-left:10px;
	display:inline;
}




/*入り口*/

#index4{
	background:#ffed50;
	width:852px;
	border-top:2px solid #e00900;
	border-bottom:2px solid #e00900;
	float:left;
}

#mobile{
	width:300px;
	float:left;
	margin:10px 0 0 10px;
}

#mob_l{
	width:226px;
	float:left;
}
#mob_r{
	float:left;
	width:54px;
	height:54px;
}

#in_enter{
	width:535px;
	height:70px;
	float:left;
	text-align:right;
	margin-top:5px;
}

/*コメント*/
.intoro_tit{
	background:url(/img/in_titbar.gif) no-repeat;
	width:822px;
	height:22px;
	color:#FF006C;
	font-size:12pt;
	font-weight:bold;
	padding:5px 0 0 10px;
	margin:15px 10px 0 10px;

}
.in_intoro{
	width:815px;
	padding:5px 5px 5px 10px;
	margin:5px 10px 0 10px;
	line-height:12pt;
	border:1px solid #C8E603;
	font-size:10pt;
}

#footer{
	background:#202144;
	width:852px;
	text-align:center;
	color:#FFF;
	padding:10px 0;
	margin-top:15px;

}
