document.write("<STYLE TEXT='text/css'><!--");

//--Link decoration
document.write("a:link { text-decoration: none; color: #987544;}");
document.write("a:visited { text-decoration: none; color: #987544;}");
document.write("a:hover { text-decoration: underline; color: #FF3366;}");
document.write("a.a2:link { text-decoration: none; color: #3399cc;}");
document.write("a.a2:visited { text-decoration: none; color: #3399cc;}");
document.write("a.a2:hover { text-decoration: underline; color: #339999;}");
document.write("a.a3:link { text-decoration: none; color: #ff3366;}");
document.write("a.a3:visited { text-decoration: none; color: #ff3366;}");
document.write("a.a3:hover { text-decoration: underline; color: #ff6666;}");
document.write("a.a4:link { text-decoration: none; color: #ff0000;}");
document.write("a.a4:visited { text-decoration: none; color: #ff0000;}");
document.write("a.a4:hover { text-decoration: underline; color: #ff0066;}");


//--Macintosh
if(Mac){
//--96dpi Browser(IE5ENN6)
	if(Version >= 5){
		document.write(".t10 { font-size: 10px; color: #444444; line-height: 140%;}");
		document.write(".t12 { font-size: 12px; color: #444444; line-height: 140%;}");
		document.write(".t10_white { font-size: 10px; color: white; line-height: 140%;}");
		document.write(".t12_white { font-size: 12px; color: white; line-height: 140%;}");
		document.write(".t10_orange { font-size: 10px; color: #ff6633; line-height: 140%;}");
		document.write(".t12_orange { font-size: 12px; color: #ff6633; line-height: 140%;}");
		document.write(".t10_green { font-size: 10px; color: #808000; line-height: 140%;}");
		document.write(".t12_green { font-size: 12px; color: #808000; line-height: 140%;}");
		document.write(".t10_blue { font-size: 10px; color: #3399cc; line-height: 140%;}");
		document.write(".t12_blue { font-size: 12px; color: #3399cc; line-height: 140%;}");
		document.write(".t10_menu { font-size: 10px; color: #444444; line-height: 130%; padding-left: 6pt; padding-right: 6pt;}");
		document.write("h1 { font-size:12px; margin-bottom:4px; color:#444444; font-weight: bold; }");
		}
//--NN4.~`EIE4.~
	else{
		document.write(".t10 { font-size: 11px; color: #444444; line-height: 140%;}");
		document.write(".t12 { font-size: 13px; color: #444444; line-height: 140%;}");
		document.write(".t10_white { font-size: 11px; color: white; line-height: 140%;}");
		document.write(".t12_white { font-size: 13px; color: white; line-height: 140%;}");
		document.write(".t10_orange { font-size: 11px; color: #ff6633; line-height: 140%;}");
		document.write(".t12_orange { font-size: 13px; color: #ff6633; line-height: 140%;}");
		document.write(".t10_green { font-size: 11px; color: #808000; line-height: 140%;}");
		document.write(".t12_green { font-size: 13px; color: #808000; line-height: 140%;}");
		document.write(".t10_blue { font-size: 11px; color: #3399cc; line-height: 140%;}");
		document.write(".t12_blue { font-size: 13px; color: #3399cc; line-height: 140%;}");
		document.write(".t10_menu { font-size: 11px; color: #444444; line-height: 130%; padding-left: 6pt; padding-right: 6pt;}");
		document.write("h1 { font-size:13px; margin-bottom:4px; color:#444444; font-weight: bold; }");
		}
	}
//--Windows
	if(Win){
		document.write(".t10 { font-size: 10px; color: #444444; line-height: 140%;}");
		document.write(".t12 { font-size: 12px; color: #444444; line-height: 140%;}");
		document.write(".t10_white { font-size: 10px; color: white; line-height: 140%;}");
		document.write(".t12_white { font-size: 12px; color: white; line-height: 140%;}");
		document.write(".t10_orange { font-size: 10px; color: #ff6633; line-height: 140%;}");
		document.write(".t12_orange { font-size: 12px; color: #ff6633; line-height: 140%;}");
		document.write(".t10_green { font-size: 10px; color: #808000; line-height: 140%;}");
		document.write(".t12_green { font-size: 12px; color: #808000; line-height: 140%;}");
		document.write(".t10_blue { font-size: 10px; color: #3399cc; line-height: 140%;}");
		document.write(".t12_blue { font-size: 12px; color: #3399cc; line-height: 140%;}");
		document.write(".t10_menu { font-size: 10px; color: #444444; line-height: 130%; padding-left: 6pt; padding-right: 6pt;}");
		document.write("h1 { font-size:12px; margin-bottom:4px; color:#444444; font-weight: bold; }");
		}	
document.write("//--></STYLE>");

