body {	
		color: white;
		background-color:#0000A0;
		background-image:url("../image/bg.png");
		background-attachment:fixed;
		background-repeat:repeat-y;
		scrollbar-base-color:#00FFFF;
		scrollbar-arrow-color:#00FFFF;
		scrollbar-darkshadow-color:#00FFFF;
		scrollbar-face-color:#0000A0;
		scrollbar-highlight-color:#0000A0;
		scrollbar-shadow-color:#0000A0;
		scrollbar-3dlight-color:#00FFFF;
		font-family:"‚l‚r ‚oƒSƒVƒbƒN","Osaka";
	}
a:link { color: white;text-decoration: underline }
a:visited { color: white;text-decoration: underline }
a:hover { color: black; background: aqua;text-decoration:none }
table.link {
	vertical-align:top;
	font-size:90%;
}
table.small {
	font-size:80%;
}