@charset "utf-8";
#schedule {
	width:100%;
	border-collapse:collapse;
}

#schedule tr td {
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;
	text-align:center;
}

#schedule tr td.side {
	border-left:0;
	border-right:2px solid #000;
	background-color:#9c6;
	font-weight:bold;
}
#schedule #top td {
	border-bottom:2px solid #000;
	background-color:#639;
	font-weight:bold;

	color:white;
	border-left:1px solid #000;
}
#schedule #top td.corner {
	border-right:2px solid #000;
}
#note {
padding:5px;
text-align:center;
}
.nobold {font-weight:normal;}
#page_top_schedule {width:800px; height:5px; background-image:url(../img/main_top_schedule.gif); background-position:0 0; background-repeat:no-repeat;}