@charset "utf-8";
/*-------------------------------------------------
	scheduleBox
-------------------------------------------------*/
.scheduleBox {
	margin:0px 10px 30px 10px;
	position:relative;
}
.scheduleBox H3 {
	position:absolute;
	left:5px;
	top:0px;
}
.scheduleBox .figBox {
	text-align:right;
	padding:10px 0px 15px 0px;
}
.scheduleBox table {
	border-top:1px solid #9F2F62;
	border-bottom:2px solid #9F2F62;
	margin-bottom:8px;
}
.scheduleBox TH {
	color: #776655;
	font-weight: bold;
	text-align:right;
}
.scheduleBox TH, .scheduleBox TD {
	padding:10px;
	vertical-align:middle;
	background:url(../img/bgDot2.gif) repeat-x left bottom;
	line-height:140%;
}
.scheduleBox TH.lastCell, .scheduleBox TD.lastCell {
	background-image:none;
}
.scheduleBox .dayCell {
	background-color:#F5F5EE;
	width:92px;
	text-align: right;
}
.scheduleBox .dayCell {
	background-color:#F5F5EE;
	width:88px;
}
.scheduleBox .wSat {
	color: #336699;
}
.scheduleBox .wSun {
	color: #993333;
}
.scheduleBox .scheduleCell {
	background-color:#F5F5F5;
	width:150px;
}
.scheduleBox td a {
	color: #994444;
	text-decoration: underline;
}
.scheduleBox td a:hover {
	color: #cc6666;
	text-decoration: none;
}
.atfs {
	font-size: 11px;
}

.scheduleBox THEAD TH {
	border-top:1px solid #9F2F62;
	border-bottom:1px solid #9F2F62;
	background-image:none;
	text-align:center;
}
.scheduleBox THEAD .dayCell {
	text-align:center;
}

