@charset "Shift_JIS";

/*メニュー使用画像用*/
div.menu_a {
	width: 170px;
	margin-left: 50px;
	float: left;
}

/*基本設定
---------------------------------------------------------*/
._____KIHON__________{}

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/*-------------------------------------------------------*/

/*風俗　エンターページ
---------------------------------------------------------*/
div.fu_enter{
	width: 660px;
	margin: 50px auto;
}

div.fu_enter_l{
	width: 300px;
	float: left;
}

div.fu_enter_l img{
	vertical-align: bottom;
}

div.fu_enter_l p{
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}

div.fu_enter_r{
	width: 360px;
	float: right;
}

div.fu_enter_r p{
	text-align: center;
	margin-bottom: 15px;
	font-size: 10px;
	line-height: 1.6em;
}

div.fu_enter_r p.logo{
	margin-bottom: 30px;
}

div.fu_enter_r p.kin_18{
	margin-top: 25px;
	margin-bottom: 10px;
}

div.enter_btn{
	margin-top: 40px;
	text-align: center;
}

div.enter_btn p{
	
}

div.enter_btn img{
	margin: 0px 10px 20px;
	vertical-align: bottom;
}