@charset "utf-8";
/* CSS Document */

/* ==================== 基本設定 ==================== */
body{
	margin:0px;
	padding:0px;
	background-color:#fafafa;
	background-image:url(../images/cmn/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	color:#666666;
	font-size:75%;
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
}
*{
	line-height:130%;
}
H1,
H2,
H3,
H4,
H5,
H6{
	font-weight:bold;
}
H2,
H3,
H4,
H5,
H6{
	font-size:134%;
}
P,
TD,
TH,
LI,
INPUT,
TEXTAREA{
	font-size:100%;
}
a img{
	border:none;
}
a,
a:visited{
	color:#28c5db;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active{
	color:#941d55;
	text-decoration:none;
}

TABLE{
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
TH,TD{
	padding:0px;
	margin:0px;
}
/* ==================== 文字設定 ==================== */
.fontXLarge{
	font-size:150%;
}
.fontLarge{
	font-size:134%;
}
.fontSmall{
	font-size:84%;
}
.fontMedium{
	font-size:117%;
}
.fontXSmall{
	font-size:76%;
}

BR.clear{
	clear:both;
}
.color_orange{
	color:#ffaf23;
}
.color_pink{
	color:#ff848d;
}
.color_green{
	color:#35be63;
}
.weight_normal{
	font-weight:normal;
}
/* ==================== 余白設定 ==================== */
.m10{
	margin:10px;
}
.m5{
	margin:5px;
}
.mtop5{
	margin-top:5px;
}
.mtop10{
	margin-top:10px;
}
.mb10_t10{
	margin:10px 0px 10px 0px;
}
.mr10_l10{
	margin:0px 10px 0px 10px;
}
.mb5_t5{
	margin:5px 0px 5px 0px;
}
.mr5_l5{
	margin:0px 5px 0px 5px;
}

/* ==================== サイト全体　レイアウト ==================== */
DIV#container{
	width:970px;
	margin:0px auto 0px auto;
	padding:0px;
	background-image:url(../images/cmn/frame_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	text-align: left;
}
/* ---------- ポジション ---------- */
DIV#firstArea{
	float:left;
	width:725px;
	margin:0px;
	padding:0px 0px 0px 15px;
}
DIV#firstAreaError {
	float:left;
	width:925px;
	margin:0px;
	padding:0px 0px 0px 23px;
}
DIV#secondArea{
	float:right;
	width:210px;
	margin:0px;
	padding:0px 15px 0px 0px;
}
DIV#thirdArea{
	float:left;
	width:210px;
	margin:0px;
	padding:0px 0px 0px 15px;
}
DIV#contents{
	float:left;
	width:510px;
	margin:0px;
	padding:0px 0px 0px 5px;
}

/* ==================== ヘッダー ==================== */
DIV#header{
	background-image:url(../images/cmn/header_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:150px;
	margin:0px;
	padding:0px 10px 0px 10px;
}
DIV.headerPankuzu{
	padding:0px 20px 0px 20px;
}
/* ---------- ロゴ ---------- */
DIV#header DIV#headerAreaLogo{
	width:280px;
	height:70px;
	float:left;
}
DIV#header IMG.logomark{
	margin:4px 10px 0px 10px;
	float:left;
}
DIV#header IMG.logo{
	padding:0 0 0 20px;
}
H1{
	color:#999999;
	font-weight:normal;
	font-size:	x-small;
	line-height:11px;
	margin:0px 0px 0px 20px;
	padding:5px 0 5px 0;
	height:15px;
}
/* ---------- 右 ---------- */
DIV#header DIV#headerAreaSub{
	width:670px;
	/*height:70px;*/
	float:right;
}
DIV#header DIV#headerAreaSub DIV.headerLink{
	float:right;
	border-right:1px solid #ebebeb;
}
DIV#header DIV#headerAreaSub DIV.headerSearch{
	float:right;
	background-image:url(../images/cmn/header_btn_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:26px;
	margin-bottom:5px;
}
DIV#header DIV#headerAreaSub DIV.headerSearch INPUT.search_text{
	margin:3px 0px 0px 5px;
	padding:0px;
	width:160px;
	height:17px;
	border:1px solid #C0BFC4;
	float:left;
}
DIV#header DIV#headerAreaSub DIV.headerSearch INPUT.search_btn{
	margin:3px 5px 0px 5px;
	padding:0 0 0px 0;
}
DIV#header DIV#headerAreaSub table {
	float:right;
	margin-right:10px;
	display:inline;
}
DIV#header DIV#headerAreaSub DIV.headerText{
	padding:0px 0px 0px 155px;
	border:1px solid #e9e9e9;
	background-color:#FFFFFF;
	background-image:url(../images/cmn/header_text.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	line-height:30px;
	font-size:14px;
	width:auto;
	height:30px;
	overflow:hidden;
}
DIV#header DIV#headerAreaSub DIV.headerBeginner {
	height:32px;
	margin:0 5px 0 0;
}
/* ==================== ヘッダーエラーページ ==================== */
DIV#headerError {
	background-image:url(../images/cmn/header_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:125px;
	margin:0px;
	padding:0px 10px 0px 10px;
}
/* ---------- ロゴ ---------- */
DIV#headerError DIV#headerAreaLogo{
	width:400px;
	height:70px;
	float:left;
}
DIV#headerError IMG.logomark{
	margin:4px 10px 0px 10px;
	float:left;
}
DIV#headerError IMG.logo{
	padding:0 0 0 20px;
}
/* ---------- 右 ---------- */
DIV#headerError DIV#headerAreaSub{
	width:550px;
	height:70px;
	float:right;
}
DIV#headerError DIV#headerAreaSub DIV.headerLink{
	float:right;
	border-right:1px solid #ebebeb;
}
DIV#headerError DIV#headerAreaSub DIV.headerSearch{
	float:right;
	background-image:url(../images/cmn/header_btn_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:26px;
}
DIV#headerError DIV#headerAreaSub DIV.headerSearch INPUT.search_text{
	margin:3px 0px 0px 5px;
	padding:0px;
	width:160px;
	height:17px;
	border:1px solid #C0BFC4;
	float:left;
}
DIV#headerError DIV#headerAreaSub DIV.headerSearch INPUT.search_btn{
	margin:3px 5px 0px 5px;
	padding:0 0 0px 0;
}
DIV#headerError DIV#headerAreaSub table {
	margin-top:5px;
}
DIV#headerError DIV#headerAreaSub DIV.headerText{
	padding:0px 0px 0px 155px;
	border:1px solid #e9e9e9;
	background-color:#FFFFFF;
	background-image:url(../images/cmn/header_text.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	line-height:30px;
	font-size:117%;
}
DIV#headerError DIV#headerAreaSub DIV.headerBeginner {
	margin:4px 5px 0px 0px;
	height:32px;
	width:140px;
	float:right;
	display:inline
}
/* ---------- メインメニュー福岡 北九州 熊本 ---------- */
UL#mainmenu LI,
UL#mainmenu LI A{
	height:36px; /* 高さはUL,LI,Aそれぞれに設定 */
}
UL#mainmenu{
	clear:both;
	position:relative; /* liで絶対的に位置を設定する際に、ウインドウからでなくULからの位置を設定できるように設定 */
	margin:0px 5px;
	padding:0px;
}
UL#mainmenu LI,
UL#mainmenu A{
	position:absolute;/* liを横に並べるために、絶対的に位置を設定できるように設定 */
	top:0px;/* liを横に並べるため、全ての高さを揃える */
}
UL#mainmenu LI{
	list-style-type:none;/*Netscapeでは、表示エリア外に設定してもリストの「・」が残ってしまうための対応*/
	font-size:0.1em;/* IEでは「文字の高さ×liの数」の余白があいてしまう。余白があかないように設定 */
	margin:5px 0px 0px 5px;
}
UL#mainmenu A{
	display:block;
	text-indent:-9999em;/* 文字を表示エリア外に移動 */
	text-decoration:none;/* firefoxでは下線がされてしまう問題を修正 */
	background-position:center center;
}
UL#mainmenu A#mainMenu01{
	width:61px;/* ボタンの幅 */
	left:0px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_top.gif);
}
UL#mainmenu A#mainMenu01:hover,
UL#mainmenu A#mainMenu01:active{
	background-image:url(../images/cmn/mainmenu_top_on.gif);
}

UL#mainmenu A#mainMenu02{
	width:97px;/* ボタンの幅 */
	left:66px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_shop.gif);
}
UL#mainmenu A#mainMenu02:hover,
UL#mainmenu A#mainMenu02:active{
	background-image:url(../images/cmn/mainmenu_shop_on.gif);
}

UL#mainmenu A#mainMenu03{
	width:113px;/* ボタンの幅 */
	left:168px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_girl.gif);
}
UL#mainmenu A#mainMenu03:hover,
UL#mainmenu A#mainMenu03:active{
	background-image:url(../images/cmn/mainmenu_girl_on.gif);
}

UL#mainmenu A#mainMenu04{
	width:84px;/* ボタンの幅 */
	left:286px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_movie.gif);
}
UL#mainmenu A#mainMenu04:hover,
UL#mainmenu A#mainMenu04:active{
	background-image:url(../images/cmn/mainmenu_movie_on.gif);
}

UL#mainmenu A#mainMenu05{
	width:84px;/* ボタンの幅 */
	left:375px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_covergirl.gif);
}
UL#mainmenu A#mainMenu05:hover,
UL#mainmenu A#mainMenu05:active{
	background-image:url(../images/cmn/mainmenu_covergirl_on.gif);
}

UL#mainmenu A#mainMenu06{
	width:99px;/* ボタンの幅 */
	left:464px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_ranking.gif);
}
UL#mainmenu A#mainMenu06:hover,
UL#mainmenu A#mainMenu06:active{
	background-image:url(../images/cmn/mainmenu_ranking_on.gif);
}

UL#mainmenu A#mainMenu07{
	width:130px;/* ボタンの幅 */
	left:568px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_special.gif);
}
UL#mainmenu A#mainMenu07:hover,
UL#mainmenu A#mainMenu07:active{
	background-image:url(../images/cmn/mainmenu_special_on.gif);
}

UL#mainmenu A#mainMenu08{
	width:98px;/* ボタンの幅 */
	left:703px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_guide.gif);
}
UL#mainmenu A#mainMenu08:hover,
UL#mainmenu A#mainMenu08:active{
	background-image:url(../images/cmn/mainmenu_guide_on.gif);
}

ul#mainmenu a#mainMenu09 {
	background-image:url(../images/cmn/mainmenu_twitter.gif);
	left:806px;
	width:124px;
}
UL#mainmenu A#mainMenu09:hover,
UL#mainmenu A#mainMenu09:active{
	background-image:url(../images/cmn/mainmenu_twitter_on.gif);
}

/* ---------- メインメニュー久留米 ---------- */
UL#mainmenuKurume LI,
UL#mainmenuKurume LI A{
	height:36px; /* 高さはUL,LI,Aそれぞれに設定 */
}
UL#mainmenuKurume{
	clear:both;
	position:relative; /* liで絶対的に位置を設定する際に、ウインドウからでなくULからの位置を設定できるように設定 */
	margin:0px 5px;
	padding:0px;
}
UL#mainmenuKurume LI,
UL#mainmenuKurume A{
	position:absolute;/* liを横に並べるために、絶対的に位置を設定できるように設定 */
	top:0px;/* liを横に並べるため、全ての高さを揃える */
}
UL#mainmenuKurume LI{
	list-style-type:none;/*Netscapeでは、表示エリア外に設定してもリストの「・」が残ってしまうための対応*/
	font-size:0.1em;/* IEでは「文字の高さ×liの数」の余白があいてしまう。余白があかないように設定 */
	margin:5px 0px 0px 5px;
}
UL#mainmenuKurume A{
	display:block;
	text-indent:-999em;/* 文字を表示エリア外に移動 */
	text-decoration:none;/* firefoxでは下線がされてしまう問題を修正 */
	background-position:center center;
}
UL#mainmenuKurume A#mainMenu01{
	width:61px;/* ボタンの幅 */
	left:0px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_top.gif);
}
UL#mainmenuKurume A#mainMenu01:hover,
UL#mainmenuKurume A#mainMenu01:active{
	background-image:url(../images/cmn/mainmenu_top_on.gif);
}

UL#mainmenuKurume A#mainMenu02{
	width:97px;/* ボタンの幅 */
	left:66px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_shop.gif);
}
UL#mainmenuKurume A#mainMenu02:hover,
UL#mainmenuKurume A#mainMenu02:active{
	background-image:url(../images/cmn/mainmenu_shop_on.gif);
}

UL#mainmenuKurume A#mainMenu03{
	width:113px;/* ボタンの幅 */
	left:168px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_girl.gif);
}
UL#mainmenuKurume A#mainMenu03:hover,
UL#mainmenuKurume A#mainMenu03:active{
	background-image:url(../images/cmn/mainmenu_girl_on.gif);
}

UL#mainmenuKurume A#mainMenu04{
	width:58px;/* ボタンの幅 */
	left:286px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_movie_kurume.gif);
}
UL#mainmenuKurume A#mainMenu04:hover,
UL#mainmenuKurume A#mainMenu04:active{
	background-image:url(../images/cmn/mainmenu_movie_kurume_on.gif);
}

UL#mainmenuKurume A#mainMenu05{
	width:84px;/* ボタンの幅 */
	left:349px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_covergirl.gif);
}
UL#mainmenuKurume A#mainMenu05:hover,
UL#mainmenuKurume A#mainMenu05:active{
	background-image:url(../images/cmn/mainmenu_covergirl_on.gif);
}

UL#mainmenuKurume A#mainMenu06{
	width:99px;/* ボタンの幅 */
	left:438px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_ranking.gif);
}
UL#mainmenuKurume A#mainMenu06:hover,
UL#mainmenuKurume A#mainMenu06:active{
	background-image:url(../images/cmn/mainmenu_ranking_on.gif);
}

