/* Main CSS */
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
		//Mac IE NC
		document.write(".t09{font-Size:9px; line-height:11px}");
		document.write(".t10{font-Size:10px; line-height:13px}");
		document.write(".t14{font-Size:14px; line-height:16px}");
		document.write(".t18{font-Size:18px; line-height:20px}");
}
else{
	if(document.all){
		//WIN IE
		document.write(".t09{font-Size:9px; line-height:11px}");
		document.write(".t10{font-Size:11px; line-height:13px}");
		document.write(".t14{font-Size:14px; line-height:16px}");
		document.write(".t18{font-Size:18px; line-height:20px}");
	}
	else{
		//WIN NC
		document.write(".t09{font-Size:10px; line-height:11px}");
		document.write(".t10{font-Size:11px; line-height:13px}");
		document.write(".t14{font-Size:15px; line-height:16px}");
		document.write(".t18{font-Size:19px; line-height:20px}");
	}
}

document.write(".m{font-Size:12px; line-height:20px}");
document.write(".t12{font-Size:12px; line-height:16px}");
document.write(".t12nom{font-Size:12px}");
document.write(".t12top{font-Size:12px; line-height:20px}");
document.write("a:link {color: #0066FF; text-decoration:none;}");
document.write("a:visited {color: #0099FF; text-decoration:none;}");
document.write("a:active {color: #0099FF; text-decoration:none;}");
document.write("a:hover color: #0099FF; text-decoration:none;}");

/* Option CSS start */
document.write("body {background-color: #ffffff; color: #666666; text-align: center; font-family: verdana, arial, helvetica, sans-serif,'‚l‚r ‚oƒSƒVƒbƒN',Osaka; margin:0px; padding:0px;}");
/* Option CSS end  */

document.write("--></STYLE>");
