<!--
document.write("<style type='text/css'><!--")

if(navigator.appVersion.indexOf("Mac") > 1){
	// トップ
	document.write(".top a{font-size: 10px; color: #000000; text-decoration: none}")
	
	// 左メニュー
	document.write(".menu1{font-size: 10px; line-height: 12px}")
	document.write(".menu2{font-size: 12px; line-height: 14px}")
	
	// 本文
	document.write(".txt1{font-size: 90%; line-height: 140%}")
	document.write(".txt2{font-size: 100%; line-height: 140%}")
	document.write(".txt3{font-size: 120%; line-height: 140%}")
	document.write(".txt1c{font-size: 90%; line-height: 140%; color: #008954}")
	document.write(".txt2c{font-size: 100%; line-height: 140%; color: #008954}")
	document.write(".txt3c{font-size: 120%; line-height: 140%; color: #008954}")
	document.write(".txt_fix1 {font-size: 10px; line-height: 12px}")
	document.write(".txt_fix2 {font-size: 12px; line-height: 14px}")
}
document.write("--></style>");
//-->