@charset "Shift_JIS";

BODY {
  color: #000000;
  background-color: #ffffff;
  font-size       : 11pt; 
  text-decoration : none;
  }

a { text-decoration: none; }
a:hover { color    : green; }

/*** 本文　文字サイズ　黒　11ポイント ***/

td,th { font-size  : 11pt; }

/*** メインタイトル グレー白抜***/

.h1 { font-size : 18pt;
      font-weight: bold;
      color     : #ffffff;
      background: #808080;
    }

/*** メインサブタイトル　青紫 ***/

.h2 { font-size : 17pt;
      font-weight: bold;
      color     : #483d8b;
    }

.h22 { font-size : 16pt;
      font-weight: bold;
      color     : #483d8b;
    }



/*** メイン小項目　青紫***/

.h3  { font-size : 12pt;
      font-weight: bold;
      color     : #483d8b;
    }

/*** メイン小項目　水色***/

.h4  { font-size : 12pt;
      font-weight: bold;
      color     : #6495ed;
    }

/*** 左メニュータイトル　黒 ***/

.h5 { font-size : 12pt;
      font-weight: bold;
      color     : #000000;
    }

/*** 左メニュー項目　黒　***/

.h6  { font-size : 11pt;
       font-weight: bold;
       color     : #000000;
    }

/*** 小文字　　　***/

.h7  { font-size : 7pt;
       color     : #000000;
    }


/*** 小文字　　　***/
.h8  { font-size : 8pt;
       color     : #000000;
   }
