var versionNum = navigator.appVersion.charAt(0);

document.writeln("<style type='text/css'><!--");
//MacOS
if (navigator.appVersion.indexOf("Mac") > -1) {
	document.writeln(".s10{font-size:10px; line-height:1.4}");
	document.writeln(".m12{font-size:12px}");
	document.writeln(".l14{font-size:14px; line-height:1.3}");
	document.writeln(".l16{font-size:16px; line-height:1.4}");
	document.writeln(".headtxt h1{font-size:10px; line-height:1.1; font-weight:normal}");
	document.writeln(".titlenavi a,.titlenavi-lv2 a,.pankuzu-in,.footlink-in{font-size:10px}");

} else {//Windows
	document.writeln(".s10{font-size:11px; line-height:1.4}");
	document.writeln(".m12{font-size:12px; line-height:1.4}");
	document.writeln(".l14{font-size:14px; line-height:1.3}");
	document.writeln(".l16{font-size:16px; line-height:1.4}");
	document.writeln(".headtxt h1{font-size:11px; line-height:1.1; font-weight:normal}");
	document.writeln(".titlenavi a,.titlenavi-lv2 a,.pankuzu-in,.footlink-in{font-size:11px}");
}
document.writeln("--></style>");