UL#mainmenuKurume A#mainMenu07{
	width:130px;/* ボタンの幅 */
	left:542px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_special.gif);
}
UL#mainmenuKurume A#mainMenu07:hover,
UL#mainmenuKurume A#mainMenu07:active{
	background-image:url(../images/cmn/mainmenu_special_on.gif);
}

UL#mainmenuKurume A#mainMenu08{
	width:98px;/* ボタンの幅 */
	left:677px;/*ボタンの位置を指定*/
	background-image:url(../images/cmn/mainmenu_guide.gif);
}
UL#mainmenuKurume A#mainMenu08:hover,
UL#mainmenuKurume A#mainMenu08:active{
	background-image:url(../images/cmn/mainmenu_guide_on.gif);
}

UL#mainmenuKurume A#mainMenu09{
	background-image:url(../images/cmn/mainmenu_twitter.gif);
	left:780px;
	width:124px;
}
UL#mainmenuKurume A#mainMenu09:hover,
UL#mainmenuKurume A#mainMenu09:active{
	background-image:url(../images/cmn/mainmenu_twitter_on.gif);
}

/* ==================== フッター ==================== */
DIV#footer{
	background-image:url(../images/cmn/footer_copyright_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:10px 10px 10px 10px;
}
DIV#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
DIV#footer a:hover{
	text-decoration:underline;
}
DIV#footer DIV#banner DIV#bannerlinkBox {
	margin:0 auto;
	width:840px;
}
DIV#footer DIV#banner DIV#bannerImageBox {
	text-align:center;
	padding:5px 0px 0px 0px;
}
DIV#footer DIV#banner h3 {
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #dbdbdb;
	color:#999999;
	width:913px;
	font-size:134%;
	margin:5px 0px 10px 5px;
	padding:3px 0px 0px 25px;
	background-image:url(../images/cmn/footer_h3_bg.gif);
}
DIV#footer DIV#banner a {
	color:#28c5db;
	text-decoration:underline;
}
DIV#footer DIV#banner DIV#bannerlinkBox div.linkFrame {
	width:192px;
	margin:5px;
	padding:3px;
	float:left;
	border:1px solid #dbdbdb;
	background-color:#efefef;
	text-align:left;
	display:inline;
}
DIV#footer DIV#banner img{
	margin:0px 2px 5px 3px;
}
DIV#footer DIV#banner dl {
	padding:0 0 0 20px;
	font-size:85%;
}
DIV#footer DIV#banner dd {
	margin:0;
}
DIV#footer DIV#footermenu{
	background-color:#ffb7bc;
	padding:5px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}
DIV#footer DIV#copyright{
	background-color:#ff9fa6;
	padding:5px;
	text-align:right;
	font-weight:bold;
	color:#FFFFFF;
}

/* ==================== Side Area ==================== */
DIV#sideAreaGirl,
DIV#sideAreaMovie,
DIV#sideAreaPlan,
DIV#sideAreaNews,
DIV#sideAreaLink,
DIV#sideAreaBook,
DIV#sideKeywordSearch,
DIV#sideAreaViewgirl,
DIV#sideAreaNeargirl,
DIV#sideAreaViewshop,
DIV#sideAreaRecommendshop,
DIV#sideAreaRecommendshop_search,
DIV#sideAreaSearchgirl,
DIV#sideAreaSearchshop,
DIV#sideAreaRecommend,
DIV#sideAreaRecommend02,
DIV#sideAreaRankinggirl,
DIV#sideAreaGirlranking,
DIV#sideAreaGirlranking,
DIV#sideAreaShopranking,
DIV#sideAreaViewgirl_noscroll,
DIV#sideAreaViewshop_noscroll {
	background-image:url(../images/sidearea/side_area_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:6px;
	width:210px;
}
DIV#sideAreaGirl div.title,
DIV#sideAreaMovie div.title,
DIV#sideAreaPlan div.title,
DIV#sideAreaNews div.title,
DIV#sideAreaLink div.title,
DIV#sideAreaBook div.title,
DIV#sideKeywordSearch div.title,
DIV#sideAreaViewgirl div.title,
DIV#sideAreaViewgirl_noscroll div.title,
DIV#sideAreaNeargirl div.title,
DIV#sideAreaViewshop div.title,
DIV#sideAreaViewshop_noscroll div.title,
DIV#sideAreaRecommendshop div.title,
DIV#sideAreaRecommendshop_search div.title,
DIV#sideAreaSearchgirl div.title,
DIV#sideAreaSearchshop div.title,
DIV#sideAreaRankinggirl div.title,
DIV#sideAreaGirlranking div.title,
DIV#sideAreaGirlranking div.title,
DIV#sideAreaShopranking div.title,
DIV#sideAreaRecommend div.title,
DIV#sideAreaRecommend02 div.title {
	text-indent:-9999px;
	height:30px;
	background-position:top left;
	background-repeat:no-repeat;
}
DIV#sideAreaGirl div.title a,
DIV#sideAreaMovie div.title a,
DIV#sideAreaPlan div.title a,
DIV#sideAreaNews div.title a,
DIV#sideAreaLink div.title a,
DIV#sideAreaBook div.title a,
DIV#sideKeywordSearch div.title a,
DIV#sideAreaViewgirl div.title a,
DIV#sideAreaNeargirl div.title a,
DIV#sideAreaViewshop div.title a,
DIV#sideAreaRecommendshop div.title a,
DIV#sideAreaRecommendshop_search div.title a,
DIV#sideAreaSearchgirl div.title a,
DIV#sideAreaSearchshop div.title a,
DIV#sideAreaRankinggirl div.title a,
DIV#sideAreaGirlranking div.title a,
DIV#sideAreaGirlranking div.title a,
DIV#sideAreaShopranking div.title a,
DIV#sideAreaRecommend div.title a,
DIV#sideAreaRecommend02 div.title a {
	width:210px;
	height:30px;
	display:block;
}
DIV#sideAreaViewgirl IFRAME,
DIV#sideAreaNeargirl IFRAME,
DIV#sideAreaViewshop IFRAME{
	margin:0px 6px 0px 6px;
	padding:0px;
	border:none;
}

/* ---------- 広告スペース ---------- */
DIV#sideAreaAdvertise{
	padding:0px 5px 5px 5px;
}

/* ---------- バナー ---------- */
DIV#sideAreaBanner{
	padding:0px 5px 0px 5px;
}
DIV#sideAreaBanner img{
	margin-bottom:5px;
}
/* ---------- 今すぐ遊べる女の子 ---------- */
DIV#sideAreaGirl{
}
DIV#sideAreaGirl div.title{
	background-image:url(../images/sidearea/side_area_ttl_girl.gif);
	height:21px;
	padding:18px 10px 5px 160px;
	text-align:right;
	vertical-align:bottom;
	text-indent:inherit;
	background-position:top left;
	background-repeat:no-repeat;
}
DIV#sideAreaGirl div.title a{
	width:auto;
	height:auto;
	display:inherit;
}
DIV#sideAreaGirl DIV.sidecontentsGirl{
	margin:0px 5px 0px 5px;
}
DIV#sideAreaGirl DIV.sidecontentsGirl DIV.girlLayout{
	width:190px;
	padding:5px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaGirl DIV.sidecontentsGirl DIV.girlLayout img{
	float:left;
	margin-right:5px;
}

/* ---------- 風俗体験動画 ---------- */
DIV#sideAreaMovie{
}
DIV#sideAreaMovie div.title{
	background-image:url(../images/sidearea/side_area_ttl_movie.gif);
	height:35px;
}
DIV#sideAreaMovie DIV.sidecontents{
	padding:5px 10px 0px 10px;
}
DIV#sideAreaMovie DIV.sidecontents IMG{
	margin:0px 0px 5px 0px;
	padding:0px;
}

/* ---------- MANZOKU企画 ---------- */
DIV#sideAreaPlan{
}
DIV#sideAreaPlan div.title{
	background-image:url(../images/sidearea/side_area_ttl_plan.gif);
}
DIV#sideAreaPlan DIV.sidecontents{
	padding:5px 10px 0px 10px;
	text-align:center;
}
DIV#sideAreaPlan DIV.sidecontents IMG{
	margin:0px 0px 5px 0px;
}

/* ---------- お知らせ ---------- */
DIV#sideAreaNews{
}
DIV#sideAreaNews div.title{
	background-image:url(../images/sidearea/side_area_ttl_news.gif);
	height:16px;
	padding:9px 10px 5px 160px;
	text-align:right;
	text-indent:inherit;
	background-position:top left;
	background-repeat:no-repeat;
}
DIV#sideAreaNews div.title a{
	width:auto;
	height:auto;
	display:inherit;
}
DIV#sideAreaNews DIV.sidecontentsNews{
	margin:0px 6px 0px 6px;
	overflow-y:scroll;
	overflow-x:hidden;
	height:160px;
}
DIV#sideAreaNews DIV.sidecontentsNews DIV.newsLayout{
	padding:5px 5px 5px 15px;
	border-bottom:1px solid #e9e9e9;
	background-image:url(../images/cmn/li_bg.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;
}

/* ---------- 関連サイト・リンク ---------- */
DIV#sideAreaLink{
}
DIV#sideAreaLink div.title{
	background-image:url(../images/sidearea/side_area_ttl_link_bg.gif);
	height:5px;
}
DIV#sideAreaLink DIV.sidecontents{
	padding:5px 10px 5px 10px;
	text-align:center;
}
DIV#sideAreaLink DIV.sidecontents IMG{
	margin:0px 0px 0px 0px;
}

/* ---------- 書店・コンビニで絶賛発売中！ ---------- */
DIV#sideAreaBook{
}
DIV#sideAreaBook div.title{
	background-image:url(../images/sidearea/side_area_ttl_books.gif);
}
DIV#sideAreaBook DIV.sidecontents{
	padding:5px 10px 0px 10px;
}
DIV#sideAreaBook DIV.sidecontents DIV.book_detail{
	width:100%;
	padding:5px 0px;
	border-bottom:1px solid #e9e9e9;
	font-size:84%;
}
DIV#sideAreaBook DIV.sidecontents DIV.book_detail IMG{
	float:left;
	margin-right:5px;
}
/* ---------- キーワード一発検索---------- */
DIV#sideKeywordSearch{
}
DIV#sideKeywordSearch div.title{
	background-image:url(../images/sidearea/side_area_ttl_keyword.gif);
	height:45px;
}
DIV#sideKeywordSearch DIV.sidecontents {
	height:212px;
	padding:0 6px;

}
DIV#sideKeywordSearch div.keyword_box {
	padding:5px;
	width:190px;
	
}
/* ---------- あなたが閲覧した女の子 スクロール有り---------- */
DIV#sideAreaViewgirl{
}
DIV#sideAreaViewgirl div.title{
	background-image:url(../images/sidearea/side_area_ttl_viewgirl.gif);
}
DIV#sideAreaViewgirl DIV.sidecontents{
	margin:0px 6px;
	width:198px;
	height:225px;
	overflow-y:scroll;
	overflow-x:hidden;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaViewgirl DIV.sidecontents DIV.girlLayout{
	padding:5px;
	width:180px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaViewgirl DIV.sidecontents DIV.girlLayout img{
	float:left;
	margin-right:5px;
}
DIV#sideAreaViewgirl DIV.list{
	padding:5px 10px;
	font-size:84%;
	text-align:right;
}
/* ---------- あなたが閲覧した女の子 スクロール無し---------- */
DIV#sideAreaViewgirl_noscroll{
}
DIV#sideAreaViewgirl_noscroll div.title{
	background-image:url(../images/sidearea/side_area_ttl_viewgirl.gif);
}
DIV#sideAreaViewgirl_noscroll DIV.sidecontents {
	margin:0px 6px;
	width:198px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaViewgirl_noscroll DIV.sidecontents DIV.girlLayout{
	padding:5px;
	width:180px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaViewgirl_noscroll DIV.sidecontents DIV.girlLayout img{
	float:left;
	margin-right:5px;
}
DIV#sideAreaViewgirl_noscroll DIV.list{
	padding:5px 10px;
	font-size:84%;
	text-align:right;
}

