@import url("menu.css");
@import url("common.css");
/* =====================================================================
　トップページ用設定　
===================================================================== */

/* ------------------------------------------------------------------
背景　
---------------------------------------------------------------------*/
#ground_body {
	background-image: url(../images/shared/ground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/**トップページメイン******/
#top_img{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top/main.jpg);
	background-repeat: no-repeat;
	height: 237px;
}
#top_img h2{
	padding-top: 10px;
	padding-left: 350px;
}
#top_img p{
	padding-top: 10px;
	padding-left: 350px;
	font-size: 75%;
	padding-right: 10px;
	padding-bottom: 10px;
}
#top_img .qr {
	TEXT-ALIGN: center;
	MARGIN-TOP: 20px;
	WIDTH: 110px;
	FLOAT: right;
	FONT-SIZE: 8pt
}

/*************************************/
.box {
	font-size:10pt;
	background-color: #333333;
	background-image: url(../images/top/info_bg.gif);
	background-repeat: repeat;
	width: 285px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.box p{padding:5px; word-wrap:break-word; word-break:break-all;}
.box img{
	padding: 3px;

}
.box h3{
	background-color: #333333;
	font-size: 11pt;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #666666;
	width: 274px;
}

/*.box a{
	color:#FFFF66;
	font-weight: bold;
	text-decoration: underline;
}*/
/*.box a:hover{color:#FF9966;font-weight: bold;}*/

.box .btm a{
	background-image: url(../images/top/more.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 75px;
	text-indent: -9999pt;
	display: block;
	vertical-align: bottom;
}
.box .btm a:hover{background-position:0 -18px;}

#container div.box h3 a {display:block; overflow:hidden; white-space:nowrap;}

.caption {font-size:92%;color:#FFCC99;}

.readMore {text-align:right; margin:4px 10px 0 0; font-size:10pt;}
.readMore a {color:#FFFF66; text-decoration:underline;}
.readMore a:hover{color:#FF9966;}
/******************************************************/
#weather {
	font-size:10pt;
	padding-top: 25px;
}
#weather  h4{float:right;margin-right:10px; margin-top:5px;}
.weather_link {display:none;}

/***コンテナー*************************/
#container{
	background-color: #2D1307;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/******************************************************/
.girlList {margin:10px auto; font-size:78%; width:840px;}
.girlList .item {display:block; float:left; width:200px; margin:5px 5px 5px 0; padding:3px 0 3px 3px; border:1px solid #996666;}
.girlList .itemTitle {font-size:110%; font-weight:bold; margin-bottom:3px;}
.girlList .itemTitle .recommend {text-indent:-9999px; display:block; width:40px; height:18px; background:url(../images/girl/icon_recommend_s.gif) 0 0 no-repeat; float:left; margin-right:5px;}
.girlList .itemTitle .workToday {text-indent:-9999px; display:block; width:40px; height:18px; background:url(../images/girl/icon_today_s.gif) 0 0 no-repeat; float:left; margin-right:5px;}
.girlList .itemImage {float:left; margin:0 3px 0 0; padding:1px; border:1px solid #a6a6a6;}
.girlList .itemText {}
.girlList .itemText ul {}
.girlList .itemText li {overflow:hidden;}
.girlList .itemText li.age {white-space:nowrap;}
.girlList .itemText li.bodysize {white-space:nowrap;}
.girlList .itemText li.bodysize span {font-size:95%; color:#ffafd6;}
.girlList .itemText li.catch {margin-top:5px; padding-top:3px; border-top:1px dotted #996666;}
.girlList .itemText li.shopName {font-size:95%; margin-top:8px;}

/* add 20110328 */
.girlList h4 {margin-bottom:5px; width:840px; height:46px; text-indent:-9999px; background:url(../images/top/bar_recommend.gif) no-repeat;}

a:visited{color:#FFFF66;}

