/***********************************************/
/*                                             */
/*       CSS file For 高円寺BLUE SKY           */
/*          FileName: schedule.css  　         */
/*             data:2012/03/08                 */
/*                                             */
/***********************************************/

h1 {font-size: 12px;}


#top {
	width: 100%;
	height: 130px;
	background: -moz-linear-gradient(top, #5bcaff 50%, #00acff); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #5bcaff),color-stop(0, #00acff));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5bcaff', endColorstr='#00acff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5bcaff', endColorstr='#00acff')";
}


.top_box {
	width: 100%;
	height: 130px;
	background: url("../img/bg/main_bg.png");
}


.topNew {
	width: 840px;
	height: 110px;
	margin: 0 auto;
	padding: 10px 0 10px 120px;
	overflow: hidden;
	background: url("../img/bg/schedule_newface.png");
}


.topNew ul {
	width: 860px;
	height: 112px;
}


.topNew li {
	width: 168px;
	height: 112px;
	margin-bottom: 50px;
	list-style-type: none;
	float: left;
}


.topNew li img {border: 1px solid #5bcaff;}


.newGirl {
	width: 168px;
	height: 112px;
	overflow: hidden;
}


.topImage {
	width: 75px;
	height: 112px;
	float: left;
}


.topTxt {
	width: 54px;
	height: 62px;
	padding: 0 0 0 11px;
	margin: 0 0 0 3px;
	font-size: 13px;
	float: left;
	background: url("../img/bg/schedulenew_bg.png");
}



/*----------------- Contents ------------------*/

#contents {
	width: 960px;
	margin: 0 auto;
}


#todayttl0 {
	width: 570px;
	height: 57px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 13px 0 0 390px;
	background: url("../img/ttl/today_ttl.png");
}


#todayttl1 {
	width: 570px;
	height: 57px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 13px 0 0 390px;
	background: url("../img/ttl/next_ttl.png");
}


#scheduleBtn {
	width: 960px;
	height: 45px;
	overflow: hidden;
}


#scheduleBtn ul {}


#scheduleBtn li {
	width: 185px;
	height: 45px;
	margin: 0 0 0 5px;
	list-style-type: none;
	float: left;
}


#schedule {
	width: 960px;
	height: auto;
	overflow: hidden;
}


#schedule ul {}


#schedule li {
	width: 180px;
	height: 340px;
	margin: 0 20px 10px 20px;
	padding: 20px 0 0 20px;
	float: left;
	list-style-type: none;
	background: url("../img/bg/schedulegirl_bg.png");
}


.scheduleImage {
	width: 158px;
	height: 243px;
}


.scheduleImage img {border: 1px solid #5bcaff;}


.scheduleTxt {
	width: 142px;
	height: 67px;
	margin: 11px 0 0 13px;
}



/***********************************************/
/*             scheduleweek.css  　            */
/***********************************************/

#weekttl {
	width: 570px;
	height: 57px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 13px 0 0 390px;
	background: url("../img/ttl/week_ttl.png");
}


#scheduleDay {
	width: 960px;
	height: 35px;
	overflow: hidden;
}


.number {
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 5px 0 5px;
	color: #fff;
	font-weight: bold;
	float: left;
	background: url("../img/button/day.png");
}


.days {
	width: 840px;
	height: 35px;
	float: right;
}


.Week {
	width: 960px;
	margin: 5px 0 0 0;
	overflow: hidden;
}


.weekImage {
	width: 110px;
	height: 115px;
	margin: 0 5px 0 5px;
	padding: 15px 0 15px 0;
	text-align: center;
	font-weight: bold;
	float: left;
	background:  url("../img/bg/weekimage_bg.png");
}


.weekImage img {
	margin-bottom: 2px;
	border: 1px solid #ff28d5;
}


.weekTxt {
	width: 100px;
	height: 25px;
}


.time {
	width: 110px;
	height: 82px;
	margin: 0 5px 0 5px;
	padding: 63px 0 0 0;
	text-align: center;
	float: left;
	background:  url("../img/bg/weektime_bg.png");
}