@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 : 12pt;
      font-weight: bold;
      color     : #000000;
    }

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

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

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

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