/*-- テキストサイズ --*/
BODY, TH, TD { font-size: 10pt;}

/*-- リンクの下線消し --*/
A { text-decoration: none; }

/*-- ページの余白 --*/
body { margin-top: 15px;
       margin-left:0px;}

/*-- バックカラー・テキスト色・リンク色 --*/
body { background-image:url("dat-top/k-kback.gif");
       background-repeat:repeat-x;
       background-color:#ffffff;}

a:link     {color:#666666}
a:visited  {color:#666666}
a:hover    {color:#666666;
	position : relative; top : 1px; left : 5px;
}



