@charset "UTF-8";
/* 
	Time Table Style Sheet
	Yu Sekiguchi
	2007
*/

table.timetable {
	border-color: #000000;
	text-align: center;
	border-width: 3px;
	border-style: double;
}
.timetable th,td {
	border-width: 1px;
	border-style: solid;
}
.timetable th {
	background-color: yellow;
	padding: 3px;
}
.timetable td {
	background-color: #ccffcc;
	font-weight: 900;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
caption {
	text-align: center;
}

/* Start for Mozilla, Firefox, Opera, Safari */
html[xmlns] .timetable td {
	font-size: 90%;
}

/* End for Mozilla, Firefox, Opera, Safari */

td div {
	padding : 5px;
}

.time {
	border-bottom: 1px dashed;
	text-align: center;
}

#junior {
	float: left;
}
#high {
	float: right;
}

.clear {
	clear: both;
}

/*
	ChildWin Style
*/
#board {
    position: absolute;
    visibility: hidden;
    background-color: #dddddd;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    border-left: 1px solid #eeeeee;
    padding: 0px;
    width: 300px;
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
#bar {
    position: absolute;
    background-color: #cccccc;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    border-left: 1px solid #eeeeee;
    text-align: right;
    width: 100%;
}
#close {
    font-size: 10px;
}
#contents {
    color: #000000;
	margin-top: 15px;
    padding: 10px;
}
