document.write("<STYLE TYPE='text/css'><!--");//--Macintosh
if(Mac){
		document.write(".navi1 { font-size: 12px;}");
		document.write(".navi2 { font-size: 10px;}");//--96dpi Browser(IE5/NN6)
	if(IE){
		if(Version >= 5){
			document.write(".normal { font-size: x-small; line-height: 130%;}");
			document.write(".onedown { 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%;}");
		}//--NN, IE4.x
	}else{
		if(Version >=5){//--NN6
			document.write(".normal { font-size: small; line-height: 130%;}");
			document.write(".onedown { 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%;}");
		}else{
			document.write(".normal { font-size: medium; line-height: 130%;}");
			document.write(".onedown { font-size: small; line-height: 130%;}");
			document.write(".oneup { font-size: large; line-height: 130%;}");
			document.write(".twoup { font-size: x-large; line-height: 130%;}");
			}
		}
	}//--Windows
	if(Win){
		document.write(".navi1 { font-size:12px ;}");
		document.write(".navi2 { font-size:11px ;}");
		if(NN){
			document.write(".normal { font-size:small; line-height: 130%;}");
			document.write(".onedown { 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%}");
		}else{
			document.write(".normal { font-size: x-small; line-height: 130%;}");
			document.write(".onedown { 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("//--></style>");