A:link { text-decoration: none; }   /*リンクの下線：なし*/
A:link { color : #B3365F; }   /*リンク色：ピンク*/
A:visited { text-decoration: none; }   /*行ったことのあるリンクの下線：なし*/
A:visited { color : #B3365F; }   /*行ったことのあるリンク色：薄青*/
BODY { background-color : #FFFFFF; }   /*全体の背景色：白*/
BODY { margin : 0% 0% 0% 0%; }   /*マージンをそれぞれ表示領域幅の0%*/
BODY { background-image : url(img/space.gif); }   /*背景画像*/
BODY { font-size: 12px; color: #4C4C4C; LINE-HEIGHT: 140%;}   /*標準文字サイズ：12px*/
TD { font-size: 10px; color: #4C4C4C; LINE-HEIGHT: 140%;}   /*標準文字サイズ：10px*/

h1.style {font-size: 10px; font-weight: normal; line-height:100%; margin: 0; color: #B3365F;}  /*H1：10px*/
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: 10px; font-weight: normal; line-height:100%; margin: 0;}  /*strong：10px*/

.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 { background-image : url(img/bg04.gif); }   /*背景画像：極薄色*/
.style06 { background-image : url(img/bg05.gif); }   /*背景画像：中濃色*/

.style11 { font-size: 12px; color: #FF0000; }   /*選択文字：12px赤*/
.style12 { font-size: 10px; color: #FF0000; }   /*選択文字：10px赤*/
.style13 { font-size: 10px; color: #B3365F; }   /*選択文字：10px色*/
.style14 { font-size: 10px; color: #0000FF; }   /*選択文字：10px色*/
