/* ---------- タイトル ---------- */
div#main_box_title{
	behavior:url("../img/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/schedule_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/schedule_search.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	width:540px;
	height:110px;
	margin:0px auto 10px auto;
	padding:0px;
	clear:both;
	}
/*タイトル*/
div#schedule_search div#title{
	width:360px;
	height:60px;
	margin:0px auto;
	padding:0px;
	text-indent:-9999px;
	float:left;
	}
/*切り替え*/
div#schedule_search div#botan{
	width:171px;
	height:60px;
	margin:0px auto;
	padding-right:9px;
	text-indent:-9999px;
	float:left;
	}
div#schedule_search div#botan a{
	display:block;
	list-style-type:none;
	width:100%;
	height:100%;
	}
/*本日出勤予定*/
p.botan1 {
	width:57px;
	height:60px;
	float:left;
}
p.botan1 a.other {
}
p.botan1 a.this {
	background-image:url(../img/schedule_search1.jpg);
	background-repeat:no-repeat;
}
p.botan1 a:hover {
	background-image:url(../img/schedule_search1.jpg);
	background-repeat:no-repeat;
}
/*明日出勤予定*/
p.botan2 {
	width:57px;
	height:60px;
	float:left;
}
p.botan2 a.other {
}
p.botan2 a.this {
	background-image:url(../img/schedule_search2.jpg);
	background-repeat:no-repeat;
}
p.botan2 a:hover {
	background-image:url(../img/schedule_search2.jpg);
	background-repeat:no-repeat;
}
/*明後日出勤予定*/
p.botan3 {
	width:57px;
	height:60px;
	float:left;
}
p.botan3 a.other {
}
p.botan3 a.this {
	background-image:url(../img/schedule_search3.jpg);
	background-repeat:no-repeat;
}
p.botan3 a:hover {
	background-image:url(../img/schedule_search3.jpg);
	background-repeat:no-repeat;
}


/*並び替え*/
div.search{
	width:540px;
	height:40px;
	margin:0px auto;
	padding-top:10px;
	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;
	}
