document.write("<STYLE TYPE='text/css'><!--");

//--Macintosh
if(Mac){
//--96dpi Browser(IE5ENN6)
	if(Version >= 5){
		document.write("font { font-size: x-small;}");
		document.write(".onedown { font-size: x-small;}");
		document.write(".twodown { font-size: xx-small;}");
		document.write(".oneup { font-size: medium; }");
		document.write(".twoup { font-size: large; }");
		document.write(".navi { font-size: x-small; text-decoration:none;}");
		document.write(".navitop { font-size: x-small;}");
		document.write(".aset { font-size: x-small; text-decoration:none;}");
		document.write(".naviTitle { font-size: x-small; line-height: 130%;}");
		document.write(".copy { font-size: 10pt;}");
		}
//--NN4.~`EIE4.~
	else{
		document.write("font { font-size: medium;}");
		document.write(".onedown { font-size: small;}");
		document.write(".twodown { font-size: x-small;}");
		document.write(".oneup { font-size: large; }");
		document.write(".twoup { font-size: x-large; }");
		document.write(".navi { font-size: medium; text-decoration:none;}");
		document.write(".navitop { font-size: small;}");
		document.write(".aset { font-size: medium; text-decoration:none;}");
		document.write(".naviTitle { font-size: medium; line-height: 130%;}");
		document.write(".copy { font-size: 12pt;}");
		}
	}

//--Windows
	if(Win){
		if(NN){
		document.write("font { font-size:small; line-height: 130%;}");
		document.write(".onedown { font-size: x-small; line-height: 130%;}");
		document.write(".twodown { font-size: x-small; line-height: 130%;}");
		document.write(".oneup { font-size: medium;  line-height: 130%}");
		document.write(".twoup { font-size: large;  line-height: 130%}");
		document.write(".navi { font-size: small; text-decoration:none;}");
		document.write(".navitop { font-size: small;}");
		document.write(".aset { font-size: small; text-decoration:none;}");
		document.write(".naviTitle { font-size: small; line-height: 130%; text-decoration:none;}");
		document.write(".copy { font-size: 9pt;}");
		}else{
		document.write("font { font-size: x-small; line-height: 130%;}");
		document.write(".onedown { font-size: xx-small; line-height: 130%;}");
		document.write(".twodown { font-size: xx-small; line-height: 130%;}");
		document.write(".oneup { font-size: medium;  line-height: 130%}");
		document.write(".twoup { font-size: large;  line-height: 130%}");
		document.write(".navi { font-size: x-small; text-decoration:none;}");
		document.write(".navitop { font-size: x-small;}");
		document.write(".aset { font-size: x-small; text-decoration:none;}");
		document.write(".naviTitle { font-size: x-small; line-height: 130%; text-decoration:none;}");
		document.write(".copy { font-size: 9pt;}");
		}
	}
document.write("a:link{text-decoration : underline;}");
document.write("A:Hover{color : #330099;}");
document.write("//--></style>");