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

div.schedule caption {
	font-weight: bold;
}

/* 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: rgba(255, 165, 0, 0);
}
div.calendar th {
	width: 114px;
	padding: 2px;
	font-size: small;
	border: 1px black solid;
	background: rgba(255, 165, 0, 0.7);
}
div.calendar th.weekdays {
	color: black;
}
div.calendar th.sunday {
	color: red;
}
div.calendar th.saturday {
	color: darkblue;
}
div.calendar td {
	font-size: 12px;
	border: 1px black solid;
	padding: 0px;
}
div.calendar td.weekdays {
	background: rgba(255, 165, 0, 0.1);
}
div.calendar td.sunday {
	color: red;
	background: rgba(255, 165, 0, 0.1);
}
div.calendar td.saturday {
	color: darkblue;
	background: rgba(255, 165, 0, 0.1);
}
div.calendar td.holiday {
	color: red;
	background: rgba(255, 165, 0, 0.1);
}
span.holname {
	font-size: 80%;
}

/* 長期予定表表示用スタイルシート */
div.longrange td.bordercolor {
	background: rgba(255, 165, 0, 0);
}
div.longrange th {
	font-size: small;
	color: black;
	border: 1px black solid;
	background: rgba(255, 165, 0, 0.7);
	padding: 2px
}
div.longrange td {
	font-size: small;
	color: black;
	border: 1px black solid;
	background: rgba(255, 165, 0, 0.1);
	padding: 0px;
}
div.longrange th.date {
}
div.longrange th.contents {
	width: 30em;
}



/* ページデザイン関連スタイルシート */
/* ---------------------------------------------------------------------------------------------------- */
/* これ以下は、スキンファイル（テンプレートHTMLファイル）を書き換えた場合には不要になる場合があります。 */
/* ---------------------------------------------------------------------------------------------------- */
a:hover	{
	background-color: rgba(255, 165, 0, 0.5);
	color: red;
}
div.blocklink a:hover	{
	background-color: transparent;
	color: blue;
}
div.adminlink {
	font-size: smaller;
	width: 6em;
	text-align: right;
	float: right;
	padding: 0.3em;
}

div.schedule	{
	margin-top: 1em; margin-bottom: 1em; text-align: center;
	font-size 12px;
}
div.schedule table	{
	margin: 0 auto;
	/*width: 800px;*//*オリジナル*/
	width: 720px;/*たけ*/
}
div.schedule p.notice	{
	font-size: smaller; margin: 1em 6%; text-align: left;
}
p.nextcalendar {
	font-size: smaller;
	float: right;
	text-align: right;
	margin: 1em;
	width: 18em;
}
b.imp	{
	color: blue;
}
