 @charset "utf-8";

/*　
------------------------------------------------------------ */

h2#img_top {
	width: 580px;
	height: 120px;
	background: url(../common/images/img_schedule.jpg) no-repeat;
	text-indent: -9999em;
	margin-bottom: 10px;
}

.box01_in {
	padding: 20px;
}

.box02 {
	background: url(../common/images/bg_schedule.jpg) no-repeat;
	height: 333px;
	width: 480px;
	_width: 500px;
	padding: 0 10px;
	overflow: auto;
}

.box02 h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 30px 0 20px 350px;
}
.box02 h4 {
	clear: both;
	font-weight: bold;
}

.box02 h4 span {
	color: #A08246;
}
.table01 {
	float: left;
}
.table02 {
	float: right;
}
table {
	width: 235px;
	margin-bottom: 10px;
	border: 3px double #fff;
	float: left;
 
}

table th, tr.week td {
	background: #A08246;
}
table td{
	width: 14%;
	background: #fff;
	vertical-align: middle;
	text-align: center; 
	color: #333;
}
.red {
	color:#FF2828;
}
.bule {
	color: #0099CC;
}
.off {
	background: #A08246;
	color: #fff;
}