/* Fumy Teacher's Schedule Board - 表示用スタイルシート */

div.schedule caption {
	text-align:left;
	color:#627c79;
	border-left:2px solid #627c79;
	padding-left:5px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:3px;
	margin-top:3px;
}

/* 1週間の汎用スケジュール表示用スタイルシート */
div.week table{ width:480px;}
div.week table.weeks{line-height: 20px;padding-top: 5px;}

div.week td.bordercolor	{background-color: black}
div.week th {color: black;background-color: #ffffcc;}

div.week th.time { background-color: #DCFF76;
 width:30%;}

div.week td {font-size: 16px;color: #000;background-color:#fff;
}
div.week th.week {background-color: #fff;}
div.week th.where {}
div.week th.lecture,
div.calendar th.sunday { width:24px;}


/* カレンダー予定表表示用スタイルシート */
div.calendar td.calendarborder {
	background-color: black;
}
div.calendar th { font-size: small; background-color: #FFC; }
div.calendar th.weekdays {
	color: black;
border-left:1px dotted #CECECE;

border-top:1px solid #CECECE;
}
div.calendar th.sunday {
	color: red;

border-top:1px solid #CECECE;
}
div.calendar th.saturday {
	color: darkblue;
border-left:1px dotted #CECECE;

border-top:1px solid #CECECE;
}
div.calendar td {
	
	font-size: 12px;
	line-height: 18px;}
div.calendar td.weekdays {
	background-color: white;
border-left:1px dotted #CECECE;
border-bottom:1px solid #CECECE;

}
div.calendar td.sunday {
	color: red;
	background-color: #fff0f0;
border-bottom:1px solid #CECECE;
}
div.calendar td.saturday {
	color: darkblue;
	background-color: #f0f0ff;
border-left:1px dotted #CECECE;
border-bottom:1px solid #CECECE;

}
div.calendar td.holiday {
	color: red;
	background-color: #fff0f0;
border-left:1px dotted #CECECE;
border-bottom:1px solid #CECECE;

}
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;
}



/* ページデザイン関連スタイルシート */
/* ---------------------------------------------------------------------------------------------------- */
/* これ以下は、スキンファイル（テンプレートHTMLファイル）を書き換えた場合には不要になる場合があります。 */
/* ---------------------------------------------------------------------------------------------------- */

div.blocklink a:hover	{
	background-color: transparent;
	color: blue;
}
div.domainname	{
	font-size: large;
	font-family: "Times New Roman",Verdana;
	font-style: italic;
	background-color: darkgreen;
	color: white;
	padding: 3px;
}
h1	{
	text-align: center;
	font-weight: normal;
}
h2	{
	background-color: #fffff0;
	color: maroon;
	padding: 1px;
	margin: 0px 3%;
	border-style: solid;
	border-color: maroon;
	border-width: 0px 0px 3px 0px;
}
div.modifydate	{
	font-size: smaller;
}
div.adminlink {
	font-size: smaller;
	width: 6em;
	text-align: right;
	float: right;
	padding: 0.3em;
}
p.copyright	{
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
}

div.schedule	{ text-align: center; margin: .5em 3px; }
div.schedule table	{
	margin: 0 auto;
}
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;
}

