/*      基本設定　　　　*/

body     {
     background-color: Maroon;
     text-align: center;
     color: Gray;
     margin-top: 5px;
}

div#navi {
         width: 600px;
         margin-bottom: 3px;
         baclground-color: White
         }
div#navi h2 {
         float: left;
         }

h2       {
         background-color: Maroon;
         width: 117px;
         height: 17px;
         text-align: center;
         font-size: 15px;
         text-decoration: none;
         border-bottom: solid 1px Black;
         border-right: solid 1px Black;
         margin-top: 2px;
         margin-right: 2px;
         margin-bottom: 2px;
         color: Orange;
         }
h2 a     {
         text-decoration: none;
         backgound: Silver;
         color: Orange;
         }
h2 a:hover     {
         background-color: Orange;
         display: block;
         border-bottom: solid 1px Maroon;
         border-right: solid 1px Maroon;
         color: Maroon;
         }

h3     {
     text-align: right;
     width: 600px;
     height: 16px;
     font-size: 14px;
     background-color: Maroon;
     border-top: double 3px Chocolate;
     border-bottom: double 3px Chocolate;
     color: Orange;
     margin-top: 1px;
     margin-bottom: 1px;
}
h3 a     {
     color: Orange;
         text-decoration: none;
}
h3 a:hover     {
     color: White;
}

h6     {
     text-align: center;
     width: 600px;
     font-size: 12px;
     background-color: Maroon;
     color: Chocolate;
     border-top: double 0px black;
     border-bottom: double 0px black;
     margin-top: 3px;
     margin-bottom: 0px;
}
h6 a    {
    color: Chocolate; 
}
h6 a:hover    {
    color: White; 
}

