/*　トップページ用スタイルシート　*/

body     {
         background-color: White;
         text-align: center;
         }
a        {
         color: Black;
         text-decoration: none;
         font-weight: bold;
         }
a:hover  {
         color: White;
         }

#title     {
     width: 680px;
     border-top: solid 3px Navy;
     border-bottom: solid 3px Navy;
     border-right: solid 3px Navy;
     border-left: solid 3px Navy;
     background-color: Orange;
     font-size: 14px;
     font-weight: bold;
}

#body     {
     width: 680px;
     text-align: right;
}

#year     {
     width: 540px;
     border-bottom: solid 1px Navy;
     text-align: left;
     color: Navy;
     font-size: 15px;
     font-weight: bold;
}

td     {
     font-size: 12px;
}

h3       {
         width: 680px;
         background-color: Silver;
         font-size: 13px;
         text-align: right;
         padding: 5px;
         margin-top: 1px;
         margin-bottom: 1px;
         border-top: double 3px Gray;
         border-bottom: double 3px Gray;
         }
h4       {
         width: 680px;
         background-color: White;
         font-size: 12px;
         text-align: center;
         padding: 5px;
         margin-top: 1px;
         margin-bottom: 1px;
         color: Black;
         }
h4 a     {
         color: Black;
         }
h4 a:hover  {
         color: Silver;
         }
h6       {
         width: 680px;
         background-color: White;
         text-align: right;
         margin-top: 1px;
         margin-bottom: 1px;
         color: Black;
         }
    
