document.write("<STYLE TYPE='text/css'><!--");

//--Macintosh
if(Mac){
//--96dpi Browser(IE5ENN6)
	if(Version >= 5){
		document.write("font { font-size: 9pt; line-height: 130%;}");
		document.write("select { font-size: 9pt;}");
		document.write("input { font-size: 9pt;}");
		document.write("textarea { font-size: 9pt;}");
		document.write(".onedown { font-size: 8pt;}");
		document.write(".oneup { font-size: 11pt; }");
		document.write(".twoup { font-size: 14pt; }");
		document.write(".navi1 { font-size: 9pt; }");
		document.write(".navi2 { font-size: 8pt; }");
		document.write(".s4 { font-size: 14px; font-family: Osaka;}");
		document.write(".s3 { font-size: 12px; font-family: Osaka;}");
		document.write(".s2 { font-size: 11px; font-family: Osaka;}");
		document.write(".s1 { font-size: 10px; font-family: Osaka;}");

		}
//--NN4.~`EIE4.~
	else{
		document.write("font { font-size: 12pt;}");
		document.write("select { font-size: 12pt;}");
		document.write("input { font-size: 12pt;}");
		document.write("textarea { font-size: 12pt;}");
		document.write(".onedown { font-size: 10pt;}");
		document.write(".oneup { font-size: 14pt; }");
		document.write(".twoup { font-size: 18pt; }");
		document.write(".navi1 { font-size: 12pt; }");
		document.write(".navi2 { font-size: 10pt; }");
		document.write(".s4 { font-size: 14px; font-family: Osaka;}");
		document.write(".s3 { font-size: 12px; font-family: Osaka;}");
		document.write(".s2 { font-size: 11px; font-family: Osaka;}");
		document.write(".s1 { font-size: 10px; font-family: Osaka;}");
		}
	}

//--Windows
	if(Win){
		if(NN){
		document.write("font { font-size:9pt; line-height: 130%;}");
		document.write("select { font-size:9pt;}");
		document.write("input { font-size:9pt;}");
		document.write("textarea { font-size:9pt;}");
		document.write(".onedown { font-size: 8pt; line-height: 130%;}");
		document.write(".oneup { font-size: 11pt;  line-height: 130%}");
		document.write(".twoup { font-size: 14pt;  line-height: 130%}");
		document.write(".s4 { font-size: 14px;  line-height: 16px; font-family: MS PGothic;}");
		document.write(".s3 { font-size: 12px;  line-height: 14px; font-family: MS PGothic;}");
		document.write(".s2 { font-size: 11px;  line-height: 12px; font-family: MS PGothic;}");
		document.write(".s1 { font-size: 10.5px;  line-height: 11px; font-family: MS PGothic;}");

		}else{
		document.write("font { font-size: 9pt; line-height: 130%;}");
		document.write("select { font-size: 9pt;}");
		document.write("input { font-size: 9pt;}");
		document.write("textarea { font-size: 9pt;}");
		document.write(".onedown { font-size: 8pt; line-height: 130%;}");
		document.write(".oneup { font-size: 11pt;  line-height: 130%}");
		document.write(".twoup { font-size: 14pt;  line-height: 130%}");
		document.write(".s4 { font-size: 14px;  line-height: 130%; font-family: MS PGothic;}");
		document.write(".s3 { font-size: 12px;  line-height: 120%; font-family: MS PGothic;}");
		document.write(".s2 { font-size: 11px;  line-height: 120%; font-family: MS PGothic;}");
		document.write(".s1 { font-size: 10px;  line-height: 120%; font-family: MS PGothic;}");

		}
	document.write(".navi1 { font-size: 9pt; }");
	document.write(".navi2 { font-size: 8pt; }");
	}
document.write("a:link{text-decoration: none; color: #00915E;}");
document.write("a:active{text-decoration: none ;}");
document.write("a:visited{text-decoration: none ; color: #00915E;}");
document.write("a:hover{text-decoration: underline; color: #52D3A5;}");
//---header
document.write("a.head:link{text-decoration: none; color: #FFFFFF;}");
document.write("a.head:active{text-decoration: none ;}");
document.write("a.head:visited{text-decoration: none ; color: #FFFFFF;}");
document.write("a.head:hover{text-decoration: underline; color: #FFFFFF;}");
//---menu
document.write("a.menu:link{text-decoration: none; color: #666876;}");
document.write("a.menu:active{text-decoration: none ;}");
document.write("a.menu:visited{text-decoration: none ; color: #666876;}");
document.write("a.menu:hover{text-decoration: underline; color: #E6001A;}");
document.write("//--></STYLE>");
