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

h1.style {font-size: 18px; font-weight: bold; line-height:150%; margin: 0; color: #666666;}  /*H1：18px*/
h2.style {font-size: 16px; font-weight: normal; line-height:100%; margin: 0;}  /*H2：16px*/
h3.style {font-size: 16px; font-weight: normal; line-height:100%; margin: 0; color: #ff4814;}  /*H3：16px*/

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

.style01 { background-image : url(img/bg01.jpg); }   /*背景画像：全体*/
.style02 { background-image : url(img/bg02.jpg); }   /*背景画像：濃色*/
.style03 { background-image : url(img/bg_black.png); }   /*背景画像：薄色*/
.style04 { background-image : url(img/space.png); }   /*背景画像：透明*/

.style11 { font-size: 16px; }   /*選択文字：16px*/
.style12 { font-size: 14px; color: #ff4814; }   /*選択文字：12px朱色*/
.style13 { font-size: 14px; color: #000000; line-height:180%; }   /*選択文字：14px*/

.style14 { font-size: 12px; color: #FF0000; }   /*選択文字：12px赤*/
.style15 { font-size: 12px; }   /*選択文字：12px*/
.style16 { font-size: 20px; color: #000000; }   /*選択文字：20px黒*/