/* Fumy Teacher's Schedule Board - 表示用スタイルシート */

div.schedule caption {
	font-size: larger;
	font-weight: bold;
	font-family: Arial,sans-serif;
}

/* 1週間の汎用スケジュール表示用スタイルシート */
div.week td.bordercolor	{
	background-color: black;
}
div.week th {
	font-size: smaller;
	color: black;
	background-color: #ffffcc;
}
div.week td {
	font-size: smaller;
	color: black;
	background-color: white;
}
div.week th.week {
}
div.week th.where {
}
div.week th.lecture {
}


/* カレンダー予定表表示用スタイルシート */
div.calendar td.calendarborder {
	background-color: black;
}
div.calendar th {
	width: 82px;
	font-size: smaller;
	background-color: #ffffcc;
}
div.calendar th.weekdays {
	color: black;
}
div.calendar th.sunday {
	color: red;
}
div.calendar th.saturday {
	color: darkblue;
}
div.calendar td {
	font-size: smaller;
}
div.calendar td.weekdays {
	background-color: white;
}
div.calendar td.sunday {
	color: red;
	background-color: #fff0f0;
}
div.calendar td.saturday {
	color: darkblue;
	background-color: #f0f0ff;
}
div.calendar td.holiday {
	color: red;
	background-color: #fff0f0;
}
span.holname {
	font-size: xx-small;
}

/* 長期予定表表示用スタイルシート */
div.longrange td.bordercolor {
	background-color: black;
}
div.longrange th {
	font-size: smaller;
	color: black;
	background-color: #ffffcc;
}
div.longrange td {
	font-size: smaller;
	color: black;
	background-color: white;
}
div.longrange th.date {
}
div.longrange th.contents {
	width: 30em;
}