/*    {ݒ   */

body     {
         background-color: White;
         text-align: Center;
         }
h1       {
         width: 600px;
         height: 40px;
         background-color: Navy;
         color: White;
         font-size: 24px;
         margin-bottom: 0px;
         padding-top: 1px;
         font-family: "Comic Sans MS";
         border-top: double 3px Navy;
         border-bottom: double 3px Navy;
         border-right: double 3px Navy;
         border-left: double 3px Navy;
         }
th       {
         padding-top: 2px;
         margin-top: 0px;
         color: Black;
         font-size: 15px;
         }
th  a    {
         color: Black;
         text-decoration: none;
         }
th  a:hover    {
         color: Orange;
         }
td       {
         margin-top: 0px;
         color: Gray;
         font-size: 13px;
         margin-bottom: 0px;
         }
td  a    {
         color: Gray;
         text-decoration: none;
         }
td  a:hover    {
         color: Black;
         }
h5       {
         width: 400px;
         text-align: left;
         margin-top: 2px;
         margin-bottom: 2px;
         font-size: 12px;
         color: Gray;
         }
h6       {
         width: 600px;
         background-color: White;
         margin-top: 2px;
         color: gray;
         font-size: 14px;
         }
h6 a     {
         color: Black;
         text-decoration: none;
         }
h6 a:hover     {
         color: Gray;
         }