/*    全てのページで利用できるスタイルシートですぅ    */

/*    フォントサイズの設定です    */
.size0{font-size:10px;}
.size1{font-size:11px;}
.size2{font-size:12px;}
.size3{font-size:13px;}
.size4{font-size:14px;}
.size5{font-size:15px;}
.size6{font-size:16px;}
.size7{font-size:17px;}
.size8{font-size:18px;}
.size9{font-size:19px;}
.size10{font-size:20px;}

/*    リンク用の設定です    */
A{text-decoration:none;}
A:link{color:#0000FF;}
A:visited{color:#5179F1;}
A:active{color:#9B30FF;}
A:hover{text-decoration:underline;color:#FF8888;}

/*    各ページのタイトル用です    */
.title{
    color:#4169E1;
    font-weight:bold;
    font-size:18pt;
    filter:DropShadow(color=999999,offX=3,offY=2,positive=1);
    HEIGHT:0px;WIDTH:100%;
}

/*    各ページのタイトル用です    */
.title2{
    color:#666666;
    font-size:46px;
    font-family:Times New Roman,Osaka,ＭＳ　Ｐゴシック;
    filter:Shadow(color=aaaaaa,direction=135);
    HEIGHT:0px;WIDTH:100%;
}

/*    各ページのタイトル用です    */
.title3{
    color:#666666;
    font-size:35px;
    font-weight:bold;
    font-family:Times New Roman,Osaka,ＭＳ　Ｐゴシック;
    filter:DropShadow(color=aaaaaa,offX=4,offY=3,positive=1);
    HEIGHT:0px;WIDTH:100%;
}

/*    各ページのタイトル用です    */
.title4{
    color:#666666;
    font-size:46px;
    font-family:Times New Roman,Osaka,ＭＳ　Ｐゴシック;
    filter:Shadow(color=aaaaaa,direction=135);
    HEIGHT:0px;WIDTH:100%;
}

/*    更新日表示用です    */
.update{
    color:#666666;
    font-weight:bold;
    font-size:15px;
    font-family:Times New Roman,Osaka,ＭＳ　Ｐゴシック;
    filter:DropShadow(color=aaaaaa,offX=2,offY=1,positive=1);
    HEIGHT:0px;WIDTH:100%;
}

body,td,th{
    font-size:16px;
}

.br{
    font-size:4px;
}