/* ---------- あなたの閲覧履歴に近い女の子 ---------- */
DIV#sideAreaNeargirl{
}
DIV#sideAreaNeargirl div.title{
	background-image:url(../images/sidearea/side_area_ttl_neargirl.gif);
	height:48px;
}
DIV#sideAreaNeargirl DIV.sidecontents{
	margin:0px 6px;
	width:198px;
	height:225px;
	overflow-y:scroll;
	overflow-x:hidden;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaNeargirl DIV.sidecontents DIV.girlLayout{
	padding:5px;
	width:180px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaNeargirl DIV.sidecontents DIV.girlLayout img{
	float:left;
	margin-right:5px;
}

/* ---------- あなたが閲覧したお店 スクロール有り---------- */
DIV#sideAreaViewshop{
}
DIV#sideAreaViewshop div.title{
	background-image:url(../images/sidearea/side_area_ttl_viewshop.gif);
}
DIV#sideAreaViewshop DIV.sidecontents{
	margin:0px 6px;
	width:198px;
	height:225px;
	overflow-y:scroll;
	overflow-x:hidden;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaViewshop DIV.sidecontents DIV.shop_detail{
	width:180px;
	padding:5px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaViewshop DIV.sidecontents DIV.shop_detail IMG{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
DIV#sideAreaViewshop DIV.list{
	padding:5px 10px;
	font-size:84%;
	text-align:right;
}
/* ---------- あなたが閲覧したお店 スクロール無し---------- */
DIV#sideAreaViewshop_noscroll{
}
DIV#sideAreaViewshop_noscroll div.title{
	background-image:url(../images/sidearea/side_area_ttl_viewshop.gif);
}
DIV#sideAreaViewshop_noscroll DIV.sidecontents{
	margin:0px 6px;
	width:198px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaViewshop_noscroll DIV.sidecontents DIV.shop_detail{
	width:180px;
	padding:5px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaViewshop_noscroll DIV.sidecontents DIV.shop_detail IMG{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
DIV#sideAreaViewshop_noscroll DIV.list{
	padding:5px 10px;
	font-size:84%;
	text-align:right;
}
/* ---------- このお店を見た人はこのお店もみています ---------- */
DIV#sideAreaRecommend{
}
DIV#sideAreaRecommend div.title {
	background-image:url(../images/sidearea/side_area_ttl_reccomend.gif);
	height:42px;
}
DIV#sideAreaRecommend DIV.sidecontents{
	margin:0px 6px;
	width:198px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaRecommend DIV.sidecontents DIV.sideAreaRecommendLayout{
	padding:5px;
	width:180px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaRecommend DIV.sidecontents DIV.sideAreaRecommendLayout img{
	float:left;
	margin-right:5px;
}
/* ---------- この女の子を見た人はこんな女の子もみています ---------- */
DIV#sideAreaRecommend{
}
DIV#sideAreaRecommend02 div.title {
	background-image:url(../images/sidearea/side_area_ttl_reccomend02.gif);
	height:42px;
}
DIV#sideAreaRecommend02 DIV.sidecontents{
	margin:0px 6px;
	width:198px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaRecommend02 DIV.sidecontents DIV.sideAreaRecommendLayout{
	padding:5px;
	width:180px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaRecommend02 DIV.sidecontents DIV.sideAreaRecommendLayout img{
	float:left;
	margin-right:5px;
}
/* ---------- MANZOKUオススメ優良店 ---------- */
DIV#sideAreaRecommendshop{
}
DIV#sideAreaRecommendshop div.title{
	background-image:url(../images/sidearea/side_area_ttl_recommendshop.gif);
	height:48px;
}
DIV#sideAreaRecommendshop DIV.sidecontents{
	padding:0px 6px 0px 6px;
}
DIV#sideAreaRecommendshop DIV.sidecontents DIV.shop_detail{
	width:190px;
	padding:5px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaRecommendshop DIV.sidecontents DIV.shop_detail DIV.shop_img_box {
	text-align:center;
}
DIV#sideAreaRecommendshop DIV.sidecontents DIV.shop_detail DIV.shop_img_box IMG{
	margin-bottom:5px;
}
/* ---------- MANZOKUオススメ優良店 検索画面用 ---------- */
DIV#sideAreaRecommendshop_search{
}
DIV#sideAreaRecommendshop_search div.title{
	background-image:url(../images/sidearea/side_area_ttl_reshop_search.gif);
	height:48px;
}
DIV#sideAreaRecommendshop_search DIV.sidecontents{
	padding:0px 6px 0px 6px;
}
DIV#sideAreaRecommendshop_search DIV.sidecontents DIV.shop_detail{
	width:190px;
	padding:5px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaRecommendshop_search DIV.sidecontents DIV.shop_detail DIV.shop_img_box {
	text-align:center;
}
DIV#sideAreaRecommendshop_search DIV.sidecontents DIV.shop_detail DIV.shop_img_box IMG{
	margin-bottom:5px;
}

/* ---------- 似た条件で検索した女の子 ---------- */
DIV#sideAreaSearchgirl{
}
DIV#sideAreaSearchgirl div.title{
	background-image:url(../images/sidearea/side_area_ttl_searchgirl.gif);
	height:48px;
}
DIV#sideAreaSearchgirl DIV.sidecontents{
	padding:0px 6px 0px 6px;
}
DIV#sideAreaSearchgirl DIV.sidecontents DIV.girlLayout{
	width:190px;
	padding:5px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaSearchgirl DIV.sidecontents DIV.girlLayout img{
	float:left;
	margin-right:5px;
}
DIV#sideAreaSearchgirl DIV.sidecontents DIV.listLong{
	padding:5px;
	text-align:center;
	border-bottom:1px solid #E9E9E9;
}

/* ---------- 似た条件で検索したお店 ---------- */
DIV#sideAreaSearchshop{
}
DIV#sideAreaSearchshop div.title{
	background-image:url(../images/sidearea/side_area_ttl_searchshop.gif);
}
DIV#sideAreaSearchshop DIV.sidecontents{
	padding:0px 6px 0px 6px;
}
DIV#sideAreaSearchshop DIV.sidecontents DIV.girlLayout{
	width:190px;
	padding:5px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaSearchshop DIV.sidecontents DIV.girlLayout img{
	float:left;
	margin-right:5px;
}
DIV#sideAreaSearchshop DIV.sidecontents DIV.listLong{
	padding:5px;
	text-align:center;
	border-bottom:1px solid #E9E9E9;
}
/* ---------- アクセスランキング ---------- */
h2.ranking {
	background-image:url(../images/ranking/h2_ranking.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:medium none;
	width:720px;
	height:50px;
	display:inline;
	margin:0 0 5px 15px;
	padding:0;
	text-indent:-9999px;

	float:left;
}

/* ---------- 女の子アクセスランキング ---------- */
DIV#sideAreaRankinggirl{
}
DIV#sideAreaRankinggirl div.title{
	background-image:url(../images/sidearea/side_area_ttl_rankinggirl.gif);
}
DIV#sideAreaRankinggirl DIV.sidecontents{
	padding:0px 6px 0px 6px;
}
DIV#sideAreaRankinggirl DIV.sidecontents TABLE.rankinggirlTable{
}
TABLE.rankinggirlTable TD{
	vertical-align:top;
}
TABLE.rankinggirlTable TD.rank,
TABLE.rankinggirlTable TD.rank_low{
	padding:5px 5px 0px 10px;
	font-size:134%;
	font-weight:bold;
}
TABLE.rankinggirlTable TD.rank{
	vertical-align:middle;
}
TABLE.rankinggirlTable TD.rank_low{
	width:50px;
	border-bottom:1px solid #e9e9e9;
}
	
TABLE.rankinggirlTable TD.photo{
	width:50px;
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #e9e9e9;
}
TABLE.rankinggirlTable TD.text{
	width:128px;
	padding:5px 10px 5px 0px;
	border-bottom:1px solid #e9e9e9;
}
DIV#sideAreaRankinggirl DIV.sidecontents DIV.list{
	padding:5px;
	text-align:right;
}

/* ---------- 女の子ランキング・お店ランキング ---------- */
DIV#sideAreaGirlranking,
DIV#sideAreaShopranking{
}
DIV#sideAreaGirlranking div.title{
	background-image:url(../images/sidearea/side_area_ttl_girlranking.gif);
	height:32px;
}
DIV#sideAreaShopranking div.title{
	background-image:url(../images/sidearea/side_area_ttl_shopranking.gif);
	height:32px;
}
DIV#sideAreaGirlranking UL,
DIV#sideAreaShopranking UL{
	padding:6px 10px;	
	margin:3px 0 3px 8px;
	width:171px;
	list-style:none;
	background-color:#F9F9F9;
	border:1px solid #E4E4E4;
}
DIV#sideAreaGirlranking LI,
DIV#sideAreaShopranking LI{
	padding:5px;
	margin:0px;
	font-weight:bold;
	border-bottom:1px solid #e9e9e9;
}
/* ==================== Search Side Area ==================== */
DIV#sideAreaSearchArea,
DIV#sideAreaSearchCategory,
DIV#sideAreaSearchPrice,
DIV#sideAreaSearchAge,
DIV#sideAreaSearchHeight,
DIV#sideAreaSearchCup,
DIV#sideAreaSearchPossible,
DIV#sideAreaSearchGood,
DIV#sideAreaSearchCharacter,
DIV#sideAreaSearchType,
DIV#sideAreaSearchFace,
DIV#sideAreaSearchMovie{
	background-image:url(../images/sidearea/side_area_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:6px;
}
DIV.sideAreaSearchTitle{
	margin:5px 5px 0px 5px;
}
DIV.sideAreaScontents{
	padding:5px 10px 5px 10px;
	font-weight:bold;
}
DIV.sideAreaSearchScroll DIV.indent,
DIV.sideAreaScontents DIV.indent{
	padding:0px 0px 0px 15px;
	margin:0px;
	font-weight:normal;
}
DIV.sideAreaSearchScroll{
	overflow-y:scroll;
	overflow-x:hidden;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	width:185px;
	height:200px;
}
DIV.sideAreaSearchBtn{
	padding:5px;
}

/* ==================== コンテンツ部分共通設定 ==================== */
DIV#contentsBorder {
	padding:10px 0px;
	margin:0 5px;
	background-image:url(../images/cmn/dots.gif);
	background-repeat:repeat-x;
	background-position:center left;
}
	
DIV#contentsLong{
	background-image:url(../images/cmn/contents_long_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0px 5px 5px 5px;
	min-height:100%;
	_height:100%;
}
DIV#contentsLong:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	margin:0;
	padding:0;
}
DIV#contentsLongTop{
	background-image:url(../images/cmn/contents_long_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:6px;
	line-height:6px;
	font-size:0;
}
DIV#contentsLongBottom{
	background-image:url(../images/cmn/contents_long_bg_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0px 5px 5px 5px;
	min-height:100%;
	_height:100%;
}
DIV#contentsLongBottom:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	margin:0;
	padding:0;
}
DIV#contentsShort{
	background-image:url(../images/cmn/contents_short_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0px 6px 6px 6px;
	min-height:100%;
	_height:100%;
}
DIV#contentsShort:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	margin:0;
	padding:0;
}
H2{
	color:#FFFFFF;
	font-size:134%;
	border-bottom:1px solid #e4e4e4;
	background-position:top left;
	background-repeat:no-repeat;
	padding:8px 10px 3px 30px;
	margin:2px 5px 0px 5px;
}
H2 a:link,
H2 a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
H2 a:hover,
H2 a:active{
	color:#FFFFFF;
	text-decoration:underline;
}
H2.short{
	background-image:url(../images/cmn/h2_top_bg.gif);
}
H2.short02 {
	background-image:url(../images/cmn/h2_top_bg02.gif);
	color:#6c6c6c;
	padding:7px 10px 1px 30px;
	font-size:120%;
	font-weight:normal;
}
H2.long{
	background-image:url(../images/cmn/h2_long.gif);
}
A.list H2{
	background-image:url(../images/cmn/h2_top_bg_list.gif);
	padding-right:65px;
	text-decoration:none;
}
A.list H2.long{
	background-image:url(../images/cmn/h2_long_list.gif);
	padding-right:65px;
	text-decoration:none;
}
A:link.list,
A:visited.link,
A:hover.list,
A:active.list{
	text-decoration:none;
}
H4.pink{
	background-color:#ffddde;
	padding:5px;
	margin:0px 0px 10px 0px;
	font-weight:bold;
	color:#fe707a;
}
H4.pink a,
H4.pink a:link,
H4.pink a:visited,
H4.pink a:hover,
H4.pink a:active{
	color:#fe707a;
}	
DIV.hr01{
	border-top:1px solid #e9e9e9;
	height:1px;
	margin:10px 0px;
	font-size:0;
	line-height:1px;
}
DIV.pankuzu{
	padding:0px 5px;
}
DIV.floatRight{
	float:right;
}
DIV.floatLeft{
	float:left;
}
DIV.tableCaption{
	color:#ff6f7a;
	font-weight:bold;
	font-size:134%;
}
DIV.pagetop{
	text-align:right;
	margin:0px 10px 0px 10px;
	padding:0px 0px 10px 0px;
}

/* ==================== トップページ ==================== */
/* ---------- 検索画面 ---------- */
H2.topSearch{
	background-image:url(../images/top/search_top_ttl.gif);
	text-indent:-9999px;
	height:50px;
	padding:0px;
	margin:0px;
	border:none;
}
TABLE#topSearchLayout{
	width:593px;
	margin:0px 0px 5px 10px;
}
TABLE#topSearchLayout TD{
}
TABLE#topSearchLayout TD.ttl_category{
	background-image:url(../images/top/search_top_ttl_category.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:142px;
	height:40px;
}
TABLE#topSearchLayout TD.ttl_price{
	background-image:url(../images/top/search_top_ttl_price.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:229px;
	height:40px;
}
TABLE#topSearchLayout TD.ttl_keyword{
	background-image:url(../images/top/search_top_ttl_keyword.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:222px;
	height:40px;
}
TABLE#topSearchLayout TD.txt_category{
	background-image:url(../images/top/search_top_bg_category.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 15px 0px 15px;
	font-size:84%;
}
TABLE#topSearchLayout TD.txt_category div.txt_category_left {
	float:left;
	padding-right:20px;
}
TABLE#topSearchLayout TD.txt_category div.txt_category_left_kurume {
	float:left;
	padding:0 35px 0 0px;
}
TABLE#topSearchLayout TD.txt_category div.txt_category_right {
	float:left;
}
TABLE#topSearchLayout TD.txt_category input{
	float:left;
	margin:2px 5px 10px 0px;
	width:13px;
	height:13px;
}
TABLE#topSearchLayout TD.txt_price{
	background-image:url(../images/top/search_top_bg_price.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 15px 0px 15px;
	text-align:center;
}
TABLE#topSearchLayout TD.txt_price DIV.inputBox {
	float:left;
	margin:5px 0px 5px 3px;
	padding:5px 0 0 0;
	width:65px;
	height:20px;
}
TABLE#topSearchLayout TD.txt_price input{
	float:left;
	margin:5px 0px 5px 3px;
	padding:0px;
	width:65px;
	height:20px;
	border:none;
	border:#FFFFFF;
}
TABLE#topSearchLayout TD.txt_price img{
	float:left;
	margin:5px 0px;
}
TABLE#topSearchLayout TD.txt_keyword{
	background-image:url(../images/top/search_top_bg_keyword.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 20px 0px 20px;
}
TABLE#topSearchLayout TD.txt_keyword DIV.keyword_box{
	border:1px solid #b4b4b4;
	background-color:#FFFFFF;
	padding:5px 10px;
}
TABLE#topSearchLayout TD.txt_keyword DIV.keyword_box a{
	text-decoration:none;
}
TABLE#topSearchLayout TD.txt_keyword DIV.keyword_box a:hover{
	color:#ffaf23;
	text-decoration:none;
}
.rank-1 a:link,
.rank-1 a:visited{
	font-size: 100%;
	color:#666666;
}
.rank-2 a:link,
.rank-2 a:visited{
	font-size: 134%;
	font-weight:bold;
	color:#ff848d;
}
DIV#topSearchBtn{
	width:90px;
	margin:0px;
	padding-right:19px;
	float:right;
}
DIV#topSearchBtn input{
	margin:0px;
	padding:0px;
}
DIV#topSearchHistory{
	border-top:1px solid #e9e9e9;
	padding:10px;
}
IMG.historyTitle{
	float:left;
}
DIV.historyBox{
	border:1px solid #e0e0e0;
	background-color:#fafafa;
	padding:3px 6px;
	margin:2px 0px 2px 10px;
	width:227px;
	float:left;
}
DIV.historyBox IMG.close{
	float:right;
}
DIV.historyBox DIV.text{
	line-height:17px;
}
DIV#historyBoxOpen{
	width:250px;
	height:15px;
	border:1px solid #e0e0e0;
	background-color:#FFFFFF;
	padding:5px;
	
	position:relative;
	left:155px;
	top:10px;
	margin-top:-27px;
}
DIV#historyBoxList{
	width:535px;
	height:150px;
	border:1px solid #e0e0e0;
	background-color:#FFFFFF;
	padding:5px 5px 5px 10px;
	
	position:relative;
	left:155px;
	top:205px;
	margin-top:-160px;
}
IMG.historyList{
	margin:4px 0px 4px 10px;
}


