A:link { text-decoration: none; }   /*リンクの下線：なし*/
A:link { color : #333333; }   /*リンク色：薄青*/
A:visited { text-decoration: none; }   /*行ったことのあるリンクの下線：なし*/
A:visited { color : #333333; }   /*行ったことのあるリンク色：薄青*/
BODY { background-image : url(img/bg.gif); }   /*全体の背景画像*/
BODY { margin : 0% 0% 0% 0%; }   /*マージンをそれぞれ表示領域幅の0%*/

TD { font-size:10px; color : #333333; line-height:150%;}   /**/

h1.style {font-size: 10px; line-height:120%; font-weight: normal; }  /*H1：10px*/
h2.style {font-size: 10px; line-height:120%; font-weight: normal; }  /*H2：10px*/
strong.style {font-size: 10px; line-height:120%; font-weight: normal; }  /*strong：10px*/

.style10 { background-image : url(img/bg.gif); }   /*背景画像*/
.style11 { background-image : url(img/space.gif); }   /*背景画像：白*/
.style12 { background-image : url(img/line.gif); }   /*ライン*/
.style13 { background-image : url(img/bg2.gif); }   /*背景画像：水色*/

.style21 { font-size: 14px;}   /**/
.style22 { font-size: 12px;}   /**/

