/*     基本設定　　　*/

body     {
     text-align: center;
     color: Gray;
     background-color: White;
}

h1     {
     font-size: 15px;
     text-align: center;
     background-color: #003300;
     color: White;
     width: 680px;
     height: 23px;
     margin-top: 1px;
     margin-bottom: 3px;
     padding-top: 3px;
}

h2     {
     font-size: 15px;
     width: 680px;
     height: 20px;
     background-color: Silver;
     border-top: double 3px Gray;
     border-bottom: double 3px Gray;
     margin-top: 1px;
     margin-bottom: 1px;
}
