/*　トップページのデザイン　*/

body   {
       background: White;
       text-align: center;
       }
h1     {
       color: Navy;
       width: 594px;
       height: 20px;
       font-size: 16px;
       font-family: "Comic Sans MS";
       text-align: center;
       background-color: Orange;
       padding-top: 1px;
       margin-top: 0px;
       margin-bottom: 1px;
       border-top: double 3px navy;
       border-right: double 3px navy;
       border-left: double 3px navy;
       border-bottom: double 3px navy;
       }
h2     {
       background-color: White;
       width: 595px;
       margin-top: 10px;
       margin-bottom: 10px;
       font-size: 20px;
       font-family: "Comic Sans MS";
       font-style: Italic;
       text-align: left;
       color: Gray;
       padding-left: 5px;
       }
h2 a   {
       color: Gray;
       text-decoration: none;
       }
h2 a:hover   {
       color: Orange;
       }
h3     {
       color: Gray;
       width: 480px;
       font-size: 13px;
       font-family: "ＭＳ　ゴシック";
       text-align: left;
       background-color: White;
       padding-left: 120px;
       padding-top: 0px;
       margin-top: 0px;
       margin-bottom: 10px;
       }
h3 a   {
       color: Gray;
       text-decoration: none;
       }
h3 a:hover   {
       color: Orange;
       }

h6     {
       background-color: White;
       width: 600px;
       height: 18px;
       padding-top: 5px;
       margin-top: 2px;
       margin-bottom: 2px;
       font-size: 12px;
       text-align: center;
       color: Black;
       border-top: double 3px Black;
       border-bottom: double 3px Black;
       }
h6 a   {
       color: Black;
       }
h6 a:hover   {
       color: Orange;
       }

