<style type="text/css">
/*このスタイルシートは、*/
/*Internet ExplorerとNetscapeの*/
/*両方で表示を確認しています*/
/*あまり複雑に変えると、*/
/*Netscapeでは、きちんと*/
/*表示されなくなる可能性があります*/
body{background-image: url(_img/top/back01.gif);}

body {
background-image: url(_img/top/back01.gif);
}

/*全体の背景色と背景画像を決定しています*/
th,td {
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
/*リンクの色などについて決定しています*/
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline blink;
}
a:active {  color: #FFCC00}
/*普通の文字のサイズや行間、色を決定しています*/
</style>