/* ---------- Cover Girl ---------- */
H2.coverGirl{
	background-image:url(../images/top/h2_top_covergirl.gif);
	height:47px;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
	border:none;
}
DIV.coverGirlLayout{
	margin:0px 10px 10px 10px;
	padding-top:10px;
}
IMG.coverGirlPhoto{
}
DIV.coverGirlText{
	float:right;
	width:228px;
}
DIV.coverGirlLayout:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	margin:0;
	padding:0;
}
DIV.coverGirlText strong.color_pink a {
	text-decoration:none;
	color:#ff848d;
}

/* ---------- 風俗店舗情報 ---------- */
DIV.select_area{
	background-color:#f1f1f1;
	padding:10px;
	font-size:134%;
	font-weight:bold;
}
DIV.select_area img{
	vertical-align:middle;
	margin-left:5px;
}
DIV#shopNews{
	overflow:auto;
	height:200px;
}
DIV#shopNews DIV.shopNewsContents{
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #e9e9e9;
	background-image:url(../images/cmn/li_bg.gif);
	background-position:10px 12px;
	background-repeat:no-repeat;
}
DIV.shopNewsBody{
	max-height:4.5em;
	overflow:hidden;
	line-height:1.5em;
}
* html DIV.shopNewsBody{
	height:4.5em;
}


/* ---------- 店長オススメ女の子 ---------- */
DIV.girlsList{
	padding:10px 0px 0px 10px;
}
DIV.girlsList img{
	margin:0px 10px 10px 0px;
}
DIV.girlsListComment{
	width:205px;
	height:125px;
	background-color:#000000;
    filter: alpha(opacity=68);
    -moz-opacity:0.68;
    opacity:0.68;
	
	position:relative;
	top:-95px;
	left:30px;
	margin-top:-135px;
}
P.girlsListText{
	color:#FFFFFF;
	width:185px;
	height:105px;
	padding:10px;
	line-height:140%;
	
	position:relative;
	top:-95px;
	left:30px;
	margin-top:-125px;
}

/* ---------- ランキング ---------- */
H3{
}
H3.rankingGirlM,
H3.rankingGirlW,
H3.rankingShopM,
H3.rankingShopW,
H3.rankingSoapM,
H3.rankingSoapW,
H3.rankingKyonyuM,
H3.rankingKyonyuW{
	text-align:right;
	margin:0px 8px 0px 9px;
	padding:13px 11px 13px 11px;
	height:19px;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
H3 img{
	margin-left:5px;
}
IMG.rankingPhoto{
	margin-right:10px;
	margin-bottom:5px;
}
DIV.rank{
	margin:5px 10px 5px 0px;
	text-align:center;
	font-size:134%;
	font-weight:bold;
}
DIV.rank IMG,
TABLE#rankingShopTable TD.rank IMG,
TABLE#rankingShopTable TD.rank_end IMG,
TABLE#rankingSoapTable TD.rank IMG,
TABLE#rankingSoapTable TD.rank_end IMG{
	vertical-align:bottom;
}
TABLE#rankingareaTable {
	background-color:#f6f6f6;
	width:470px;
	margin:5px 15px;
}
TABLE#rankingareaTable TD.ranking_titlearea {
	padding:5px;
}
TABLE#rankingareaTable TD.ranking_dayarea {
	text-align:right;
	padding:5px;
}
/* 女の子アクセスランキング*/
H3.rankingGirlM{
	background-image:url(../images/top/ranking_top_ttl_girl_m.gif);
}
H3.rankingGirlW{
	background-image:url(../images/top/ranking_top_ttl_girl_w.gif);
}
TABLE#rankingGirlTable{
	margin:0px 0px 0px 10px;
}
TABLE#rankingGirlTable TD{
}
/* お店アクセスランキング*/
H3.rankingShopM{
	background-image:url(../images/top/ranking_top_ttl_shop_m.gif);
}
H3.rankingShopW{
	background-image:url(../images/top/ranking_top_ttl_shop_w.gif);
}
TABLE#rankingShopTable{
	margin:0px 0px 0px 10px;
}
TABLE#rankingShopTable DIV.rankingShopText {
	width:87px;
}
/*
TABLE#rankingShopTable TD{
}
TABLE#rankingShopTable TD.rank,
TABLE#rankingShopTable TD.rank_end{
	width:90px;
	padding:10px 10px 10px 0px;
	border-bottom:1px solid #e9e9e9;
	text-align:center;
	font-size:134%;
	font-weight:bold;
}
TABLE#rankingShopTable TD.banner,
TABLE#rankingShopTable TD.banner_end{
	width:100px;
	padding:10px 10px 10px 0px;
	border-bottom:1px solid #e9e9e9;
}
TABLE#rankingShopTable TD.text,
TABLE#rankingShopTable TD.text_end{
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #e9e9e9;
}
TABLE#rankingShopTable TD.rank_end,
TABLE#rankingShopTable TD.banner_end,
TABLE#rankingShopTable TD.text_end{
	border:none;
}
div.rankingShopText {
	width:87px;
}*/
/* ソープ女の子アクセスランキング */
H3.rankingSoapM{
	background-image:url(../images/top/ranking_top_ttl_soap_m.gif);
}
H3.rankingSoapW{
	background-image:url(../images/top/ranking_top_ttl_soap_w.gif);
}
TABLE#rankingSoapTable{
	width:470px;
	margin:0px 0px 10px 15px;
}
TABLE#rankingSoapTable TD{
}
TABLE#rankingSoapTable TD.rankingSoapPhoto{
	width:87px;
	padding:5px 10px 0px 0px;
	vertical-align:top;
}
TABLE#rankingSoapTable TD.rank,
TABLE#rankingSoapTable TD.rank_end{
	width:90px;
	padding:5px 10px 5px 0px;
	border-bottom:1px solid #e9e9e9;
	text-align:center;
	font-size:134%;
	font-weight:bold;
}
TABLE#rankingSoapTable TD.text,
TABLE#rankingSoapTable TD.text_end{
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #e9e9e9;
}
TABLE#rankingSoapTable TD.rank_end,
TABLE#rankingSoapTable TD.banner_end,
TABLE#rankingSoapTable TD.text_end{
	border:none;
}
/* 巨乳女の子アクセスランキング */
H3.rankingKyonyuM{
	background-image:url(../images/top/ranking_top_ttl_kyonyu_m.gif);
}
H3.rankingKyonyuW{
	background-image:url(../images/top/ranking_top_ttl_kyonyu_w.gif);
}

/* ==================== 検索ページ ==================== */
H2.searchGirl,
H2.searchShop,
H2.searchGirlLong,
H2.searchShopLong{
	height:50px;
	text-indent:-9999px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border:none;
}
H2.searchGirl{
	background-image:url(../images/search/h2_searchgirl.gif);
}
H2.searchShop{
	background-image:url(../images/search/h2_searchshop.gif);
}
H2.searchGirlLong{
	background-image:url(../images/search/h2_searchgirl_l.gif);
}
H2.searchShopLong{
	background-image:url(../images/search/h2_searchshop_l.gif);
}
H2 span.day{
	font-weight:normal;
	font-size:72%;
}
/* ---------- 検索 ---------- */
DIV.searchContentsLong,
DIV.searchContentsMedium,
DIV.searchContentsShort{
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:10px 15px 15px 15px;
}
DIV.searchContentsLong{
	background-image:url(../images/search/scontents_long_bg.gif);
}
DIV.searchContentsMedium{
	background-image:url(../images/search/scontents_medium_bg.gif);
}
DIV.searchContentsShort{
	background-image:url(../images/search/scontents_short_bg.gif);
}

DIV#searchArea,
DIV#searchCategory,
DIV#searchTime,
DIV#searchPrice,
DIV#searchJunle,
DIV#searchService,
DIV#searchPossible,
DIV#searchAge,
DIV#searchHeight,
DIV#searchCup,
DIV#searchMovie,
DIV#searchFace,
DIV#searchCharacter,
DIV#searchType,
DIV#searchPlay{
	padding:10px 5px 0px 5px;
}
DIV#searchArea H3,
DIV#searchCategory H3,
DIV#searchTime H3,
DIV#searchPrice H3,
DIV#searchJunle H3,
DIV#searchService H3,
DIV#searchPossible H3,
DIV#searchAge H3,
DIV#searchHeight H3,
DIV#searchCup H3,
DIV#searchMovie H3,
DIV#searchFace H3,
DIV#searchCharacter H3,
DIV#searchType H3,
DIV#searchPlay H3{
/*	background-position:top left;
	background-repeat:no-repeat;
	height:25px;
	padding:0px;
	margin:0px;
	text-indent:-9999px;*/
	padding:0px;
	margin:0px;
}
DIV#searchArea input,
DIV#searchCategory input,
DIV#searchTime input,
DIV#searchPrice input,
DIV#searchJunle input,
DIV#searchService input,
DIV#searchPossible input,
DIV#searchAge input,
DIV#searchHeight input,
DIV#searchCup input,
DIV#searchMovie input,
DIV#searchFace input,
DIV#searchCharacter input,
DIV#searchType input,
DIV#searchPlay input{
	margin:3px 3px 5px 0px;
	width:13px;
	height:13px;
	vertical-align:middle;
}
DIV#searchArea TD,
DIV#searchCategory TD,
DIV#searchTime TD,
DIV#searchPrice TD,
DIV#searchJunle TD,
DIV#searchService TD,
DIV#searchPossible TD,
DIV#searchAge TD,
DIV#searchHeight TD,
DIV#searchCup TD,
DIV#searchMovie TD,
DIV#searchFace TD,
DIV#searchCharacter TD,
DIV#searchType TD,
DIV#searchPlay TD{
	vertical-align:top;
}
/* エリア */
DIV#searchArea TD{
	width:224px;
}
DIV#searchArea TABLE.open TD{
	width:665px;
}
DIV.indent{
	padding:0px 5px 0px 30px;
	line-height:150%;
}
DIV#searchArea label{
	margin-right:15px;
}
/* 業種 */
DIV#searchCategory TD{
	width:224px;
}
/* 営業時間 */
DIV#searchTime{
	float:left;
	width:470px;
	padding:10px 0px 0px 5px;
}
DIV#searchTime TABLE{
	margin-left:20px;
}
DIV#searchTime TABLE.three TD{
	width:135px;
}
DIV#searchTime TABLE.four TD{
	width:100px;
}
/* お店ジャンル */
DIV#searchJunle TD{
	width:168px;
}
/* サービス・割引 */
DIV#searchService TD{
	width:168px;
}
/* 可能プレイ＆オプション */
DIV#searchPossible TD{
	width:224px;
}
/* 年齢 */
DIV#searchAge{
	float:left;
	width:235px;
	padding:10px 0px 0px 5px;
	font-weight:bold;
}
/* 身長 */
DIV#searchHeight{
	float:left;
	width:235px;
	padding:10px 0px 0px 0px;
	font-weight:bold;
}
/* カップ */
DIV#searchCup{
	float:left;
	width:235px;
	padding:10px 5px 0px 0px;
	font-weight:bold;
}
/* 基本目安料金 */
DIV#searchPrice{
	float:left;
	width:235px;
	padding:10px 0px 0px 5px;
	font-weight:bold;
}
/* 動画 */
DIV#searchMovie{
	float:left;
	width:235px;
	padding:10px 0px 0px 0px;
}
/* 顔出し */
DIV#searchFace{
	float:left;
	width:235px;
	padding:10px 5px 0px 0px;
}
/* 性格 */
DIV#searchCharacter TD{
	width:168px;
}
/* タイプ */
DIV#searchType TD{
	width:168px;
}
/* プレイ内容 */
DIV#searchPlay TD{
	width:224px;
}
/* ボタン */
DIV.search_btn{
	text-align:center;
	padding:10px 5px 15px 5px;
}
DIV.search_btn input{
	margin:0px 5px;
}

