




os = navigator.appVersion.indexOf("Mac");

browser = navigator.appName.charAt(0);

version = navigator.appVersion.charAt(0);





if ( os != -1  ){

	document.write('<style type="text/css">');

	document.write('<!--');

	document.write('body,div,td { font-size:12px; font-family:Osaka }');

	document.write('.S { font-size:10px }');

	document.write('.L { font-size:14px }');

	document.write('.SE { font-size:10px; font-family:Verdana,Arial }');

	document.write('.ME { font-size:12px; font-family:Verdana,Arial }');

	document.write('.LE { font-size:14px; font-family:Verdana,Arial }');

	if ( browser == "N" ){

		document.write('.M2 { font-size:12px; line-height:115% }')

	}

	else{

		document.write('.M2 { font-size:12px; line-height:140% }')

	}

	document.write('-->');

	document.write('</style>');

}



else if ( os == -1 && browser == "N" && version == 4){

	document.write('<style type="text/css">'); 

	document.write("<!--"); 

	document.write('body { font-size:12px }');

	document.write('div { font-size:12px }'); 

	document.write('td { font-size:12px; }');

	document.write('.S { font-size:11px; line-height:110% }'); 

	document.write('.L { font-size:15px; line-height:120% }'); 

	document.write('.SE { font-size:11px; line-height:90% }'); 

	document.write('.ME { font-size:12px; line-height:110% }'); 

	document.write('.LE { font-size:15px; line-height:110% }'); 

	document.write('.M2 { font-size:12px; line-height:140% }')

	document.write("-->"); 

	document.write("</style>"); 

} 



else{ 

	document.write('<style type="text/css">'); 

	document.write('<!--'); 

	document.write('body,div,td { font-size:12px; line-height:120%; font-family:Verdana,"‚l‚r ‚oƒSƒVƒbƒN" }'); 

	document.write('.S { font-size:10px; line-height:120% }'); 

	document.write('.L { font-size:14px; line-height:120% }'); 

	document.write('.SE { font-size:10px; line-height:120% }'); 

	document.write('.ME { font-size:12px; line-height:120% }'); 

	document.write('.LE { font-size:14px }'); 

	document.write('.M2 { font-size:12px; line-height:160% }')

	document.write("-->"); 

	document.write("</style>"); 

} 











