@charset "Shift_JIS";

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

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

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

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

.h1 { font-size : 18pt;
      font-weight: bold;
      color     : #483d8b;
    }

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

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

/*** 未使用　***/

.h3  { font-size : 14pt;
      font-weight: bold;
      color     : #6495ed;
    }

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

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