/* 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;
}



/* ページデザイン関連スタイルシート */
/* ---------------------------------------------------------------------------------------------------- */
/* これ以下は、スキンファイル（テンプレートHTMLファイル）を書き換えた場合には不要になる場合があります。 */
/* ---------------------------------------------------------------------------------------------------- */
/*a:hover	{
/*	background-color: #ffffcc;
/*	color: red;
/*}
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	{
	margin-top: 1em; margin-bottom: 1em; text-align: center;
}
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;
}







/*___________________________________________GENERAL TXT_____*/


/*  フォント最小 */
.size1 {
 font-size:9px;
 line-height:10px;
}


/*  フォント最小行間大 */
.size1w {
 font-size:9px;
 line-height:12px;
}


/*  フォント標準 */
.size2 {
 font-size:10px;
 line-height:13px;
}


/*  フォント標準行間大 */
.size2w {
 font-size:10px;
 line-height:17px;
}


/*  フォント大 */
.size3 {
 font-size:12px;
 line-height:14px;
}


/*  フォント大行間大 */
.size3w {
 font-size:12px;
 line-height:16px;
}

/*  フォント特大 */
.size4 {
 font-size:14px;
 line-height:14px;
}

/*  フォント特大行間大 */
.size4w {
 font-size:14px;
 line-height:16px;
}

 /*  フォント特特大 */
.size5 {
font-size:16px;
line-height:125%;
}

/*  フォント特特大行間大 */
.size5w 
{font-size:16px;
line-height:150%;
}


.DefaultH1 {
	font-size: 10px;
/*	font-weight: bold;*/
	padding: 3px 5px;
	margin: 0px;
}



/*___________________________________________FORM DEFINITIONS_____*/

.form { 
	color: #333333; 
	font-size:10px;
}
