@charset "utf-8";
@import url("../style.css");
div.SchedulePage {
	background:url(../images/page/bg_image_schedule.jpg) no-repeat;
	height:440px;
	width:855px;
	padding:35px 20px 0 40px;
}
* html div.SchedulePage {
	background:url(../images/page/bg_image_schedule.jpg) no-repeat;
	height:440px;
	width:855px;
	padding:35px 20px 0 40px;
}
div#wrap {
	width:855px;
	height:350px;
	float:right;
	overflow:auto;
}
div#NewsArea {
	width:380px;
	overflow:auto;
	float:right;
	height:320px;
}
.time {
	padding:5px 0 0 0;
}
.title {
	font-weight:bold;
	font-size:14px;
	padding:3px 0;
}
.text {
	line-height:16px;
}
.img {
	float:left;
	border:5px solid #FFF;
}
ul#pager {
	clear:both;
	width:100px;
	margin:0 auto;
	padding:5px;
}
.next {
	color:#93C;
	float:right;
	padding:0 0 0 5px;
}
.rev {
	color:#93C;
	float:right;
	border-right:1px solid #666;
	padding:0 5px 0 0;
}
div#NewFace {
	width:235px;
	height:320px;
	overflow:auto;
	float:right;
	margin:0 60px 0 0;
	padding-left:5px;
}
div.GirlContent {
	width:166px;
	height:125px;
	background:url(../images/page/bg_staff4.gif) no-repeat;
	padding:20px 20px;
	float:left;
}
* html div.GirlContent {
	width:206px;
	height:125px;
	background:url(../images/page/bg_staff4.gif) no-repeat;
	padding:20px 10px 20px 20px;
	float:left;
}
div.GirlContent a {
	color:#93C;
}
div.GirlWR {
	width:74px;
	float:right;
	text-align:left;
	padding-left:2px;
}
.name {
	padding:0;
	width:78px;
}
.age {
	padding:1px 0 0 0;
}
.size {
	padding:5px 0 0 0;
}
div#flash {
	width:160px;
	height:400px;
	float:right;
	margin:20px 10px 0 0;
}
.indents {
	display:none;
}
.schday {
	padding-left:180px;
}
ul#day {
	float:right;
	width:400px;
}
ul#day a {
	color:#FFF;
}
ul#day li {
	float:left;
	width:110px;
	height:25px;
	line-height:25px;
	margin:0 3px 0 0;
}
ul#day li.now {
	background:url(../images/page/icon/schedule_1.gif) no-repeat;
}
ul#day li.follow {
	background:url(../images/page/icon/schedule_2.gif) no-repeat;
}
