@charset "utf-8";
/* CSS Document */

/* 
基本項目
----------------------------------------------------------- */ 
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	overflow-y:scroll\9;/*IE8*/
}
html>/**/body{/* for Modern browsers only not IE 7 */
	overflow:-moz-scrollbars-vertical;
	/* overflow-y:scroll; */
}
html:first-child body{/* for Opera 9 and below */
	min-height:100%;
	padding-bottom:1px;
}
body{
	color:#000;
	background:#FFF;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif,
		"メイリオ",
		Meiryo;
	font-size:62.5%;
}
li{
	list-style-type:none;
}
img{
	border:0;
	vertical-align:top;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
}
a:active, a:focus{
	outline:none;  
}  
.over{
}
.png_bg{
}

/* 
リンク
----------------------------------------------------------- */ 
a{
}
a:hover{
}
a:visited{
}
a:active{
}
h1{
	color:#F60;
	font-size:1.0em;
	font-weight:normal;
	text-align:center;
}

/* 
全体（認証ページ用）
----------------------------------------------------------- */ 
#s_container{
	font-size:1.2em;
	width:620px;
	margin:0 auto;
	padding:10px 0 50px 0;
}
.s_btm{
	width:620px;
	height:10px;
	background:url(img/s_btm.png) no-repeat;
}
.s_font_o{
	font-weight:bold;
	color:#F60;
}
.s_font_p{
	color:#F60;
	font-weight:bold;
	text-align:center;
	width:580px;
	margin:0 0 10px 0;
}
ul.s_lineup li{
	color:#333;
	line-height:130%;
	margin:0 0 0 64px;
	padding:0 0 0 14px;
	background:url(img/s_put.png) 0 3px no-repeat;
}

/* 
ヘッダー（認証ページ用）
----------------------------------------------------------- */ 
#s_header{
}

/* 
コンテンツ（認証ページ用）
----------------------------------------------------------- */ 
#s_content{
	width:610px;
	padding:10px 0 0 10px;
	background:url(img/s_bgline.png) repeat-y;
}
.s_comment_box{
	line-height:120%;
	width:590px;
	height:80px;
	background:url(img/s_comment.png) no-repeat;
	margin:0 0 20px 0;
	padding:5px;
}
.s_photo{
	width:600px;
	margin:0 0 20px 0;
	padding:0 0 0 10px;
}
.s_button{
	width:600px;
	margin:0 0 20px 0;
	padding:0 0 0 10px;
}
#s_yes a,
#s_no a{
	float:left;
	width:280px;
	height:50px;
	margin:0 20px 0 0;
}
#s_yes a{
	background:url(img/s_button.png) 0 0;
}
#s_yes a:hover{
	background:url(img/s_button.png) 0 50px;
}
#s_no a{
	background:url(img/s_button.png) 280px 0;
}
#s_no a:hover{
	background:url(img/s_button.png) 280px 50px;
}
.s_comment_box2{
	font-size:14px;
	width:580px;
	margin: 0 0 10px 10px;
}

/* 
全体
----------------------------------------------------------- */ 
#container{
	font-size:1.2em;
	width:760px;
	margin:0 auto;
}

/* 
ヘッダー
----------------------------------------------------------- */ 
#header{
}

/* 
メイン
----------------------------------------------------------- */ 
#wrappar{
	width:740px;
	padding:10px 10px 120px 10px;
	background:url(img/bgline.png) repeat-y;
}
.marquee_bar{
	width:670px;
	height:25px;
	background:url(img/marquee_bar.png) no-repeat;
	margin:0 0 10px 0;
	padding:15px 10px 0 60px;
}

/* 
コンテンツ
----------------------------------------------------------- */ 
#content{
	float:left;
	width:520px;
}
#type1 a,
#type2 a,
#type3 a,
#type4 a,
#type5 a,
#type6 a,
#type1-hover a,
#type2-hover a,
#type3-hover a,
#type4-hover a,
#type5-hover a,
#type6-hover a{
	float:left;
	width:163px;
	height:50px;
	margin:0 0 10px 10px;
}
#type1 a{
	background:url(img/button2.jpg) 0 0;
}
#type1 a:hover,
#type1-hover a{
	background:url(img/button2.jpg) 163px 0;
}
#type2 a{
	background:url(img/button2.jpg) 0 50px;
}
#type2 a:hover,
#type2-hover a{
	background:url(img/button2.jpg) 163px 50px;
}
#type3 a{
	background:url(img/button2.jpg) 0 100px;
}
#type3 a:hover,
#type3-hover a{
	background:url(img/button2.jpg) 163px 100px;
}
#type4 a{
	background:url(img/button2.jpg) 0 150px;
}
#type4 a:hover,
#type4-hover a{
	background:url(img/button2.jpg) 163px 150px;
}
#type5 a{
	background:url(img/button2.jpg) 0 200px;
}
#type5 a:hover,
#type5-hover a{
	background:url(img/button2.jpg) 163px 200px;
}
#type6 a{
	background:url(img/button2.jpg) 0 250px;
}
#type6 a:hover,
#type6-hover a{
	background:url(img/button2.jpg) 163px 250px;
}

