A:link { text-decoration: yes; }   /*リンクの下線：なし*/
A:link { color : #000000; }   /*リンク色：黒*/
A:visited { text-decoration: yes; }   /*行ったことのあるリンクの下線：なし*/
A:visited { color : #000000; }   /*行ったことのあるリンク色：グレー*/
a:hover {color: #333333;}   /*触れる：グレー*/
BODY { background-color : #FFFFFF; }   /*全体の背景色：白*/
BODY { margin : 0% 0% 0% 0%; }   /*マージンをそれぞれ表示領域幅の0%*/
BODY { font-size: 15px; color: #4C4C4C; LINE-HEIGHT: 180%;}   /*標準文字サイズ：15px*/
TD { font-size: 15px; color: #4C4C4C; LINE-HEIGHT: 180%;}   /*標準文字サイズ：15px*/

h1.style {font-size: 32px; font-weight: bold; line-height:150%; margin: 0; color: #65942d;}  /*H1：32px*/
h2.style {font-size: 18px; font-weight: bold; line-height:150%; margin: 0; color: #65942d;}  /*H2：18px*/
h3.style {font-size: 15px; font-weight: bold; line-height:150%; margin: 0; color: #B3365F;}  /*H3：15px*/

strong.style {font-size: 15px; font-weight: normal; line-height:100%; margin: 0;}  /*strong：15px*/

.style01 { font-size: 18px; color: #65942d; font-weight: bold; }   /*選択文字：18px緑*/
.style02 { font-size: 16px; color: #000000; font-weight: bold; }   /*選択文字：16px黒*/
.style03 { font-size: 28px; color: #65942d; font-weight: bold; }   /*選択文字：28px緑*/
.style04 { font-size: 15px; color: #CC3300; }   /*選択文字：15pxゴールド*/
.style05 { font-size: 15px; }   /*選択文字：15px*/
.style06 { font-size: 15px; color: #0000FF; }   /*選択文字：15px色*/