document.write("<STYLE TYPE='text/css'><!--");

//--Macintosh
if(Mac){
//--96dpi Browser(IE5ENN6)
	if(Version >= 5){
		document.write(".base { font-size: 9pt;}");
		document.write(".base-h { font-size: 9pt; line-height: 160%;}");
		document.write(".base-p { font-size: 9pt; color: #817DB0;}");
		document.write(".onedown { font-size: 8pt;}");
		document.write(".onedown-h { font-size: 8pt; line-height: 130%;}");
		document.write(".oneup { font-size: 13pt; }");
		document.write(".oneup-h { font-size: 13pt; line-height: 160%; }");
		document.write(".footlink { font-size: 9pt; color: #FFFFFF; text-decoration : underline ;}");
		document.write(".foot { font-size: 9pt; color: #FFFFFF;}");
		document.write(".whatdate { font-size: 9pt; font-weight: bold;}");
		document.write(".whattitle { font-size: 13pt; font-weight: bold; color: #000000;}");
		}
//--NN4.~`EIE4.~
	else{
		document.write(".base { font-size: 12pt;}");
		document.write(".base-h { font-size: 12pt; line-height: 160%;}");
		document.write(".onedown { font-size: 10pt;}");
		document.write(".onedown-h { font-size: 10pt; line-height: 130%;}");
		document.write(".oneup { font-size: 14pt; }");
		document.write(".oneup-h { font-size: 13pt; line-height: 160%; }");
		document.write(".footlink { font-size: 12pt; color: #FFFFFF; text-decoration : underline ;}");
		document.write(".foot { font-size: 12pt; color: #FFFFFF;}");
		document.write(".whatdate { font-size: 12pt; font-weight: bold;}");
		document.write(".whattitle { font-size: 14pt; font-weight: bold; color: #000000;}");
		}
	}

//--Windows
	if(Win){
		document.write(".base { font-size: 9pt;}");
		document.write(".base-h { font-size: 9pt; line-height: 160%;}");
		document.write(".onedown { font-size: 8pt;}");
		document.write(".onedown-h { font-size: 8pt; line-height: 130%;}");
		document.write(".oneup { font-size: 13pt; }");
		document.write(".oneup-h { font-size: 13pt; line-height: 160%; }");
		document.write(".footlink { font-size: 9pt; color: #FFFFFF; text-decoration : underline ;}");
		document.write(".foot { font-size: 9pt; color: #FFFFFF;}");
		document.write(".whatdate { font-size: 9pt; font-weight: bold;}");
		document.write(".whattitle { font-size: 13pt; font-weight: bold; color: #000000;}");
		}
document.write("a:link{text-decoration : underline ;}");
document.write("a:active{text-decoration : underline ;}");
document.write("a:visited{text-decoration : underline ;}");
document.write("a:Hover{text-decoration: none;}");
document.write("//--></style>");
