body{scrollbar-base-color: #FFFFFF;
     scrollbar-track-color: #FFFFFF;
     scrollbar-face-color: #FF9933;
     scrollbar-shadow-color: #FFFFFF;
     scrollbar-darkshadow-color: #FFFFFF;
     scrollbar-highlight-color: #FFFFFF;
     scrollbar-3dlight-color: #FFFFFF;
     scrollbar-arrow-color: #FFFFFF;
    }
     
H1{font size:40pt; color=#aa5511;
   font-family:"MS ゴシック",sam-serif;}

H2{font size:30pt; color=#aa5511;
   font-family:"MS ゴシック",sam-serif;}

H3{font-size:22pt; color=#FFDA38;
   font-family:"MS ゴシック",sam-serif;}

H4{font-size:13pt; color=#000000;
   font-family:"MS ゴシック",sam-serif;}

H5{font-size:11pt; color=#FFDA38;
   font-family:"MS ゴシック",sam-serif;}

HR{width:80%; height: 5px;border:5px double #AA5511}


.table{background-color: #ff9933;
       background-image: url(img/titl2.gif);
       background-repeat: no-repeat;
       background-position: 0% 37%
       }



ul{
   margin:0;
   padding:0;
   list-style:none;
   width:80%;
   height:50px;
   border-bottom:5px solid #ff9933;
  }

li{
   float:left;
   margin:0 5px 0 0;
   padding:0;
   text-align:center;
  }

li a{
     display:block;
     margin-top:20px;
     padding-top:10px;
     width:100px;
     height:28px;
     text-decoration:none;
     color:#fff;
     background:url("img/tab-info.gif") no-repeat;
    }

li a:hover,#here a{
                   color:#fff;
                   margin:0;
                   height:50px;
                   padding-top:20px;
                   background:url("img/tab2.gif") no-repeat;
                  }
}