// JavaScript Document

document.write("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
		// MAC
		document.write("body {font-family: Osaka,'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3','Lucida Grande',sans-serif;}");
		document.write(".css1 {font-size: 60%; line-height: 120%}");
		document.write(".css2 {font-size: 10px; line-height: 130%}");
		document.write(".css2other {font-size: 9px; line-height: 110%}");
		document.write(".css3other {font-size: 75%; line-height: 135%}");
		document.write(".css3 {font-size: 75%; line-height: 135%}");
		document.write(".css4 {font-size: 90%; line-height: 130%}");

		//document.write(".css1 {font-size:7pt; line-height:120%}");
		//document.write(".css2 {font-Size:10px; line-height:120%}");
		//document.write(".css2 {font-Size:8pt; line-height:120%}");
		//document.write(".css3 {font-Size:9pt; line-height:135%}");
		//document.write(".css4 {font-Size:11pt; line-height:130%}");
}
else
{
		// WIN
		document.write(".css1 {font-size: 70%; line-height: 120%; letter-spacing: 0.1em}");
		document.write(".css2 {font-size: 8pt; line-height: 10pt}");
		document.write(".css2other {font-size: 95%; line-height: 110%}");
		//document.write(".css2 {font-size: 75%; line-height: 120%}");//
		document.write(".css3other {font-size: 65%; line-height: 130%}");
		document.write(".css3 {font-size: 80%; line-height: 140%}");
		document.write(".css4 {font-size: 100%; line-height: 130%}");
}
 document.write("--></STYLE>");

