A:link { text-decoration: none; }   /*リンクの下線：なし*/
A:link { color : #3366CC; }   /*リンク色：青*/
A:visited { text-decoration: none; }   /*行ったことのあるリンクの下線：なし*/
A:visited { color : #3366CC; }   /*行ったことのあるリンク色：青*/

BODY { background-image : url(img/bg4.gif); }   /*背景画像：グレー*/
BODY { margin : 0% 0% 0% 0%; }   /*マージンをそれぞれ表示領域幅の0%*/
BODY { font-family :"Arial","SimSun",sans-serif; font-size:12px;  }   /*標準文字サイズ：12px*/
TD { font-size: 12px; color : #333333; line-height:150%; }   /*セル文字：12pxグレー*/

h1.style {font-size: 12px; font-weight: bold; margin: 0; color: #FFFFFF;}  /*H2：12px*/
h2.style {font-size: 12px; font-weight: normal; line-height:100%; color: #FFFFFF;}  /*H1：12px*/

strong.style {font-size: 12px; font-weight: normal; line-height:100%; margin: 0;}  /*strong：12px*/

.style01 { font-size: 10px; }   /*選択文字サイズ：10px*/
.style02 { font-size: 14px; }   /*選択文字サイズ：14px*/
.style03 { color : #FFFFFF; }   /*選択色：白*/
.style04 { font-size: 14px; color : #3366CC; }   /*選択文字サイズ：青14px*/
.style05 { font-size: 14px; color : #FF9900; }   /*選択文字サイズ：オレンジ14px*/
.style06 { font-size: 14px; color : #339933; }   /*選択文字サイズ：緑14px*/
.style07 { font-size: 16px; color : #000000; }   /*選択文字サイズ：黒16px*/
.style08 { font-size: 14px; color : #666666; }   /*選択文字サイズ：緑グレー14px*/
.style09 { font-size: 18px; color : #3366CC; }   /*選択文字サイズ：青18px*/
.style10 { font-size: 16px; color : #3366CC; }   /*選択文字サイズ：青16px*/
.style11 { font-size: 18px; color : #000000; }   /*選択文字サイズ：青18px*/
.style12 { font-size: 20px; color : #000000; font-weight: bold; line-height:100%;}   /*選択文字サイズ：青18px*/
.style20 { background-image : url(img/bg.gif); }   /*背景画像：青*/
.style21 { background-image : url(img/bg2.gif);height:20; }   /*背景画像：青黒*/
.style22 { background-image : url(img/bg3.gif); }   /*背景画像：グレー*/
.style23 { background-color : #FFFFFF; }   /*背景色：白*/