/* ---------- 検索結果 ---------- */
DIV#searchLayoutText01 {
	padding:5px 10px;
	line-height:150%;
}
DIV#searchLayoutText02 {
	padding:5px 10px;
	line-height:150%;
	font-weight:bold;
}
DIV#searchLayoutResult{
	padding:10px;
	line-height:180%;
}
DIV#searchLayout{
	background-color:#f9f9f9;
	border:1px solid #e4e4e4;
	padding:10px;
	margin:0px 0px 5px 0px;
}
DIV#searchLayout TABLE{
	width:458px;
}
DIV#searchLayout TD{
}
DIV#searchLayout TD.photo{
	width:87px;
	padding:0px 10px 0px 0px;
	vertical-align:top;
}
DIV#searchLayout TD.icon{
	width:90px;
	padding:0px 0px 0px 10px;
	vertical-align:top;
}
DIV#searchLayout TD.icon img{
	margin-bottom:5px;
}
DIV#searchLayout TD.text{
	vertical-align:top;
	line-height:140%;
}
DIV#searchLayout TD.text strong.color_pink {
	padding-left:4px;
} 
DIV#searchLayout DIV.contents img{
	margin:10px 3px 0px 0px;
	vertical-align:text-bottom;
}
DIV#searchLayout DIV.campaign{
	background-color:#ffddde;
	color:#fe707a;
	padding:5px;
	margin:5px 0px;
}
DIV#searchLayout TABLE.sitelink{
	border:1px solid #e4e4e4;
	background-color:#FFFFFF;
	margin-top:10px;
}
DIV#searchLayout TABLE.sitelink TD{
	padding:5px;
}
DIV#searchcount{
	margin:0px 0px 10px 0px;
}
DIV#searchcount DIV.list{
	float:right;
	background-image:url(../images/search/btn_allow.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#f9f9f9;
	border:1px solid #e4e4e4;
}
DIV#searchcount DIV.list a{
	display:block;
	width:155px;
	height:19px;
	padding:0px 10px 0px 5px;
	color:#666666;
	text-decoration:none;
	line-height:19px;
}
DIV#pagecount{
	text-align:center;
}
DIV#pagecount A{
	font-weight:normal;
}
DIV#displayBoxGirl{
	width:150px;
	height:140px;
	border:1px solid #e0e0e0;
	background-color:#FFFFFF;
	padding:5px 10px;
	
	position:relative;
	left:306px;
	top:149px;
	margin-top:-160px;
}
DIV#displayBox{
	width:150px;
	height:50px;
	border:1px solid #e0e0e0;
	background-color:#FFFFFF;
	padding:5px 10px;
	
	position:relative;
	left:306px;
	top:49px;
	margin-top:-60px;
}
/* ==================== ランキングページ ==================== */
H2.rankingGirl,
H2.rankingShop{
	height:50px;
	text-indent:-9999px;
	padding:0px;
	margin:0px 0px 10px 0px;
	border:none;
}
H2.rankingGirl{
	background-image:url(../images/ranking/h2_rankinggirl.gif);
}
H2.rankingShop{
	background-image:url(../images/ranking/h2_rankingshop.gif);
}
H2 span.day{
	font-weight:normal;
	font-size:72%;
}
DIV#rankingLayoutResult{
	padding:10px;
	line-height:180%;
}
DIV#rankingLayoutResult DIV.ranking_dayarea{
	margin:0px 0px 15px 0px;
}
DIV#rankingLayout{
	background-color:#f9f9f9;
	border:1px solid #e4e4e4;
	line-height:180%;
	padding:10px;
	margin:0px 0px 5px 0px;
}
DIV#rankingLayout TABLE{
	width:458px;
}
DIV#rankingLayout TD{
}
DIV#rankingLayout TD.rank{
	width:38px;
	padding:0px 10px 0px 0px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	font-size:134%;
}
DIV#rankingLayout TD.photo{
	width:87px;
	padding:0px 10px 0px 0px;
	vertical-align:top;
}
DIV#rankingLayout TD.icon{
	width:90px;
	padding:0px 0px 0px 10px;
	vertical-align:top;
}
DIV#rankingLayout TD.icon img{
	margin-bottom:5px;
}
DIV#rankingLayout TD.text{
	vertical-align:top;
	line-height:140%;
}
DIV#rankingLayout DIV.contents img{
	margin:10px 5px 0px 0px;	
}
DIV#rankingLayout DIV.campaign{
	background-color:#ffddde;
	color:#fe707a;
	padding:5px;
	margin:5px 0px;
}
DIV#rankingLayout TABLE.sitelink{
	border:1px solid #e4e4e4;
	background-color:#FFFFFF;
	margin-top:10px;
}
DIV#rankingLayout TABLE.sitelink TD{
	padding:5px;
}

/* ==================== 詳細ページ ==================== */

/* ---------- 店舗名 ---------- */
DIV#detailTop{
	padding:0px 0px 0px 5px; 
}
DIV#shopName{
	float:left;
	width:565px;
	margin:5px 0px;
}
DIV#shopNameNoimg{
	border:1px solid #f8bec2;
	background-color:#ffddde;
	color:#fe707a;
	font-weight:bold;
	font-size:200%;
	float:left;
	width:543px;
	height:53px;
	padding:10px;
	margin:5px 0px;
}
DIV#shopNameNoimg .small{
	font-size:60%;
}
DIV#shopInquiry{
	float:right;
	width:150px;
	background-image:url(../images/detail/detail_top_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:6px;
}
DIV#shopInquiry DIV.title{
	background-image:url(../images/detail/detail_ttl_top_inquiry.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:30px;
}
DIV#shopInquiry DIV.text{
	text-align:center;
	padding:5px 10px;
	font-size:134%;
	font-weight:bold;
	height:40px;
}
/* ---------- 詳細ページメニュー ---------- */
DIV#detailmenu,
DIV#detailmenuDeli{
	background-image:url(../images/detail/g_menu_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 0px 5px;
}
DIV#detailmenu UL,
DIV#detailmenu UL LI,
DIV#detailmenu UL LI A,
DIV#detailmenuDeli UL,
DIV#detailmenuDeli UL LI,
DIV#detailmenuDeli UL LI A{
	height:46px; /* 高さはUL,LI,Aそれぞれに設定 */
}
DIV#detailmenu UL,
DIV#detailmenuDeli UL{
	clear:both;
	position:relative; /* liで絶対的に位置を設定する際に、ウインドウからでなくULからの位置を設定できるように設定 */
	margin:0px;
	padding:0px;
}
DIV#detailmenu UL LI,
DIV#detailmenu UL A,
DIV#detailmenuDeli UL LI,
DIV#detailmenuDeli UL A{
	position:absolute;/* liを横に並べるために、絶対的に位置を設定できるように設定 */
	top:0px;/* liを横に並べるため、全ての高さを揃える */
}
DIV#detailmenu UL LI,
DIV#detailmenuDeli UL LI{
	list-style-type:none;/*Netscapeでは、表示エリア外に設定してもリストの「・」が残ってしまうための対応*/
	font-size:0.1em;/* IEでは「文字の高さ×liの数」の余白があいてしまう。余白があかないように設定 */
	margin:0px 0px 0px 0px;
}
DIV#detailmenu UL A,
DIV#detailmenuDeli UL A{
	display:block;
	text-indent:-999em;/* 文字を表示エリア外に移動 */
	text-decoration:none;/* firefoxでは下線がされてしまう問題を修正 */
	background-position:center center;
}

/* ソープ型 */
DIV#detailmenu UL A#detailMenu01{
	width:97px;/* ボタンの幅 */
	left:0px;/*ボタンの位置を指定*/
	background-image:url(../images/detail/s_g_menu_01.gif);
}
DIV#detailmenu UL A#detailMenu01:hover,
DIV#detailmenu UL A#detailMenu01:active{
	background-image:url(../images/detail/s_g_menu_01_rool.gif);
}
DIV#detailmenu UL A#detailMenu02{
	width:120px;/* ボタンの幅 */
	left:97px;/*ボタンの位置を指定*/
	background-image:url(../images/detail/s_g_menu_02.gif);
}
DIV#detailmenu UL A#detailMenu02:hover,
DIV#detailmenu UL A#detailMenu02:active{
	background-image:url(../images/detail/s_g_menu_02_rool.gif);
}
DIV#detailmenu UL A#detailMenu03{
	width:120px;/* ボタンの幅 */
	left:217px;/*ボタンの位置を指定*/
	background-image:url(../images/detail/s_g_menu_03.gif);
}
DIV#detailmenu UL A#detailMenu03:hover,
DIV#detailmenu UL A#detailMenu03:active{
	background-image:url(../images/detail/s_g_menu_03_rool.gif);
}
DIV#detailmenu UL A#detailMenu04{
	width:119px;/* ボタンの幅 */
	left:337px;/*ボタンの位置を指定*/
	background-image:url(../images/detail/s_g_menu_04.gif);
}
DIV#detailmenu UL A#detailMenu04:hover,
DIV#detailmenu UL A#detailMenu04:active{
	background-image:url(../images/detail/s_g_menu_04_rool.gif);
}
DIV#detailmenu UL A#detailMenu05{
	width:165px;/* ボタンの幅 */
	left:456px;/*ボタンの位置を指定*/
	background-image:url(../images/detail/s_g_menu_05.gif);
}
DIV#detailmenu UL A#detailMenu05:hover,
DIV#detailmenu UL A#detailMenu05:active{
	background-image:url(../images/detail/s_g_menu_05_rool.gif);
}

DIV#detailmenu UL A#detailMenu06{
	width:94px;/* ボタンの幅 */
	left:621px;/*ボタンの位置を指定*/
	background-image:url(../images/detail/s_g_menu_06.gif);
}
DIV#detailmenu UL A#detailMenu06:hover,
DIV#detailmenu UL A#detailMenu06:active{
	background-image:url(../images/detail/s_g_menu_06_rool.gif);
}

/* デリヘル型 */
DIV#detailmenuDeli UL A#detailMenuDeli01{
	width:101px;/* ボタンの幅 */
	left:0px;/*ボタンの位置を指定*/
	background-image:url(../images/detail/deli_g_menu_01.gif);
}
DIV#detailmenuDeli UL A#detailMenuDeli01:hover,
DIV#detailmenuDeli UL A#detailMenuDeli01:active{
	background-image:url(../images/detail/deli_g_menu_01_rool.gif);
}
DIV#detailmenuDeli UL A#detailMenuDeli02{
	width:131px;/* ボタンの幅 */
	left:101px;/*ボタンの位置を指定*/
	background-image:url(../images/detail/deli_g_menu_02.gif);
}
DIV#detailmenuDeli UL A#detailMenuDeli02:hover,
DIV#detailmenuDeli UL A#detailMenuDeli02:active{
	background-image:url(../images/detail/deli_g_menu_02_rool.gif);
}
DIV#detailmenuDeli UL A#detailMenuDeli03{
	width:132px;/* ボタンの幅 */
	left:232px;/*ボタンの位置を指定*/
	background-image:url(../images/detail/deli_g_menu_03.gif);
}
DIV#detailmenuDeli UL A#detailMenuDeli03:hover,
DIV#detailmenuDeli UL A#detailMenuDeli03:active{
	background-image:url(../images/detail/deli_g_menu_03_rool.gif);
}
DIV#detailmenuDeli UL A#detailMenuDeli04{
	width:130px;/* ボタンの幅 */
	left:364px;/*ボタンの位置を指定*/
	background-image:url(../images/detail/deli_g_menu_04.gif);
}
DIV#detailmenuDeli UL A#detailMenuDeli04:hover,
DIV#detailmenuDeli UL A#detailMenuDeli04:active{
	background-image:url(../images/detail/deli_g_menu_04_rool.gif);
}
DIV#detailmenuDeli UL A#detailMenuDeli05{
	width:127px;/* ボタンの幅 */
	left:494px;/*ボタンの位置を指定*/
	background-image:url(../images/detail/deli_g_menu_05.gif);
}
DIV#detailmenuDeli UL A#detailMenuDeli05:hover,
DIV#detailmenuDeli UL A#detailMenuDeli05:active{
	background-image:url(../images/detail/deli_g_menu_05_rool.gif);
}

DIV#detailmenuDeli UL A#detailMenuDeli06{
	width:94px;/* ボタンの幅 */
	left:621px;/*ボタンの位置を指定*/
	background-image:url(../images/detail/deli_g_menu_06.gif);
}
DIV#detailmenuDeli UL A#detailMenuDeli06:hover,
DIV#detailmenuDeli UL A#detailMenuDeli06:active{
	background-image:url(../images/detail/deli_g_menu_06_rool.gif);
}


/* ---------- 共通 ---------- */
/* レイアウト大枠 */
DIV.bg_pink{
	background-color:#fff5f5;
	width:100%;
	overflow:hidden;
}

DIV#detailGirlLeft{
	float:left;
	width:330px;
	padding-left:5px;
}
DIV#detailGirlRight{
	float:left;
	width:375px;
	padding-right:5px;
}
DIV#detailGirlBottom,
DIV#detailShopBottom{
	clear:both;
	padding-left:5px;
}
TD.detailShopShort{
	width:260px;
	padding-left:5px;
	padding-top:5px;
	vertical-align:top;
}
TD.detailShopLong{
	width:440px;
	padding-left:5px;
	padding-top:5px;
	vertical-align:top;
}
TD.detailShopMedium1,
TD.siteMapMedium1{
	width:350px;
	padding-left:5px;
	padding-top:5px;
	vertical-align:top;
}
TD.detailShopMedium2,
TD.siteMapMedium2{
	width:355px;
	padding-right:5px;
	padding-top:5px;
	vertical-align:top;
}

