/*  {ݒ  */

Body     {
         text-align: center;
         bockground-color: White;
         }
th       {
         font-size: 14px;
         color: White;
         }
th a     {
         color: White;
         text-decoration: none;
         }
th a:hover     {
         color: Orange;
         }
td       {
         font-size: 14px;
         color: Gray;
         }
td a     {
         color: Gray;
         text-decoration: none;
         }
td a:hover     {
         color: Black;
         }

h4     {
      width: 640px;
      height: 18px;
      font-size: 14px;
      background-color: Silver;
      color: Gray;
      text-align: right;
      margin-top: 3px;
      margin-bottom: 1px;
}

h4 a     {
      color: Gray;
      text-decoration: none;
}

h4 a:hover     {
      color: Black;
}

.right     {
     padding-right: 10px;
     padding-left: 10px;
     text-align: left;
     width: 500px;
     border-top: double 3px silver;
     border-bottom: double 3px silver;
     border-right: double 3px silver;
     border-left: double 3px silver;
}
h6     {
     margin-top: 1px;
     width: 640px;
     font-size: 12px;
     background-color: Silver;
     color: Black;
}