body{
scrollbar-face-color: #EAEAC3;
scrollbar-arrow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-highlight-color: #AAAAAA;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #F5F5DE;
background : url("img/bk030501.gif") darkseagreen repeat fixed;
}

/*
あんまり気にしなくて良いです。最後のバックグラウンド＝ってのが
「ここの下層フォルダ『img』にあるファイルbk030501.gifを
　背景に設定しますよ。背景色は暗い緑で、並べて敷いて、固定して下さい」の意。
上のフォルダを設定する場合は「．／・・・・・.gif」とか設定します。
*/

a {text-decoration: none; color : darkgreen}
a:hover,a:active {color: #cc00cc;}
/*
リンクの設定。色はどうの、テキストの装飾（下線とかイタリックとか）は無しだのどうの、
hover、activeってのはクリックしたり触れたときにどうなるか。
マウスをロールオーバーしたりクリックしたりすると文字の色が#cc00ccになるよ、の意
*/



.ss {font-size: smaller;font-family: Verdana,Arial,Helvetica,sans-serif; text-align="center"}
.tt {font-weight: bold;}
/*
なんかのタグにclass＝“ss”とかclass＝“tt”とか入れると
囲まれた文字が小さくなって真ん中表示になったり、太くなりますよ、の意
*/

hr{ border : dashed 0.3ex olive ;}

div.list
{
 font-size : 80% ;
 background : url("img/bk010307.gif") darkseagreen repeat fixed ;
 background-color : #e7e7ff ;
 border : 0.3ex solid #313155 ;
 width : 70% ;
 margin : -0.3ex 6em 3em ;
 padding : 1em 2em 1em ;}
/*
marginは囲いの外の余白の設定。
paddingは囲いの中の余白の設定。
ここで設定したclass=listの属性が、予定ページの下の注記に反映されるわけですね。
divタグのクラスIDを「list」にすれば、上記の設定が適用されます。
*/

h3
{
 text-indent : 1.4em ;
 font-size : 80% ;
 font-weight : bold ;
 margin : 2em 0em 0em 2em ;
 line-height : 1.5em ;
 border : solid 0.3ex #444444 ;
 color : #333333 ;
 background : url("img/bk010307.gif") darkseagreen repeat fixed ;
 width : 180pt ;
}

/*h3は見出し。「何年何月」とかかいてる奴。
「＠＠．〜〜」で指定しない場合、例えばこの場合
ｈ３タグには問答無用で上記の設定が適用されます。*/

ul
{
 line-height : 1.5em ;
 font-size : 80% ;
 width : 250pt ;
 margin : -0.3ex 4em 3em; 
 padding : 0.5em 2em ;
 border : 0.3ex solid #444444 ;
 background : url("img/bk010307.gif") darkseagreen repeat fixed;
}
/*
これも上と一緒。ulタグ全てに適用
*/

.c {text-align : center ;}

.sun { color : red     ; font-weight : bold ; background-color : #ffeeee;}
.sat { color : blue    ; font-weight : bold ; background-color : #eeeeff;}
.hol { color : black   ; font-weight : bold ; background-color : #fffacd;}
.non { color : black   ; font-weight : bold ; background-color : #ffffff;}
.nth { color : black   ; font-weight : bold ; background-color : #f6f6f6;}

.inc { color : #4c4c4c ; font-weight : normal ; font-size : smaller;}
.int { color : black   ; font-weight : bold   ; font-size : smaller;}
/*
上のが予定表の日曜とか土曜の設定になります
色がどうの、太さはどうの、背景の色はどうの、フォントサイズはどうの、と
見たらわかりますね。変更はご自由に。
*/
