mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
	document.write('body{font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3";}')
	//FOR MACINTOSH IE NS
	if(ie){
	//FOR MACINTOSH IE
	document.write(".e10{font-size:10px}")
	document.write(".e12{font-size:12px}")
	document.write(".j10{font-size:10px}")
	document.write(".j12{font-size:12px}")
	document.write(".e10m{font-size:10px; line-height:12px}")
	document.write(".e12m{font-size:12px; line-height:15px}")
	document.write(".j10m{font-size:10px; line-height:15px}")
	document.write(".j10wide{font-size:10px; line-height:20px}")
	document.write(".j10date{font-size:10px; line-height:18px}")
	document.write(".j12m{font-size:12px; line-height:19px}")
	document.write(".j14m{font-size:14px; line-height:20px}")
	document.write("a:link,a:visited {text-decoration:none; color:#666666}")
	document.write("a:hover,a:active {text-decoration:underline; color:#FF3366}")
	document.write(".copyRight { color:#FFFFFF; font-size: 9px;}")
	}
	else{
	//FOR MACINTOSH NETSCAPE
	document.write(".e10{font-size:10px}")
	document.write(".e12{font-size:12px}")
	document.write(".j10{font-size:10px; line-height:13px}")
	document.write(".j12{font-size:12px; line-height:15px}")
	document.write(".e10m{font-size:10px; line-height:12px}")
	document.write(".e12m{font-size:12px; line-height:15px}")
	document.write(".j10m{font-size:10px; line-height:15px}")
	document.write(".j10wide{font-size:10px; line-height:20px}")
	document.write(".j10date{font-size:10px; line-height:18px}")
	document.write(".j12m{font-size:12px; line-height:19px}")
	document.write(".j14m{font-size:14px; line-height:20px}")
	document.write("a:link,a:visited {text-decoration:none; color:#333333}")
	document.write("a:hover,a:active {text-decoration:underline; color:#FF3366}")
	document.write(".copyRight { color:#FFFFFF; font-size: 9px;}")
	}
}
else{
	document.write('body{font-family:"‚l‚r ‚oƒSƒVƒbƒN","MS UI Gothic","‚l‚r ‚o–¾’©";}')
	if(ie){
	//FOR WINDOWS IE
	document.write(".e10{font-size:10px; line-height:12px}")
	document.write(".e12{font-size:12px; line-height:15px}")
	document.write(".j10{font-size:11px; line-height:13px}")
	document.write(".j12{font-size:12px; line-height:15px}")
	document.write(".e10m{font-size:10px; line-height:12px}")
	document.write(".e12m{font-size:12px; line-height:15px}")
	document.write(".j10m{font-size:11px; line-height:14px}")
	document.write(".j10wide{font-size:11px; line-height:20px}")
	document.write(".j10date{font-size:10px; line-height:18px}")
	document.write(".j12m{font-size:12px; line-height:20px}")
	document.write(".j14m{font-size:14px; line-height:20px}")
	document.write("a:link,a:visited {text-decoration:none; color:#333333}")
	document.write("a:hover,a:active {text-decoration:underline; color:#FF3366}")
	document.write(".copyRight { color:#FFFFFF; font-size: 9px;}")
	}
	else{
	//FOR WINDOWS NETSCAPE
	document.write(".e10{font-size:12px; line-height:11px}")
	document.write(".e12{font-size:12px}")
	document.write(".j10{font-size:11px; line-height:13px}")
	document.write(".j12{font-size:12px; line-height:15px}")
	document.write(".e10m{font-size:10px; line-height:12px}")
	document.write(".e12m{font-size:12px; line-height:17px}")
	document.write(".j10m{font-size:11px; line-height:15px}")
	document.write(".j10wide{font-size:11px; line-height:20px}")
	document.write(".j10date{font-size:10px; line-height:18px}")
	document.write(".j12m{font-size:12px; line-height:20px}")
	document.write(".j14m{font-size:14px; line-height:20px}")
	document.write("a:link,a:visited {text-decoration:none; color:#333333}")
	document.write("a:hover,a:active {text-decoration:underline; color:#FF3366}")
	document.write(".copyRight { color:#FFFFFF; font-size: 9px;}")
	}
}
document.write("--></STYLE>");