mac = (navigator.appVersion.indexOf('Mac') != -1)?true:false;
ie = (navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--");
if(mac){
		document.write(".font01 {font-family : 'Osaka','MS PGothic'; font-size: 10px}");
		document.write(".font02 {font-family :  'Osaka','MS PGothic'; font-size: 12px}");
		document.write(".font03 {font-family :  'Osaka','MS PGothic'; font-size: 14px}");
		document.write(".font04 {font-family :  'Osaka','MS PGothic'; font-size: 16px}");
		document.write(".font05 {font-family :  'Osaka','MS PGothic'; font-size: 18px}");
		document.write(".midasi01 {font-family : 'Osaka','MS PGothic'; font-size: 10px; font-weight:bold}");
		document.write(".midasi02 {font-family :  'Osaka','MS PGothic'; font-size: 12px; font-weight:bold}");
		document.write(".midasi03 {font-family :  'Osaka','MS PGothic'; font-size: 14px;font-weight:bold}");
		document.write(".midasi04 {font-family :  'Osaka','MS PGothic'; font-size: 16px; font-weight:bold}");
		document.write(".midasi05 {font-family :  'Osaka','MS PGothic'; font-size: 18px; font-weight:bold}");
}
else{
	if(ie){
		document.write(".font01 {font-family :  'Osaka','MS PGothic'; font-size: 10px; line-height: 120%}");
		document.write(".font02 {font-family :  'Osaka','MS PGothic'; font-size: 12px; line-height: 120%}");
		document.write(".font03 {font-family :  'Osaka','MS PGothic'; font-size: 14px; line-height: 120%}");
		document.write(".font04 {font-family :  'Osaka','MS PGothic'; font-size: 16px; line-height: 120%}");
		document.write(".font05 {font-family :  'Osaka','MS PGothic'; font-size: 18px; line-height: 120%}")
		document.write(".midasi01 {font-family :  'Osaka','MS PGothic'; font-size: 10px; line-height: 120%; font-weight:bold}");
		document.write(".midasi02 {font-family :  'Osaka','MS PGothic'; font-size: 12px; line-height: 120%; font-weight:bold}");
		document.write(".midasi03 {font-family :  'Osaka','MS PGothic'; font-size: 14px; line-height: 120%; font-weight:bold}");
		document.write(".midasi04 {font-family :  'Osaka','MS PGothic'; font-size: 16px; line-height: 120%; font-weight:bold}");
		document.write(".midasi05 {font-family :  'Osaka','MS PGothic'; font-size: 18px; line-height: 120%; font-weight:bold}")
	}
	else{
		document.write(".font01 {font-family :  'Osaka','MS PGothic'; font-size: 10px}");
		document.write(".font02 {font-family :  'Osaka','MS PGothic'; font-size: 12px}");
		document.write(".font03 {font-family :  'Osaka','MS PGothic'; font-size: 14px}");
		document.write(".font04 {font-family :  'Osaka','MS PGothic'; font-size: 16px}");
		document.write(".font05 {font-family :  'Osaka','MS PGothic'; font-size: 18px}");
		document.write(".midasi01 {font-family : 'Osaka','MS PGothic'; font-size: 10px; font-weight:bold}");
		document.write(".midasi02 {font-family :  'Osaka','MS PGothic'; font-size: 12px; font-weight:bold}");
		document.write(".midasi03 {font-family :  'Osaka','MS PGothic'; font-size: 14px; font-weight:bold}");
		document.write(".midasi04 {font-family :  'Osaka','MS PGothic'; font-size: 16px; font-weight:bold}");
		document.write(".midasi05 {font-family :  'Osaka','MS PGothic'; font-size: 18px; font-weight:bold}");
	}
}

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