/* 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: small;
	color: black;
	background-color: #ffffcc;
}
div.week td {
	font-size: small;
	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: small;
	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: small;
}
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: small;
	color: black;
	background-color: #ffffcc;
}
div.longrange td {
	font-size: small;
	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;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	font-weight: ;
	background: #FFF;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5;
	font-size: 12px;
	font-weight: ;
	background: #FFF;
	line-height:1.5;
	}
	
h1 { border-bottom: solid 2px #C2737F; border-left: solid 25px #C2737F; font-size:18px; text-indent: 5px; }
	
h2 { border-bottom: solid 2px #C2737F; border-left: solid 25px #C2737F; font-size:18px; text-indent: 5px; }
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 
/*- Menu Tabs --------------------------- */

    #tabs {
      float:left;
      width:100%;
      background:#FCF3F8;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #F4B7D6;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 170px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("../img/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../img/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#C7377D;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#C7377D;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }  

/*- Menu --------------------------- */
	
	
#menu {
	width: 170px;
	margin: 0px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #C7377D;
	display: block;
	background:  url(../img/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #C7377D;
	background:  url(../img/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}