.cont_area{
	margin:0 0 0 10px;
}
.cont_check_area{
	width:500px;
	height:60px;
	background:url(img/cont_bgline.png) repeat-y;
	padding:10px 0 0 10px;
}
dl.check_icon{
	height:60px;
}
dl.check_icon dt{
	float:left;
	width:65px;
}
dl.check_icon dd{
	float:left;
	color:#F0F;
	font-size:0.8em;
	width:40px;
	height:40px;
	margin:0 10px 0 0;
	padding:20px 5px 0 5px;
}

.site_name{
	font-size:1.2em;
	font-weight:bold;
	width:480px;
	height:23px;
	background:url(img/site_name.png) no-repeat;
	margin:10px 0 0 0;
	padding:7px 0 0 30px;
}
.site_box{
	width:510px;
	height:215px;
	margin:0 0 10px 0;
	overflow:hidden;
}
.site_l{
	float:left;
	width:200px;
	height:205px;
	background:url(img/site_l.png) no-repeat;
	padding:10px 0 0 10px;
}
.site_r{
	float:left;
	width:300px;
	height:215px;
	overflow:hidden;
}
.site_r1{
	width:280px;
	height:50px;
	background:url(img/site_r1.png) no-repeat;
	padding:15px 15px 0 5px;
}
.site_ricon{
	width:300px;
	height:65px;
	background:url(img/site_r_bgline.png) repeat-y;
}
.site_ricon img{
	float:left;
	width:65px;
	height:60px;
	margin:0 10px 0 0;
}
.site_r2{
	font-size:0.8em;
	line-height:130%;
	width:300px;
	height:85px;
	background:url(img/site_r2.png) no-repeat;
}
.site_comment1{
	width:244px;
	height:24px;
	padding:3px 0 0 43px;
	margin:0 0 11px 0;
}
.site_comment2{
	width:244px;
	height:24px;
	padding:3px 0 0 43px;
}


/* 
サイド
----------------------------------------------------------- */ 
#side{
	float:left;
	width:220px;
}
.girl_area{
	width:210px;
	height:485px;
	margin:10px 0;
}
.site2_box{
	width:210px;
	height:145px;
	margin:10px 0 0 0;
}
.site2_l{
	float:left;
	width:120px;
	height:145px;
	background:#FFF;
}
.site2_r{
	float:right;
	font-size:0.8em;
	width:75px;
	height:135px;
	background:url(img/site2_comment.png) no-repeat;
	padding:5px;
}
.site_names{
	font-size:1.2em;
	margin:0 0 10px 0;
}
.button4{
	width:75px;
	height:20px;
	background:#FFF;
	margin:5px 0 0 0;
}

/* 
女性会員枠
-------------------------- */ 
#girl_boxarea{
	width:210px;
	height:485px;
	overflow:hidden;
}
.girl_box{
	width:210px;
	height:155px;
	background:url(img/girl_box.png) no-repeat;
	margin:0 0 10px 0;
}
.g_b_l{
	float:left;
	width:90px;
	height:80px;
	padding:5px 0 5px 5px;
}
.g_b_r{
	float:left;
	font-size:12px;
	width:105px;
	height:70px;
	padding:10px 0;
}
.g_b_d{
	color:#FFF;
	font-size:1.2em;
	width:200px;
	padding:0 5px;
}
.data_l{
	float:left;
	width:95px;
	height:16px;
	margin:0 0 4px 0;
}
.data_r{
	float:right;
	width:95px;
	height:16px;
	margin:0 0 4px 0;
}
.button1{
	float:left;
	width:200px;
	height:20px;
	background:#FFF;
}

.girl_d1{
	width:200px;
	height:115px;
	background:url(img/girl_d1.png) no-repeat;
	padding:5px;
}
.d1_l{
	float:left;
	width:100px;
	height:100px;
}
.d1_r{
	float:right;
	font-size:1.4em;
	color:#FFF;
	width:95px;
	height:19px;
	margin:0 0 8px 0;
}

.girl_d2{
	color:#F0F;
	font-size:1.2em;
	width:190px;
	height:175px;
	background:url(img/girl_d2.png) no-repeat;
	padding:0 10px;
}
.girl_comment{
	width:190px;
	height:140px;
	overflow:auto;
	scrollbar-base-color:#FCAEE2;
	scrollbar-arrow-color:#FFF;
}
.girl_d3{
	width:210px;
	height:185px;
}
#girl_d3bg{
	width:200px;
	height:180px;
	background:url(img/girl_d3.png) no-repeat;
	padding:0 5px 5px 5px;
}
/* フォーム構成
------------------------------------------------ */
.form01_area {
	width:200px;
	height:130px;
}
.form01_area dt {
	float:left;
	font-size:1.2em;
	color:#FFF;
	width:70px;
	height:20px;
	margin:0 5px 5px 0;
	padding:5px 0 0 5px;
}
.form01_area dd {
	float:left;
	color:#000;
	width:120px;
	height:30px;
}
.form01_area dd input{
	width:115px;
	height:20px;
}
.button3{
	width:200px;
	height:50px;
}


/* 
フッター
----------------------------------------------------------- */ 
#footer{
	color: #000;
	text-align: center;
	height:20px;
}

#footer a {
	color: #000;
}



.qr_area{
	text-align:center;
}