DIV#detailGirlPhoto,
DIV#detailGirlContents,
DIV#detailGirlWork,
DIV#detailGirlSite,
DIV#detailGirlProfile,
DIV#detailGirlQuestion,
DIV#detailGirlComment,
DIV#detailGirlPossible,
DIV#detailGirlShop,
DIV#detailGirlNeargirl,
DIV#detailGirlRankinggirl,
DIV#detailGirlNearshop,
DIV#detailGirlRankingshop,
DIV#detailInquiry,
DIV#detailNewslong,
DIV#detailNewsshort,
DIV#detailNewsmedium,
DIV#detailShopbasic,
DIV#detailShopbasicShort,
DIV#detailArea,
DIV#detailManager,
DIV#detailPrice,
DIV#detailCoupon,
DIV#detailGroup,
DIV#detailMap,
DIV#detailMcoupon,
DIV#detailShopbasicLong,
DIV#detailShopbasicMedium,
DIV#detailPriceMedium,
DIV#detailGirlMedium,
DIV#detailMapMedium,
DIV#detailAreaMedium,
DIV#detailGirlCondition,
DIV#detailShopSite,
DIV#detailShopSitemedium{
	margin-bottom:10px;
}
DIV#detailGirlContents H3,
DIV#detailGirlWork H3,
DIV#detailGirlSite H3,
DIV#detailGirlProfile H3,
DIV#detailGirlQuestion H3,
DIV#detailGirlComment H3,
DIV#detailGirlPossible H3,
DIV#detailGirlShop H3,
DIV#detailGirlNeargirl H3,
DIV#detailGirlRankinggirl H3,
DIV#detailGirlNearshop H3,
DIV#detailGirlRankingshop H3,
DIV#detailInquiry H3,
DIV#detailNewslong H3,
DIV#detailNewsshort H3,
DIV#detailNewsmedium H3,
DIV#detailShopbasic H3,
DIV#detailShopbasicShort H3,
DIV#detailArea H3,
DIV#detailManager H3,
DIV#detailPrice H3,
DIV#detailCoupon H3,
DIV#detailGroup H3,
DIV#detailMap H3,
DIV#detailMcoupon H3,
DIV#detailShopbasicLong H3,
DIV#detailShopbasicMedium H3,
DIV#detailPriceMedium H3,
DIV#detailGirlMedium H3,
DIV#detailMapMedium H3,
DIV#detailAreaMedium H3,
DIV#detailGirlCondition H3,
DIV#detailShopSite H3,
DIV#detailShopSitemedium H3,
DIV#detailShopService H3,
DIV#siteMapSearchMedium dl dt,
DIV#siteMapAboutMedium dl dt,
DIV#siteMapContentsMedium dl dt,
DIV#siteMapSiteinfoMedium dl dt {
	padding:0px;
	margin:0px;
	height:42px;
	text-indent:-9999px;
	background-position:top left;
	background-repeat:no-repeat;
}

/* ---------- 女の子詳細 ---------- */
/* 名前 */
H3.detail_girl{
	margin:0px 10px 0px 10px;
	padding:0px;
	text-align:left;
	font-size:150%;
	color:#ff848d;
}
H3.detail_girl span.age{
	color:#666666;
	font-size:76%;
}
/* 写真 */
DIV#detailGirlPhoto img{
	margin:5px 0px 0px 5px;
}
/* 関連コンテンツ */
DIV#detailGirlContents H3{
	background-image:url(../images/detail/detail_ttl_contents.gif);
}
DIV#detailGirlContents img{
	margin:5px 5px 0px 5px;
}
/* 出勤情報 */
DIV#detailGirlWork H3{
	background-image:url(../images/detail/detail_ttl_work_mini.gif);
}
DIV#detailGirlWork DIV.text{
	padding:5px;
}
DIV#detailGirlWork img{
	margin-bottom:10px;
}
DIV#detailGirlWork TABLE.work_table{
	width:320px;
	margin:0px;
	padding:0px;
	border-collapse:separate;
	border:none;
	border-spacing:5px;
}
DIV#detailGirlWork TABLE.work_table TH{
	background-color:#ffddde;
	width:40px;
	padding:0px 5px;
	line-height:150%;
	text-align:center;
	font-weight:normal;
}
DIV#detailGirlWork TABLE.work_table TD{
	padding:0px 5px;
	text-align:center;
	background-color:#ffffff;
}
/* オフィシャルサイト */
DIV#detailGirlSite H3{
	background-image:url(../images/detail/detail_ttl_officialsite.gif);
}
DIV#detailGirlSite DIV.text{
	padding:5px;
}
DIV#detailGirlSite DIV.text img{
	margin-top:5px;
	border:1px solid #ebebeb;
}
/* プロフィール */
DIV#detailGirlProfile H3{
	background-image:url(../images/detail/detail_ttl_profile.gif);
}
TABLE.profile_table{
	margin:0px 5px 0px 5px;
}
TABLE.profile_table TH,
TABLE.profile_table TD{
	padding:3px;
	vertical-align:top;
	line-height:150%;
	border-bottom:1px solid #ebebeb;
}
TABLE.profile_table TH{
	font-weight:normal;
	text-align:left;
	width:85px;
}
/*white*/
TABLE.profile_table_white{
	margin:0px 5px 0px 5px;
}
TABLE.profile_table_white TH,
TABLE.profile_table_white TD{
	padding:3px;
	vertical-align:top;
	line-height:150%;
	border-bottom:1px solid #ffffff;
}
TABLE.profile_table_white TH{
	color:#ff848d;
	font-weight:bold;
	text-align:left;
	width:85px;
}
TABLE.profile_table_white TH.detailGirlProfileName {
}
TABLE.profile_table_white TD.detailGirlProfileContents {
	text-align:right;
	width:88px;
	padding-right:9px;
	}
/* 女の子に質問 */
DIV#detailGirlQuestion H3{
	background-image:url(../images/detail/detail_ttl_question.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:19px;
	padding:11px 11px 12px 16px;
	text-align:right;
	text-indent:inherit;
}
DIV#detailGirlQuestion DIV.question_box{
	margin:5px 5px 0px 5px;
	padding:0px;
	height:260px;
	border:1px solid #e9e9e9;
	background-color:#FFFFFF;
	overflow-y:scroll;
	overflow-x:hidden;
}
DIV#detailGirlQuestion DIV.question_box .textQ{
	color:#ff848d;
	font-weight:bold;
	padding:5px 5px 2px 5px;
}
DIV#detailGirlQuestion DIV.question_box .textA{
	color:#4eaae4;
	font-weight:bold;
	padding:0px 5px 5px 5px;
	border-bottom:1px solid #e9e9e9;
}

/* 女の子に質問ポップアップ */
DIV#detailGirlQuestionWindow H3{
	background-image:url(../images/detail/detail_ttl_question.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:19px;
	margin:0;
	padding:11px 11px 12px 16px;
	text-align:right;
	text-indent:inherit;
}
DIV#detailGirlQuestionWindow DIV.question_box{
	margin:0px 5px 0px 5px;
	padding:0px;
	height:500px;
	border:1px solid #e9e9e9;
	background-color:#FFFFFF;
	overflow-y:scroll;
	overflow-x:hidden;
}
DIV#detailGirlQuestionWindow DIV.question_box .textQ{
	color:#ff848d;
	font-weight:bold;
	padding:5px 5px 2px 5px;
}
DIV#detailGirlQuestionWindow DIV.question_box .textA{
	color:#4eaae4;
	font-weight:bold;
	padding:0px 5px 5px 5px;
	border-bottom:1px solid #e9e9e9;
}
/* 店長コメント */
DIV#detailGirlComment H3{
	background-image:url(../images/detail/detail_ttl_comment.gif);
}
DIV#detailGirlComment DIV.text{
	padding:5px;
}
/* 可能プレイ */
DIV#detailGirlPossible H3{
	background-image:url(../images/detail/detail_ttl_possible.gif);
	height:19px;
	padding:11px 11px 12px 16px;
	text-align:right;
	text-indent:inherit;
	background-position:top left;
	background-repeat:no-repeat;
}
DIV#detailGirlPossible DIV.possible_box{
	margin:5px 5px 0px 5px;
	padding:0px;
	width:363px;
	height:135px;
	border:1px solid #e9e9e9;
	background-color:#FFFFFF;
	overflow-y:scroll;
	overflow-x:hidden;
}
DIV#detailGirlPossible TABLE.possible_table{
	width:345px;
	margin:0px;
	padding:0px;
	border-collapse:separate;
	border:none;
	border-spacing:5px;
}
DIV#detailGirlPossible TABLE.possible_table TD{
	width:70px;
	padding:5px;
	line-height:150%;
	text-align:center;
	font-weight:bold;
}
DIV#detailGirlPossible TABLE.possible_table TD.word{
	border:1px solid #d7d7d7;
	background-color:#f9f9f9;
}
/* 可能プレイ 100426追加分*/
DIV#detailGirlPossibleLong H3{
	background-image:url(../images/detail/detail_ttl_possible_long.gif);
	height:19px;
	padding:11px 11px 12px 16px;
	text-align:right;
	text-indent:inherit;
	background-position:top left;
	background-repeat:no-repeat;
	margin:10px 0 0 0;
}
DIV#detailGirlPossibleLong DIV.possible_box{
	margin:5px 5px 0px 5px;
	padding:0px;
	width:428px;
	height:135px;
	border:1px solid #e9e9e9;
	background-color:#FFFFFF;
	overflow-y:scroll;
	overflow-x:hidden;
}
DIV#detailGirlPossibleLong TABLE.possible_table{
	width:410px;
	margin:0px;
	padding:0px;
	border-collapse:separate;
	border:none;
	border-spacing:5px;
}
DIV#detailGirlPossibleLong TABLE.possible_table TD{
	width:70px;
	padding:5px;
	line-height:150%;
	text-align:center;
	font-weight:bold;
}
DIV#detailGirlPossibleLong TABLE.possible_table TD.word{
	border:1px solid #d7d7d7;
	background-color:#f9f9f9;
}
/* 可能プレイポップアップ */
DIV#detailGirlPossibleWindow H3{
	background-image:url(../images/detail/detail_ttl_possible.gif);
	height:19px;
	padding:11px 11px 12px 16px;
	text-align:right;
	text-indent:inherit;
	margin:0;
	background-position:top left;
	background-repeat:no-repeat;
}
DIV#detailGirlPossibleWindow DIV.possible_box{
	margin:0px 5px 0px 5px;
	padding:0px;
	width:363px;
	height:500px;
	border:1px solid #e9e9e9;
	background-color:#FFFFFF;
	overflow-y:scroll;
	overflow-x:hidden;
}
DIV#detailGirlPossibleWindow TABLE.possible_table{
	width:345px;
	margin:0px;
	padding:0px;
	border-collapse:separate;
	border:none;
	border-spacing:5px;
}
DIV#detailGirlPossibleWindow TABLE.possible_table TD{
	width:70px;
	padding:5px;
	line-height:150%;
	text-align:center;
	font-weight:bold;
}
DIV#detailGirlPossibleWindow TABLE.possible_table TD.word{
	border:1px solid #d7d7d7;
	background-color:#f9f9f9;
}
/* 店舗情報 */
DIV#detailGirlShop H3{
	background-image:url(../images/detail/detail_ttl_shop.gif);
}
DIV#detailGirlShop DIV#shopLayout{
	padding:5px 10px 0px 5px;
}
DIV#detailPrice DIV#shopLayout{
	padding:5px 30px 0px 25px;
}
DIV#shopLayout DIV.shop_box{
	width:673px;
	margin:0px 0px 10px 0px;
	padding:10px;
	height:180px;
	border:1px solid #e9e9e9;
	overflow-y:scroll;
	overflow-x:hidden;
}
DIV#shopLayout DIV.shop_box img{
	margin:5px 0px;
}
DIV#shopLayout TABLE.shop_table{
	padding:0px;
	margin:0px 0px 5px 0px;
	border-collapse: collapse;
	border:none;
	border-spacing:0;
}
DIV#shopLayout TABLE.shop_table TH,
DIV#shopLayout TABLE.shop_table TD{
	width:101px;
	padding:3px;
	line-height:150%;
	text-align:center;
	border:2px solid #ffffff;
}
DIV#shopLayout TABLE.shop_table TH{
	background-color:#ff848d;
	color:#FFFFFF;
	font-weight:bold;
}
DIV#shopLayout TABLE.shop_table TD{
	background-color:#eeeeee;
}
/*---------------------*/
DIV#shopLayout TABLE.shop_table1,
DIV#shopLayout TABLE.shop_table2,
DIV#shopLayout TABLE.shop_table3,
DIV#shopLayout TABLE.shop_table4,
DIV#shopLayout TABLE.shop_table5,
DIV#shopLayout TABLE.shop_table6{
	padding:0px;
	margin:0px 0px 5px 0px;
	border-collapse: collapse;
	border:none;
	border-spacing:0;
	width:656px;
}
DIV#shopLayout TABLE.shop_table1 TH,
DIV#shopLayout TABLE.shop_table2 TH,
DIV#shopLayout TABLE.shop_table3 TH,
DIV#shopLayout TABLE.shop_table4 TH,
DIV#shopLayout TABLE.shop_table5 TH,
DIV#shopLayout TABLE.shop_table6 TH{
	padding:3px;
	line-height:150%;
	text-align:center;
	border:2px solid #ffffff;
	background-color:#ff848d;
	color:#FFFFFF;
	font-weight:bold;
}
DIV#shopLayout TABLE.shop_table1 TD,
DIV#shopLayout TABLE.shop_table2 TD,
DIV#shopLayout TABLE.shop_table3 TD,
DIV#shopLayout TABLE.shop_table4 TD,
DIV#shopLayout TABLE.shop_table5 TD,
DIV#shopLayout TABLE.shop_table6 TD{
	padding:3px;
	line-height:150%;
	text-align:center;
	border:2px solid #ffffff;
	background-color:#eeeeee;
}
DIV#shopLayout TABLE.shop_table1 TD{
	width:537px;
}
DIV#shopLayout TABLE.shop_table2 TD{
	width:264px;
}
DIV#shopLayout TABLE.shop_table3 TD{
	width:173px;
}
DIV#shopLayout TABLE.shop_table4 TD{
	width:128px;
}
DIV#shopLayout TABLE.shop_table5 TD{
	width:101px;
}
DIV#shopLayout TABLE.shop_table6 TD{
	width:82px;
}
/*---------------------*/

