/* ---------- タイトル ---------- */
div#main_box_title{
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/girls_title.png");
	background-repeat:no-repeat;
	background-position:left top;
	width:800px;
	height:60px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	text-indent:-999999px;
	clear:both;
}
/* ---------- 並び替え ---------- */
div#schedule_search{
	background-image:url(../img/girls_search.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	width:540px;
	height:46px;
	margin:0px auto 10px auto;
	padding-top:20px;
	text-align:center;
	color:#E2D084;
	clear:both;
	}
/* ---------- 女の子リスト ---------- */
div.girls_list{
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url(../img/girls_list.png);
	background-repeat:no-repeat;
	background-position: center top;
	width:225px;
	height:118px;
	margin:0px;
	padding:7px 10px 15px 10px;
	float:left;
	}
div.girls_list p.img{
	width:95px;
	height:118px;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	}	
div.girls_list p.name{
	width:130px;
	height:auto;
	margin:0px;
	padding-top:3px;
	text-align:left;
	font-size:10px;
	color:#000000;
	float:left;
	}
div.girls_list p.name a{
	font-size:13px;
	color:#000000;
	}
div.girls_list p.time{
	width:130px;
	height:15px;
	margin:2px 0px;
	padding-top:5px;
	text-align:center;
	color:#ffffff;
	background-color:#555555;
	float:left;
	}
div.girls_list p.icon{
	width:130px;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	}
