/* 作成日　2009/01/14 */

body     {
          background-color: #9999FF;
          font-size: x-small;
         }
a        {
          font-size: small;
          font-weight: bold;
          }
A:link	 { text-decoration: none;
            color: #307070;
            filter: shadow(color=#d0ffe0,direction=120,enabled=1); 
            font-weight:bold 
         }
a:hover  {
          color: #ff50a0; 
          background-color: #ffff77
         }
A:visited {
          color: indigo; 
          filter: shadow(color=#d0ffe0,direction=120,enabled=1); 
          text-decoration: none; 
          font-weight:bold;
          }
A:active  {
           color: #ff50a0; 
           background-color: #ffff77; 
           text-decoration: none 
          }

*.menutable {
             background-color: #CCEEEE;
             width:100%
            }
*.titletable {
             background-color: #000099;
             color:FFFF33;
             font:bold;
             width:100%
            }
*.toptable  {
             background-color: #FFFFCC;
             color:#000033;
             font-size: small;
            }

*.maintitle  {
             color:gold;
             font-size: xx-large;
             font-family=HG創英角ﾎﾟｯﾌﾟ体
            }
*.subtitle  {
             color:gold;
             font-size: x-large;
             font-family=HG創英角ﾎﾟｯﾌﾟ体
            }