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%;}   /**/
