A:link { color : #0000FF; }   /*リンク色：緑*/
A:visited { color : #0000FF; }   /*行ったことのあるリンク色：緑*/
a:hover {color: #ff6600;}   /*触れる：オレンジ*/
BODY { background-color : #FFFFFF; }   /*全体の背景色：白*/
BODY { margin : 0% 0% 0% 0%; }   /*マージンをそれぞれ表示領域幅の0%*/
BODY { background-image : url(img/bg01.gif); }   /*背景画像*/
BODY { font-size: 12px; color: #000000; LINE-HEIGHT: 140%;}   /*標準文字サイズ：12px*/
TD { font-size: 12px; color: #000000; LINE-HEIGHT: 140%;}   /*標準文字サイズ：12px*/

h1.style {font-size: 12px; font-weight: normal; line-height:100%; margin: 0; color: #000000;}  /*H1：12px*/
h2.style {font-size: 12px; font-weight: normal; line-height:100%; margin: 0;}  /*H2：12px*/
h3.style {font-size: 12px; font-weight: normal; line-height:100%; margin: 0;}  /*H3：12px*/
strong.style {font-size: 12px; line-height:100%; margin: 0; color: #004D28;}  /*strong：12px*/

.style01 { background-image : url(img/bg01.gif); }   /*背景画像：全体*/
.style02 { background-image : url(img/bg02.gif); }   /*背景画像：薄色*/
.style03 { background-image : url(img/bg03.gif); }   /*背景画像：ライン*/
.style04 { background-image : url(img/space.gif); }   /*背景画像：白*/
.style05 { color: #FF0000; }   /*選択文字色：赤*/
.style06 { color: #0000FF; }   /*選択文字色：青*/
.style07 { color: #CCCCCC; }   /*選択文字色：薄灰色*/
.style08 { background-image : url(img/bg04.gif); }   /*背景画像：ライン*/
.style09 { font-size: 10px; color: #0000FF; }   /*選択文字：10px青*/
.style10 { font-size: 10px; }   /*選択文字：10px*/
.style11 { font-size: 18px; LINE-HEIGHT: 200%; }   /*選択文字：18px*/
.style12 { font-size: 12px; color: #0000FF; }   /*選択文字：12px青*/
.style14 { font-size: 16px; LINE-HEIGHT: 200%; }   /*選択文字：16px*/
