/*  {ݒ  */

body     {
         backgroung-color: White;
         text-align: center;
         }

h1       {
         text-align: center;
         width: 700px;
         background-color: Orange;
         color: White;
         font-family: Bookman Old Style;
         font-size: 24px;
         font-style: Italic;
         margin-top: 0px;
         margin-bottom: 3px;
         border-top: double 3px Orange;
         border-bottom: double 3px Orange;
         }

#navi     {
         text-align: left;
         width: 700px;
         background-color: Orange;
         color: Black;
         font-size: 13px;
         margin-top: 5px;
         margin-bottom: 0px;
         border-top: double 3px Orange;   
         border-bottom: double 3px Orange;   
}

#navi a    {
         color: Black;
         text-decoration: none;
}

#navi a:hover    {
         color: Orange;
         background-color: White;
}

img     {
        margin-top: 0px;
        margin-bottom: 0px;
}

#navi2     {
         text-align: right;
         width: 700px;
         background-color: Silver;
         color: Black;
         font-size: 12px;
         margin-top: 0px;
         margin-bottom: 5px;
         border-bottom: double 3px Silver;  
         border-top: double 3px Silver;   
}

#navi2 a    {
         color: Black;
         text-decoration: none;
}

#navi2 a:hover    {
         color: White;
         background-color: Orange;
}

h2       {
         text-align: left;
         width: 700px;
         height: 16px;
         background-color: White;
         color: Gray;
         font-size: 14px;
         margin-top: 5px;
         margin-bottom: 3px;
         border-bottom: solid 1px Orange;
         }

h3       {
         text-align: left;
         width: 700px;
         height: 16px;
         background-color: White;
         color: Gray;
         font-size: 14px;
         margin-top: 3px;
         margin-bottom: 3px;
         border-bottom: solid 1px Orange;
         }

#comments       {
         text-align: right;
         width: 700px;
         background-color: White;
         margin-top: 3px;
         margin-bottom: 3px;
         }

#comments-right       {
         text-align: left;
         width: 500px;
         background-color: White;
         color: Gray;
         font-size: 14px;
         }

#comments-right a      {
         color: Gray;
         }

#comments-right a:hover      {
         color: Black;
         }

#announce       {
         text-align: right;
         width: 700px;
         background-color: White;
         }

#announce-right       {
         text-align: left;
         width: 500px;
         background-color: White;
         color: Gray;
         font-size: 14px;
         }

#announce-right a      {
         color: Gray;
         }

#announce-right a:hover      {
         color: Black;
         }

h6       {
         width: 700px;
         background-color: White;
         color: Gray;
         font-size: 12px;
         margin-top: 3px;
         margin-bottom: 3px;
         border-top: double 3px Silver;
         border-bottom: double 3px Silver;
         }

h6 a     {
         color: Gray;
         }

h6 a:hover     {
         color: Black;
         }
