@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

h2#img_top {
	width: 780px;
	height: 200px;
	background: url(../common/images/img_schedule.jpg) no-repeat;
	text-indent: -9999em;
}

.staff {
	width: 704px;
	_width: 724px;
	padding:10px;
	overflow: auto;
	background: url(../common/images/bg_staff.jpg);
	margin: 0 0 10px 6px;
}
.staff img {
	float: right;
}
.table01 {
	float: left;
	margin-right: 30px;
}
.table02 {
	float: left;
}
h5 {
	float: left;
	width: 350px;
}
table {
	font-size: 0.8em;
	width: 210px;
	border: 3px double #ccc;
	float: left;
	margin-bottom: 5px;
 
}

table th, tr.week td {
	background: #ffc;
}
table td{
	width: 14%;
	background: #fff;
	vertical-align: middle;
	text-align: center; 
	color: #333;
}
.red {
	color:#FF2828;
}
.bule {
	color: #0099CC;
}
.off {
	background: #ccc;
}
.off1 {
	color: #ccc;
}
.off2 {
	color: #f93;
}
.off3 {
	background: #FF9933;
}

.off4 {
	background: #f5f5f5;
}