﻿/*スタイルシート*/

body{
 background-image:url('../img_fls/00wall.jpg');
 background-color:#0000FF;
 background-attachment: fixed;
 scrollbar-base-color: #0000FF;
}
h1 {color:white;font-style:italic;font-weight:bold;font-size:20px;font-family:Times New Roman,"ＭＳ Ｐゴシック",Century,san-serif;}
* {color:white;font-size:13px;font-family:"ＭＳ Ｐゴシック",Century,Times New Roman,san-serif;}
.fontred {color:red;font-weight:bold;font-size:14px;font-family:"ＭＳ Ｐゴシック",Century,Times New Roman,san-serif;}
.fontyellow {color:yellow;font-weight:bold;font-size:15px;font-family:"ＭＳ Ｐゴシック",Century,Times New Roman,san-serif;}
.font2 {color:white;font-weight:bold;font-size:13px;font-family:"ＭＳ Ｐゴシック",Century,Times New Roman,san-serif;}
A:link{color:yellow;text-decoration:none;}
A:visited{color:yellow;text-decoration:none;}
A:hover{background-color:aqua}
A:active{color:yellow}

table{
 border:solid 0px;
 width:100%;
}
td.td0{
 border:solid 0px;
 text-align:right;
}
td.td1{
 border:solid 0px;
 background-color:#0000FF;
}
td.td2{
 border:solid 0px;
 width:100%;
}

table.cal{
 border:solid 0px;
 table-layout: fixed; 
}
caption.capcal{
 align:top;
}
td.title{
 border:solid 0px;
 font-style:italic;
 font-weight: bold;
 text-align:center;
}
td.calweek{
 border:solid 0px;
 font-weight: bold;
 text-align:center;
}
td.calsun{
 border:solid 0px;
 background-color:#FF0000;
 font-weight: bold;
 text-align:center;
}
td.calsat{
 border:solid 0px;
 background-color:#0000FF;
 font-weight: bold;
 text-align:center;
}
td.calhol{
 border:solid 0px;
 background-color:#00FFFF;
 font-weight: bold;
 text-align:center;
}
td.calweek1{
 border:solid 0px;
 text-align:center;
}
td.calsun1{
 border:solid 0px;
 background-color:#FF0000;
 text-align:center;
}
td.calsat1{
 border:solid 0px;
 background-color:#0000FF;
 text-align:center;
}
td.calhol1{
 border:solid 0px;
 background-color:#00FFFF;
 text-align:center;
}