DIV#shopGirl{
	padding:0px 0px 0px 30px;
}
DIV.Shop_gril_list{
	float:left;
	width:87px;
	padding:0px 20px 10px 20px;
}
DIV.Shop_gril_list img{
	margin-bottom:5px;
}
/* オフィシャルサイト */
DIV#detailShopSite H3{
	background-image:url(../images/detail/detail_ttl_officialsite_s.gif);
}
DIV#detailShopSitemedium H3{
	background-image:url(../images/detail/detail_ttl_officialsite_m.gif);
}
DIV#detailShopSite DIV.text,
DIV#detailShopSitemedium DIV.text{
	padding:5px;
}
DIV#detailShopSite DIV.text img,
DIV#detailShopSitemedium DIV.text img{
	margin-top:5px;
	border:1px solid #ebebeb;
}
/* 似た女の子を */
DIV#detailGirlNeargirl{
	padding:5px;
}
DIV#detailGirlNeargirl H3{
	background-image:url(../images/detail/detail_ttl_neargirl.gif);
}
DIV#detailGirlNeargirl DIV.text{
	padding:5px 10px;
}
/* 女の子ランキング */
DIV#detailGirlCondition{
	padding:5px;
}
DIV#detailGirlCondition H3{
	background-image:url(../images/detail/detail_ttl_condition.gif);
}
DIV#detailGirlCondition DIV.text{
	padding:5px 10px;
}

/* 女の子ランキング */
DIV#detailGirlRankinggirl{
	padding:5px;
}
DIV#detailGirlRankinggirl H3{
	background-image:url(../images/detail/detail_ttl_rankinggirl.gif);
}
DIV#detailGirlRankinggirl DIV.text{
	padding:5px 10px;
}
/* ---------- お店詳細 ---------- */
/* 似たお店を */
DIV#detailGirlNearshop{
	padding:5px;
}
DIV#detailGirlNearshop H3{
	background-image:url(../images/detail/detail_ttl_nearshop.gif);
}
DIV#detailGirlNearshop DIV.text{
	padding:5px 10px;
}
/* お店ランキング */
DIV#detailGirlRankingshop{
	padding:5px;
}
DIV#detailGirlRankingshop H3{
	background-image:url(../images/detail/detail_ttl_rankingshop.gif);
}
DIV#detailGirlRankingshop DIV.text{
	padding:5px 10px;
}
/* 今すぐ問い合わせをする */
DIV#detailInquiry{
	padding:5px;
}
DIV#detailInquiry H3{
	background-image:url(../images/detail/detail_ttl_inquiry.gif);
}
DIV#detailInquiry DIV.text{
	padding:5px 10px;
	font-weight:bold;
	font-size:134%;
}
/* 新着情報（長） */
DIV#detailNewslong{
	padding:0px 5px;
}
DIV#detailNewslong H3{
	background-image:url(../images/detail/detail_ttl_news_l.gif);
	height:19px;
	padding:11px 11px 12px 16px;
	text-align:right;
	text-indent:inherit;
	background-position:top left;
	background-repeat:no-repeat;
}
DIV#detailNewslong div.title a{
	width:auto;
	height:auto;
	display:inherit;
}
DIV#detailNewslong DIV.text{
	padding:5px 10px;
	font-weight:bold;
	font-size:134%;
}
DIV#detailNewslong TABLE{
	width:695px;
	margin:0px 5px 10px 5px;
}
DIV#detailNewslong TD{
	vertical-align:top;
	line-height:150%;
}
DIV#detailNewslong TD.photo{
	width:87px;
	padding-right:10px;
}
/* 新着情報（短） */
DIV#detailNewsshort H3{
	background-image:url(../images/detail/detail_ttl_news_s.gif);
	height:19px;
	padding:11px 11px 12px 16px;
	text-align:right;
	text-indent:inherit;
	background-position:top left;
	background-repeat:no-repeat;
}
DIV#detailNewsshort div.title a{
	width:auto;
	height:auto;
	display:inherit;
}
DIV#detailNewsshort DIV#shopNews{
	overflow:auto;
	height:160px;
	margin:5px;
	border:1px solid #e9e9e9;
}
DIV#detailNewsshort DIV#shopNews DIV.shopNewsContents{
	line-height:150%;
}
/* 新着情報（中） */
DIV#detailNewsmedium H3{
	background-image:url(../images/detail/detail_ttl_news_m.gif);
	height:19px;
	padding:11px 11px 12px 16px;
	text-align:right;
	text-indent:inherit;
	background-position:top left;
	background-repeat:no-repeat;
}
DIV#detailNewsmedium div.title a{
	width:auto;
	height:auto;
	display:inherit;
}
DIV#detailNewsmedium DIV#shopNews{
	overflow:auto;
	height:635px;
	margin:5px;
	border:1px solid #e9e9e9;
}
DIV#detailNewsmedium DIV#shopNews DIV.shopNewsContents{
	line-height:150%;
}
/* 派遣メインエリア */
DIV.detailDeliveryArea {
	padding:5px 0 0 10px;
}
/* お店案内 */
DIV#detailShopText,
DIV#detailShopPhoto{
	padding:5px;
}
/* 店舗基本情報 */
DIV#detailShopbasic H3{
	background-image:url(../images/detail/detail_ttl_shopbasic.gif);
}
DIV#detailShopbasicShort H3{
	background-image:url(../images/detail/detail_ttl_shopbasic_short.gif);
}
/* サービス・割引 */
DIV#detailShopService H3{
	background-image:url(../images/detail/detail_ttl_service.gif);
}
DIV#detailShopService div.shopservice_box {
	background-color:#FFFFFF;
	border:1px solid #E9E9E9;
	height:143px;
	margin:5px 5px 0;
	padding:0;
	width:430px;
}
DIV#detailShopService table.shopservice_table {
	border:medium none;
	border-collapse:separate;
	border-spacing:5px;
	margin:0;
	padding:0;
	width:430px;
}
DIV#detailShopService table.shopservice_table td {
	line-height:150%;
	padding:5px;
	text-align:center;
	width:140px;
}
DIV#detailShopService table.shopservice_table td.word {
	background-color:#fff;
	border:1px solid #D7D7D7;
	color:#cacaca;
}
DIV#detailShopService table.shopservice_table td.word_ari {
	background-color:#ffddde;
	border:1px solid #ff747d;
}
DIV#detailShopService table.shopservice_table td.word_ari a {
	text-decoration:none;
	color:#ff747d;
	font-weight:bold;
}
/* 派遣可能エリア */
DIV#detailArea H3{
	background-image:url(../images/detail/detail_ttl_area.gif);
}
DIV#detailArea DIV.text{
	padding:5px 10px;
}
/* 店長オススメの女の子 */
DIV#detailManager H3{
	background-image:url(../images/detail/detail_ttl_manager.gif);
	height:19px;
	padding:11px 16px 12px 16px;
	text-align:right;
	text-indent:inherit;
	background-position:top left;
	background-repeat:no-repeat;
}
DIV#detailManager div.title a{
	width:auto;
	height:auto;
	display:inherit;
}

DIV#detailManager TABLE{
}
DIV#detailManager TD{
	padding:5px 0px 5px 45px;
	width:87px;
	vertical-align:top;
}
/* 料金システム */
DIV#detailPrice H3{
	background-image:url(../images/detail/detail_ttl_price.gif);
}
/* 地図・クーポン */
DIV#detailCoupon H3{
	background-image:url(../images/detail/detail_ttl_coupon.gif);
}
DIV#detailCoupon H3.couponOnry{
	background-image:url(../images/detail/detail_ttl_mcoupon.gif);
}
DIV#detailCoupon DIV.text{
	padding:5px 10px 5px 5px;
}
DIV#detailCoupon DIV#couponAreaSoap {
	float:right;
	overflow-x:hidden;
	overflow-y:scroll;
	width:338px;
	height:345px;
	border:1px solid #e9e9e9;
}
DIV#detailCoupon DIV#couponAreaHealth {
	overflow-x:hidden;
	overflow-y:scroll;
	width:690px;
	height:245px;
	border:1px solid #e9e9e9;
}
DIV#detailCoupon DIV#couponAreaHealth table {
	border:medium none;
	border-collapse:separate;
	border-spacing:5px;
}
DIV#detailCoupon DIV#couponAreaHealth td {
	width:320px;
	padding:10px 10px 10px 10px;
	vertical-align:top;
	border:2px dotted #ffb6bb;
	background-image:url(../images/detail/couponbg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
DIV#detailCoupon DIV#couponAreaSoap DIV.shopCouponContents{
	padding:10px 10px 10px 10px;
	margin-bottom:5px;
	vertical-align:top;
	border:2px dotted #ffb6bb;
	background-image:url(../images/detail/couponbg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
DIV#detailCoupon DIV#googleMapsArea{
	float:left;
	width:345px;
	height:345px;
}
DIV.coupon_btn{
	padding:10px 0px 10px 0px;
	text-align:center;
}
/* グループ店舗 */
DIV#detailGroup H3{
	background-image:url(../images/detail/detail_ttl_group.gif);
}
DIV#detailGroup DIV.text{
	padding:5px 10px 5px 5px;
}
/* ---------- クーポン・地図 ---------- */
/* 店舗基本情報 */
DIV#detailShopbasicLong{
	padding:0px 5px;
}
DIV#detailShopbasicLong H3{
	background-image:url(../images/detail/detail_ttl_shopbasic_l.gif);
}
DIV#detailShopbasicLong TABLE.profile_table{
	width:705px;
	margin:0px;
	border-collapse:separate;
	border:none;
	border-spacing:10px;
}
DIV#detailShopbasicLong TABLE.profile_table TD{
	width:335px;
	vertical-align:top;
	line-height:150%;
	border-bottom:1px solid #e9e9e9;
	padding:0px;
	margin:10px;
}
DIV#detailShopbasicLong TABLE.profile_table TD DL{
	padding:0px;
	margin:0px 3px 5px 3px;
}
DIV#detailShopbasicLong TABLE.profile_table TD DL dt{
	width:85px;
	float:left;
	padding:0px;
	margin:0px;
}
DIV#detailShopbasicLong TABLE.profile_table TD DL dd{
	padding:0px;
	margin:0px 0px 0px 87px;
}
/* 地図 */
DIV#detailMap{
	padding:0px 5px;
}
DIV#detailMap H3{
	background-image:url(../images/detail/detail_ttl_map.gif);
}
DIV#detailMap DIV#googleMapsArea{
	width:695px;
	height:350px;
	margin:5px;
}
/* クーポン */
DIV#detailMcoupon{
	padding:0px 5px;
}
DIV#detailMcoupon H3{
	background-image:url(../images/detail/detail_ttl_mcoupon.gif);
}
TABLE.coupon_table{
	border:medium none;
	border-collapse:separate;
	border-spacing:5px;
	cellspacing:5px;
}
TABLE.coupon_table TD{
	background-image:url(../images/detail/couponbg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	border:2px dotted #FFB6BB;
	padding:10px;
	vertical-align:top;
	width:324px;
}
img.couponLogo {
	float:right;
}
/* ---------- 女の子一覧 ---------- */
DIV#detailListgirl{
	padding:0px 5px;
}
DIV.gray_box{
	border:1px solid #d7d7d7;
	background-color:#f9f9f9;
	padding:10px;
	margin:5px 5px 0px 5px;
}
DIV.gray_box img{
	vertical-align:middle;
	margin-right:5px;
}
/*girl*/
TABLE.list_table{
	margin:5px 0px 5px 0px;
	padding:0px;
	border-collapse:separate;
	border:none;
	border-spacing:5px;
}
TABLE.list_table TD{
	width:220px;
	padding:5px;
	line-height:150%;
	vertical-align:top;
}
TABLE.list_table TD.list{
	border:1px solid #d7d7d7;
	background-color:#f9f9f9;
}
TABLE.list_table_layout{
	width:100%;
	margin:0px;
}
TABLE.list_table_layout TD{
	width:125px;
	vertical-align:top;
	padding:5px 0px 0px 0px;
}
TABLE.list_table_layout TD.photo{
	width:87px;
	padding:0px 5px 0px 0px;
}
TABLE.list_table_layout TD.icon img{
	margin-right:4px;
}
/*girl*/
TABLE.list_table_shop{
	margin:5px 0px 5px 0px;
	padding:0px;
	border-collapse:separate;
	border:none;
	border-spacing:5px;
}
TABLE.list_table_shop TD{
	width:103px;
	padding:5px 15px;
	line-height:150%;
	vertical-align:top;
}
TABLE.list_table_shop TD.list{
	border:1px solid #d7d7d7;
	background-color:#f9f9f9;
}
TABLE.list_table_shop_layout{
	width:100%;
	margin:0px;
}
TABLE.list_table_shop_layout TD{
	width:auto;
	vertical-align:top;
	padding:5px 0px 0px 0px;
}
TABLE.list_table_shop_layout TD.photo{
	width:87px;
	padding:0px 5px 0px 0px;
}
TABLE.list_table_shop_layout TD.icon img{
	margin-right:4px;
}
/* ---------- 無料店舗詳細 ---------- */
/* 店舗基本情報 */
DIV#detailShopbasicMedium{
	padding:0px;
}
DIV#detailShopbasicMedium H3{
	background-image:url(../images/detail/detail_ttl_shopbasic_m.gif);
}
DIV#detailShopbasicMedium TABLE.profile_table{
	width:340px;
	margin:0px 5px;
}

/* 料金目安 */
DIV#detailPriceMedium H3{
	background-image:url(../images/detail/detail_ttl_price_m.gif);
}
DIV#detailPriceMedium DIV.text{
	padding:5px;
}

/* 女の子 */
DIV#detailGirlMedium H3{
	background-image:url(../images/detail/detail_ttl_girl_m.gif);
}
DIV#detailGirlMedium TABLE{
	margin:0px 5px;
}
DIV#detailGirlMedium TD{
	padding-top:10px;
	width:113px;
}
/* 地図 */
DIV#detailMapMedium H3{
	background-image:url(../images/detail/detail_ttl_map_m.gif);
}
DIV#detailMapMedium DIV#googleMapsArea{
	width:345px;
	height:345px;
	margin:5px;
}

