/* ------------------------------------
	検索フォーム
-------------------------------------- */
#search_form 
{
	position: relative;
	margin: 10px 0;
	height: 75px;
}

/* エリア・年齢検索 */
#search_form #area
{
	position: absolute;
	background: url("../img/girl/bg_form_area.gif") no-repeat left top;
	width: 170px;
	height: 75px;
}

#search_form #area select
{
	position: absolute;
	top: 29px;
	left: 5px;
	height: 15px;
	width: 160px;
	font-size: 10px;
	border: none;
}

#search_form #age_low,
#search_form #age_high
{
	position: absolute;
	font-size: 10px;
	height: 15px;
	width: 18px;
	top: 52px;
	border: none;
}

#search_form #age_low
{
	left: 104px;
}

#search_form #age_high
{
	left: 144px;
}


/* ---------------------------------
	タイプ検索・パーツ検索
---------------------------------- */
#search_form #type,
#search_form #parts
{
	position: absolute;
	left: 175px;
	width: 530px;
	height: 35px;
}

#search_form #type
{
	background: url("../img/girl/bg_form_type.gif") no-repeat left top;
}

#search_form #parts
{
	top: 40px;
	background: url("../img/girl/bg_form_parts.gif") no-repeat left top;
}

#search_form ul
{
	position: absolute;
	left: 130px;
	top: 17px;
	_top: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#search_form li
{
	float: left;
	color: black;
	width: 67px;
	font-weight: bold;
	font-family: sans-serif;
}

#search_form li label
{
	font-size: 10px;
}

#search_form li input
{
	margin:0 3px 0 0;
	border: none;
	padding: 0;
}

/* 送信ボタン */
#search_form #submit
{
	position: absolute;
	right: 0;
}


/* -------------------------------
	女の子一覧
-------------------------------- */
#girls_list div.bx
{
	position: relative;
	float: left;
	width: 120px;
	_width: 122px;
	height: 230px;
	margin: 0 9px 9px 0;
	border:1px solid black;
}

#girls_list a
{
	color: white;
	text-decoration: none;
}

#girls_list div.bx strong
{
	display: block;
	text-align: right;
	font-weight: normal;
	background: url("../img/girl/arrow.gif") no-repeat;
	background-position: 55px 0px;
}

#girls_list div.bx div.img
{
	position: absolute;
	top: 0;
	left: 0;
	height: 180px;
	background-color: black;
}

#girls_list div.bx div.info
{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: black;
	text-align: center;
	width: 120px;
	height: 55px;
	line-height: 110%;
}

#girls_list div img
{
	display: block;
}

#girls_list div h3
{
	margin: 0;
	padding: 3px;
	color: #C36463;
	font-size: 12px;
	font-weight: normal;
}

#girls_list div p
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}


/* ------------------------------
	新人を見る
------------------------------- */
#newface
{
	background: none;
	margin-top: 10px;
}

#newface .prof
{
	margin-bottom: 7px;
}