var vNum = navigator.appVersion.charAt(0);var bName = navigator.appName.charAt(0);document.writeln("<STYLE TYPE='text/css'><!--");if(navigator.appVersion.indexOf("Mac") > -1){	// MAC	if(navigator.appVersion.indexOf("Safari") > -1){		//Safari		//alert("CSS is 'Safari' Mode.");		document.writeln("body {  font-family:'Osaka'}");		document.writeln(".size09_09 {  font-size: 9px; line-height: 9px}");		document.writeln(".size09_11 {  font-size: 9px; line-height: 11px}");		document.writeln(".size10_10 {  font-size: 10px; line-height: 10px}");		document.writeln(".size10_12 {  font-size: 10px; line-height: 12px}");		document.writeln(".size10_14 {  font-size: 10px; line-height: 14px}");		document.writeln(".size10_16 {  font-size: 10px; line-height: 16px}");		document.writeln(".size12_12 {  font-size: 12px; line-height: 12px}");		document.writeln(".size12_14 {  font-size: 12px; line-height: 14px}");		document.writeln(".size12_16 {  font-size: 12px; line-height: 16px}");		document.writeln(".size12_18 {  font-size: 12px; line-height: 18px}");		document.writeln(".size14_14 {  font-size: 14px; line-height: 14px}");		document.writeln(".size14_16 {  font-size: 14px; line-height: 16px}");		document.writeln(".size14_18 {  font-size: 14px; line-height: 18px}");		document.writeln(".size14_20 {  font-size: 14px; line-height: 20px}");	}else{		//Not Safari		//alert("CSS is 'Mac' Mode.");		document.writeln("body {  font-family:'Osaka'}");		document.writeln(".size09_09 {  font-size: 9px; line-height: 9px}");		document.writeln(".size09_11 {  font-size: 9px; line-height: 11px}");		document.writeln(".size10_10 {  font-size: 10px; line-height: 10px}");		document.writeln(".size10_12 {  font-size: 10px; line-height: 12px}");		document.writeln(".size10_14 {  font-size: 10px; line-height: 14px}");		document.writeln(".size10_16 {  font-size: 10px; line-height: 16px}");		document.writeln(".size12_12 {  font-size: 12px; line-height: 12px}");		document.writeln(".size12_14 {  font-size: 12px; line-height: 14px}");		document.writeln(".size12_16 {  font-size: 12px; line-height: 16px}");		document.writeln(".size12_18 {  font-size: 12px; line-height: 18px}");		document.writeln(".size14_14 {  font-size: 14px; line-height: 14px}");		document.writeln(".size14_16 {  font-size: 14px; line-height: 16px}");		document.writeln(".size14_18 {  font-size: 14px; line-height: 18px}");		document.writeln(".size14_20 {  font-size: 14px; line-height: 20px}");	}}else{	// WIN	//alert("CSS is 'Win' Mode.");	document.writeln(".size09_09 {  font-size: 10px; line-height: 10px}");	document.writeln(".size09_11 {  font-size: 10px; line-height: 12px}");	document.writeln(".size10_10 {  font-size: 11px; line-height: 11px}");	document.writeln(".size10_12 {  font-size: 11px; line-height: 13px}");	document.writeln(".size10_14 {  font-size: 11px; line-height: 15px}");	document.writeln(".size10_16 {  font-size: 11px; line-height: 17px}");	document.writeln(".size12_12 {  font-size: 13px; line-height: 13px}");	document.writeln(".size12_14 {  font-size: 13px; line-height: 15px}");	document.writeln(".size12_16 {  font-size: 13px; line-height: 17px}");	document.writeln(".size12_18 {  font-size: 13px; line-height: 19px}");	document.writeln(".size14_14 {  font-size: 15px; line-height: 15px}");	document.writeln(".size14_16 {  font-size: 15px; line-height: 17px}");	document.writeln(".size14_18 {  font-size: 15px; line-height: 19px}");	document.writeln(".size14_20 {  font-size: 15px; line-height: 21px}");}document.writeln("--></STYLE>");
