body {
   color : #ffffff;
   background-color : #000000;
   font-family :  "HGSeikaishotaiPRO", "MS PGothic", "MS Gothic", Osaka, sans-serif;
   font-size : small;
   line-height : 1.3em;
   margin-left : 10px;
   margin-right : 10px;
   }
a:link {
   color : #99ffff;
   text-decoration : underline;
   }
a:visited {
   color : #0099ff;
   text-decoration : underline;
   }
a:active {
   color : #ff9900;
   text-decoration : underline;
   }
a:hover {
   color : #ff99ff;
   text-decoration : underline;
   }
h1 {
      font-size: 1.2em; 
      margin-left: 10px; 
      color: #6699dd; 
     }
h2 {
      font-size: 1.2em;
      margin-left: 15px;
      color: #6699dd;
   }
h3 {
      margin-left: 20px;
   }
h4 {
      margin-left: 25px;
   }
li {
      margin-left: 20px; 
      line-height: 1.5em; 
      margin-right: 5px; 
      list-style-type: circle;
     }
dl {
      margin-left: 20px; 
      line-height: 1.5em; 
      margin-right: 20px;
     }
p {
      margin-left: 30px; 
      line-height: 1.3em; 
      margin-right: 30px;
     }
hr {
      margin-left: 20px;
      margin-right: 20px;
     }
img {
      margin-left: 0px;
      border: 0px;
     }
table{
      line-height: 1.5em;
     }
*.float
      {
         float: left;
         margin-right: 1em;
      }
*.floatclear
      {
         clear: both;
      }
      
div#header{width:100%; overflow: ; background: #000000; }
div#header h1,div#menu{width:750px; margin:0 auto;text-align:left}
div#header h1{padding: 20px 20px 0px; color: #99ffcc}

ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{float:left;font-size: 80%}
ul#nav li{float:left;margin-left: 3px;text-align: center}
ul#nav a{float:left; width: 70px; padding: 5px 0; background: #003333;text-decoration:none;color: #fff; border-top : 1px solid #fff; border-left : 1px solid #fff; border-right : 1px solid #fff;}
ul#nav a:hover{background: #fff;color: #000}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #003}
