/* -----------------------------------
	風俗店一覧
------------------------------------- */
#common_shops .bx,
#common_shops .trans
{
	position: relative;
	float: left;
	width: 251px;
	_width: 253px;
	border: 1px solid black;
	background-color: black;
	margin: 10px 10px 0 0;
}

#common_shops .trans
{
	background-position: left top;
	background-repeat: no-repeat;
	height: 216px;
	_height: 218px;
}

#common_shops .bx a
{
	color: white;
	text-decoration: none;
}

#common_shops .bx h3
{
	position: relative;
	color: white;
	background-color: #C36463;
	margin: 0;
	padding:0;
	font-size: 12px;
	line-height: 100%;
	padding: 3px;
	border-bottom: 1px solid black;
}

#common_shops .img
{
	float: left;
	width: 120px;
	height: 197px;
}

#common_shops .img img
{
	display: block;
}

/* 業種名 | エリア名　のとこ */
#common_shops address
{
	position: absolute;
	bottom: 0px;
	width: 120px;
	color: white;
	border-top: 1px solid black;
	background-color: #C36463;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	padding: 1px 0;
}

#common_shops p
{
	position: absolute;
	left: 125px;
	width: 120px;
	margin: 5px 0 0 0;
	line-height: 130%;
}

#common_shops p.info
{
	position: absolute;
	border: 2px solid #666;
	color: #9c0;
	left: 121px;
	bottom: 0;
	padding: 2px;
	width: 122px;
	_width: 130px;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 100% !important;
}


/* -----------------------------------
	おすすめ新人情報
------------------------------------- */
#newface
{
	position: relative;
	background: url("../img/base/wak_brown_middle.gif") repeat-y;
	width: 782px;
	margin-bottom: 10px;
}

#newface h2
{
	position: relative;
	background: url("../img/base/wak_brown_top.gif") no-repeat left top;
	margin: 0;
	padding: 0;
	height: 48px;
}

#newface h2 em
{
	display: block;
	font-style: normal;
	font-size: 14px;
	padding: 18px 0 0 10px;
}

#newface div.prof
{
	display: inline;
	position: relative;
	float: left;
	width: 250px;
	height: 245px;
	background: url("../img/base/bg_newface.gif") no-repeat left top;
	margin-left: 8px;
}

#newface h3
{
	font-size: 12px;
	position: absolute;
	left: 30px;
	top: 5px;
	margin: 0;
	padding: 0;
}

#newface h3 a
{
	color: black !important;
}

#newface .prof img
{
	position: absolute;
	top: 30px;
	left: 7px;
}

/* 名前 */
#newface .prof h4,
#newface .prof var
{
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f90;
	font-size: 12px;
}

#newface .prof h4
{
	left: 132px;
	top: 30px;
}

/* 年齢 */
#newface .prof var
{
	right: 5px;
	top: 30px;
	font-style: normal;
	font-weight: bold;
}

/* コメント */
#newface .prof p
{
	position: absolute;
	left: 132px;
	top: 50px;
	width: 110px;
	margin: 0;
	padding: 0;
	line-height: 130%;
	font-size: 11px;
}

#newface .prof dfn
{
	position: absolute;
	bottom: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	right: 15px;
	color: black;
}

#newface .prof a
{
	color: white;
	text-decoration: none;
}