/* CSS Document */

#main {
	width: 580px;
	margin: 0 auto 0 auto;
	}

h2 {
	background:url(../../image/system/timetable/title.gif) no-repeat top;
	height: 37px;
	text-indent: -999px;
	}
	
#timetable {
	margin:10px 0;
	}
#timetable a{
	color:#039;
	}
#timetable table{
	width:580px;
	border-spacing:1px;
	border-collapse:collapse;
	border:1px solid #BBB;
	}
#timetable td {
	border:1px solid #BBB;
	padding:5px 10px;
	color:#666;
	font-size:0.9em;
	text-align:center;
	}
#timetable th {
	border:1px solid #BBB;
	padding:5px 10px;
	color:#F69;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	}
#timetable th.timeaxis {
	border-right:2px solid #BBB;
	}
#timetable th.age {
	border-bottom:2px solid #BBB;
	}
#timetable th.kado {
	border-right:2px solid #BBB;
	border-bottom:2px solid #BBB;
	}
#timetable td.program {
	background:#FFEFDC;
	}
#timetable td.select {
	background:#DAF8A9;
	}
.programcolor {
	color:#FFEFDC;
	}
.selectcolor {
	color:#DAF8A9;
	}
#caption {
	margin:5px 0;
	text-align:right;
	font-size:0.8em;
	color:#666;
	}