/* 派遣可能エリア */
DIV#detailAreaMedium H3{
	background-image:url(../images/detail/detail_ttl_area_m.gif);
}
DIV#detailAreaMedium DIV.text{
	padding:5px;
}
DIV#detailArea table {
	margin:0 0 0 7px;
}
DIV#detailArea table td {
	background-image:url(../images/cmn/li_bg.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	border:1px solid #E9E9E9;
	padding:3px 10px 3px 20px;
	vertical-align:top;
	width:315px;
}

/* ---------- この女の子を見た人はこの女の子を見ています ---------- */
DIV#RecommendViewGirl{
	padding:5px 5px 0px 5px;
}
DIV#RecommendViewGirl H3{
	padding:0px;
	margin:0px;
	background-image:url(../images/detail/recommend_ttl_girl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:42px;
	text-indent:-9999px;
}
DIV#RecommendViewGirl DIV.viewgirl_layout{
	padding:10px;
}
DIV#RecommendViewGirl DIV.viewgirl_layout TABLE.viewgirl_table{
	padding:0px;
	margin:5px 0px 0px 0px;
	border-collapse: collapse;
	border:none;
	border-spacing:0;
}
DIV#RecommendViewGirl DIV.viewgirl_layout TABLE.viewgirl_table TD{
	padding:0px;
	margin:0px;
}
DIV.recommend_area{
	width:640px;
	height:176px;
	padding:10px 5px 0px 5px;
	background-color:#FFFFFF;
	border:1px solid #eea4af;
}

/* ---------- このお店を見た人はこのお店を見ています ---------- */
DIV#RecommendViewShop{
	padding:10px 5px;
}
DIV#RecommendViewShop H3{
	padding:0px;
	margin:0px;
	background-image:url(../images/detail/recommend_ttl_shop.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:42px;
	text-indent:-9999px;
}
DIV#RecommendViewShop DIV.viewshop_layout{
	background-color:#ffddde;
	padding:10px;
}
DIV#RecommendViewShop DIV.viewshop_layout TABLE.viewshop_table{
	padding:0px;
	margin:5px 0px 0px 0px;
	border-collapse: collapse;
	border:none;
	border-spacing:0;
}
DIV#RecommendViewShop DIV.viewshop_layout TABLE.viewshop_table TD{
	padding:0px;
	margin:0px;
}
DIV.recommend_area_s{
	width:640px;
	height:96px;
	padding:10px 5px 0px 5px;
	background-color:#FFFFFF;
	border:1px solid #eea4af;
}
DIV.Shop_list{
	float:left;
	width:100px;
	padding:0px 10px 0px 15px;
}
DIV.Shop_list img{
	margin-bottom:5px;
}

/* ==================== 待機中 ==================== */
H2.readyGirl{
	height:50px;
	text-indent:-9999px;
	padding:0px;
	margin:0px 0px 10px 0px;
	border:none;
}
H2.readyGirl{
	background-image:url(../images/ready/h2_readygirl.gif);
}
DIV#detailReady{
	padding:5px 5px 10px 5px;
}
DIV#detailReady DIV.text{
	padding:5px 10px;
	font-weight:bold;
	font-size:134%;
}
DIV#detailReady TABLE{
	width:100%;
	margin:0px;
}
DIV#detailReady TD{
	vertical-align:top;
	line-height:150%;
}
DIV#detailReady TD.photo{
	width:87px;
	padding-right:10px;
}
DIV#detailReady TD.shop{
	width:210px;
	padding:8px 10px;
	border:1px solid #e4e4e4;
	background-color:#FFFFFF;
	line-height:120%;
}
DIV#detailReady TD.icon{
	width:90px;
	padding:0px 10px 0px 0px;
	vertical-align:top;
}
DIV#detailReady TD.icon img{
	margin-bottom:5px;
}

/* ==================== 求人情報 ==================== */
DIV#recruitLayout{
	padding:10px 10px 0px 10px;
}
DIV#recruitLayout DIV.text{
	margin-bottom:15px;
	line-height:150%;
}
DIV#recruitLayout TABLE{
	width:695px;
	margin:0px 0px 15px 0px;
}
DIV#recruitLayout TH,
DIV#recruitLayout TD{
	padding:3px;
	vertical-align:top;
	line-height:150%;
	border-bottom:1px solid #e9e9e9;
}
DIV#recruitLayout TH{
	font-weight:normal;
	text-align:left;
	width:125px;
}

/* ==================== 最新風俗店情報 ==================== */
H2.shopNews{
	height:50px;
	text-indent:-9999px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border:none;
}
H2.shopNews{
	background-image:url(../images/shopnews/h2_shopnews.gif);
}

/* ==================== メールマガジン ==================== */
H2.mailMagazine{
	height:50px;
	text-indent:-9999px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border:none;
}
H2.mailMagazine{
	background-image:url(../images/mailmagazine/h2_mailmagazine.gif);
}
DIV#mailmagaForm,
DIV#mailmagaConfirm,
DIV#mailmagaComplete,
DIV#mailmagaDelete{
	margin:0px 5px 10px 5px;
}
DIV#mailmagaForm H3,
DIV#mailmagaConfirm H3,
DIV#mailmagaComplete H3{
	padding:0px;
	margin:0px;
	height:42px;
	text-indent:-9999px;
	background-position:top left;
	background-repeat:no-repeat;
}
DIV#mailmagaForm TABLE,
DIV#mailmagaConfirm TABLE,
DIV#mailmagaComplete TABLE,
DIV#mailmagaDelete TABLE{
	width:695px;
	margin:0px 5px 10px 5px;
}
DIV#mailmagaForm TH,
DIV#mailmagaConfirm TH,
DIV#mailmagaComplete TH,
DIV#mailmagaDelete TH,
DIV#mailmagaForm TD,
DIV#mailmagaConfirm TD,
DIV#mailmagaComplete TD,
DIV#mailmagaDelete TD{
	padding:5px;
	line-height:150%;
	border-bottom:1px solid #e9e9e9;
}
DIV#mailmagaForm TH,
DIV#mailmagaConfirm TH,
DIV#mailmagaComplete TH,
DIV#mailmagaDelete TH{
	vertical-align:top;
	font-weight:bold;
	text-align:left;
	width:125px;
}
DIV#mailmagaForm TD,
DIV#mailmagaConfirm TD,
DIV#mailmagaComplete TD,
DIV#mailmagaDelete TD{
	vertical-align:middle;
}
DIV#mailmagaForm input,
DIV#mailmagaConfirm input,
DIV#mailmagaComplete input{
	color:#666666;
}
DIV#mailmagaForm select,
DIV#mailmagaConfirm select,
DIV#mailmagaComplete select{
	width:100px;
	color:#666666;
}

DIV#mailmagaForm TABLE.malimaga_table,
DIV#mailmagaConfirm TABLE.malimaga_table,
DIV#mailmagaComplete TABLE.malimaga_table{
	width:558px;
	margin:0px;
}
DIV#mailmagaForm TABLE.malimaga_table TD,
DIV#mailmagaConfirm TABLE.malimaga_table TD,
DIV#mailmagaComplete TABLE.malimaga_table TD{
	border:none;
	padding:0px;
}

DIV.mailmagazine_waku{
	padding:10px;
}
DIV.mailmagazine_text{
	background-color:#f9f9f9;
	background-image:url(../images/mailmagazine/icon_mail.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:10px 10px 10px 100px;
	line-height:140%;
	min-height:70px;
	_height:70px;
}
input.form_btn{
	width:90px;
	color:#666666;
}
input.form_btn_rightBlank {
	width:90px;
	color:#666666;
	margin-right:130px;
}
DIV#mailmagaForm span.mailmagaText {
	font-weight:normal;
	color:#FF0000;
}
/* フォーム */
DIV#mailmagaForm H3{
	background-image:url(../images/mailmagazine/mail_ttl_form.gif);
}

/* 確認 */
DIV#mailmagaConfirm H3{
	background-image:url(../images/mailmagazine/mail_ttl_confirm.gif);
}

/* 完了 */
DIV#mailmagaComplete H3{
	background-image:url(../images/mailmagazine/mail_ttl_complete.gif);
}

/* 削除 */
DIV#mailmagaDelete{
	padding-top:10px;
}
DIV#mailmagaDelete TH,
DIV#mailmagaDelete TD{
	border-top:1px solid #e9e9e9;
}

/*-------------------------------------*/
DIV#mobileLayout{
	width:675px;
	height:340px;
	border:1px solid #e4e4e4;
	background-color:#f9f9f9;
    filter: alpha(opacity=90);
    -moz-opacity:0.90;
    opacity:0.90;
	
	position:relative;
	left:20px;
	top:-120px;
	margin-top:-312px;
}
DIV#mobileLayoutComplete {
}
DIV#mobileContents{
	width:665px;
	height:300px;
	
	position:relative;
	left:25px;
	top:-155px;
	margin-top:-300px;
}
DIV#mobileContentsComplete {
	width:665px;
	height:300px;
	position:relative;
	left:25px;
	top:-155px;
	margin-top:-300px;
}
DIV#mobileContentsComplete DIV.text {
	text-align:center;
	margin-top:100px;
	}

DIV#mobileContentsComplete DIV.close,
DIV#mobileContents DIV.close{
	float:right;
	padding:5px;
}
DIV#mobileContentsComplete H3,
DIV#mobileContents H3{
	padding:0px;
	margin:0px;
	height:42px;
	text-indent:-9999px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(../images/detail/detail_ttl_mobile.gif);
}
DIV#mobileContentsComplete DIV.text,
DIV#mobileContents DIV.text{
	padding:5px;
}
DIV#mobileContents DIV.qr{
	float:left;
	padding:10px;
	width:130px;
	height:75px;
	background-color:#FFFFFF;
	border:3px solid #e4e4e4;
	text-align:center;
}
DIV#mobileContents DIV.qr IMG{
	margin-top:5px;
}

DIV#mobileContents DIV.mail{
	float:right;
	padding:10px;
	width:460px;
	height:75px;
	background-color:#FFFFFF;
	border:3px solid #e4e4e4;
}
DIV#mobileContents DIV.mail input,
DIV#mobileContents DIV.mail select{
	color:#666666;
}
input.address{
	width:366px;
}
input.addressMobile {
	width:230px;
}
input.addressDelete{
	width:366px;
}
DIV#mobileContents DIV.mail input.btn{
	width:70px;
}
DIV#mobileContents span.red {
	color:#FF0000;
	font-weight:bold;
	padding-left:10px;
}
/* ==================== ホテル一覧 ==================== */
DIV#hotelLayout{
	padding:10px;
}
DIV#hotelLayout DIV.detail{
	background-color:#f9f9f9;
	border:1px solid #e4e4e4;
	padding:5px;
	margin-bottom:5px;
}
DIV.hotel_btn{
	padding:10px 0px;
	text-align:center;
}
DIV.hotel_btn A{
	padding:10px 20px;
	background-color:#f3f3f3;
	border:1px solid #cecece;
}
DIV#hotelLayout DIV.telephonbookListIndex {
	float:right;
}
DIV#hotelLayout DIV.telephonbookIndex {
	font-size:medium;
	font-weight:bold;
	padding:3px 0 0 2px;
}
DIV#hotelLayout DIV.telephonbookIndex a {
	text-decoration:none;
	color:#666666;
}
/* ==================== 自由入力ページ ==================== */
DIV#contentsFreeEntry{
	padding:10px;
}
/* ==================== index Third Area自由入力ページ ==================== */
DIV#sideFreeSpace {
	border:1px solid #CCCCCC;
	width:190px;
	height:70px;
	margin:5px;
}
/* ==================== サイトマップ ==================== */
DIV#siteMapSearchMedium dl dt {
	background-image:url(../images/detail/sitemap_search_title.gif);
}
DIV#siteMapAboutMedium dl dt {
	background-image:url(../images/detail/sitemap_about_title.gif);
}
DIV#siteMapContentsMedium dl dt {
	background-image:url(../images/detail/sitemap_contents_title.gif);
}
DIV#siteMapSiteinfoMedium dl dt {
	background-image:url(../images/detail/sitemap_siteinfo_title.gif);
}
DIV#siteMapSearchMedium dl,
DIV#siteMapAboutMedium dl,
DIV#siteMapContentsMedium dl,
DIV#siteMapSiteinfoMedium dl {
	margin:0px 0 10px 0;
}
DIV#siteMapSearchMedium dl dd,
DIV#siteMapAboutMedium dl dd,
DIV#siteMapContentsMedium dl dd,
DIV#siteMapSiteinfoMedium dl dd {
	margin:0 0 0 10px;
	padding:3px 0 3px 13px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(../images/cmn/li_bg.gif);
}
/* ==================== エラー画面 ==================== */
DIV#firstAreaError DIV#contentsLong {
	background-image:url(../images/cmn/contents_long_error_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	min-height:100%;
	padding:0 5px 20px;
}
DIV#firstAreaError H2.long {
	background-image:url(../images/cmn/h2_long_error.gif);
	padding:10px 10px 5px 40px;
}
DIV#firstAreaError DIV#errorContents {
	width:764px;
	margin:0 auto;
	
}
DIV#firstAreaError DIV#errorContents dl {
	margin:0px;
	padding:20px 0;
}
DIV#firstAreaError DIV#errorContents dl dt {
	text-align:center;
	font-size:large;
	border:1px solid #FF33CC;
	padding:10px;
	color:#FF33CC;
	font-weight:bold;
	
}
DIV#firstAreaError DIV#errorContents dl dd {
	margin:5px 0;
	padding:5px 0;
}
DIV#firstAreaError DIV#errorContents dl dd.siteTop {
	text-align:center;
}
/* ==================== 会社概要 ==================== */
DIV#companyLayout dl {
	border-bottom:1px solid #e6e6e6;
	padding:5px 0;
}
DIV#companyLayout dl dt,
DIV#companyLayout dl dd {
	margin-bottom:1em;
}
DIV#companyLayout dl dt {
	clear:left;
	color:#333333;
	float:left;
	padding-left:15px;
}
DIV#companyLayout dl dd {
	color:#666666;
	margin-left:11.5em;
	padding-left:1.2em;
}