A:link { text-decoration: #3366CC; }   /*リンクの下線：ある*/
A:link { color : #3366CC; }   /*リンク色：青*/
A:visited { text-decoration: #6699CC; }   /*行ったことのあるリンクの下線：青*/
A:visited { color : #6699CC; }   /*行ったことのあるリンク色：青*/
BODY { background-color : #E1ECF8; }   /*全体の背景色：薄いブルー*/
BODY { margin : 0% 0% 0% 0%; }   /*マージンをそれぞれ表示領域幅の0%*/
BODY { font-size:14px;  }   /**/
TD { font-size:14px; }   /**/

h1.style {font-size: 10px; line-height:150%; font-weight: normal; margin: 0;
color : #3366CC;}  /*H1*/
h2.style {font-size: 14px; font-weight: bold; margin: 0; color: #FF9900;}  /*H2：14px*/

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

.style01 { font-size: 9px; }  /*選択文字サイズ：9*/
.style02 { font-size: 12px; }  /*選択文字サイズ：12*/
.style03 { font-size: 14px; }  /*選択文字サイズ：14*/
.style04 { font-size: 18px; }  /*選択文字サイズ：18*/
.style05 { color: #FF0000; }  /*選択文字色：赤*/
.style06 { color: #009900; }  /*選択文字色：緑*/
.style07 { color: #666666; }  /*選択文字色：グレー*/
.style08 { color: #FF6600; }  /*選択文字色：オレンジ*/
.style09 { color: #FFFFFF; }  /*選択文字色：白*/
.style10 { color: #3366CC; }  /*選択文字色：青*/
.style11 { font-size: 10px; }  /*選択文字サイズ：10*/
.style12 { color: #FF0000; size: 18px; }  /*選択文字サイズ：赤18*/

.style20 { background-color : #E3DDD2; }  /*選択背景色：ベージュ*/
.style21 { background-color : #E4DCCA; }  /*選択背景色：薄いベージュ*/
.style23 { background-image : url(topimg/bg02.gif); }   /*背景画像：青*/
.style24 { background-image : url(topimg/bg01.gif); }   /*背景画像：青*/
.style25 { background-color : #E4DCCA; }  /*選択背景色：薄いベージュ*/
.style26 { background-image : url(per_img/bg2.gif); }   /*背景画像：オレンジ*/
.style27 { background-color : #FFFFFF; }  /*選択背景色：白*/