<!--
document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	//Apple Macintosh
	document.write(".F9{font-Size:9px; line-height:13px}")
	document.write(".F10{font-Size:10px; line-height:14px}")
	document.write(".F12{font-Size:12px; line-height:18px}")
	document.write(".F14{font-Size:14px; line-height:120px}")
	document.write(".F16{font-Size:18px; line-height:24px}")

	//TEXT LINK 01　青
	document.write(".TXTLINK01{font-Size:12px; line-height:18px}")
	document.write(".TXTLINK01 a:link { color:#FF6600;  text-decoration:underline  }")
	document.write(".TXTLINK01 a:visited { color:#FF6600;  text-decoration:underline }")
	document.write(".TXTLINK01 a:hover { color:#336699;  text-decoration:underline }")
	document.write(".TXTLINK01 a:active { color:#336699;  text-decoration:underline }")

	//TEXT LINK 02　緑
	document.write(".TXTLINK02{font-Size:12px; line-height:18px}")
	document.write(".TXTLINK02 a:link { color:#336600;  text-decoration:none  }")
	document.write(".TXTLINK02 a:visited { color:#336600;  text-decoration:none }")
	document.write(".TXTLINK02 a:hover { color:#FF6600;  text-decoration:underline }")
	document.write(".TXTLINK02 a:active { color:#FF6600;  text-decoration:underline }")



}
else{
	if(navigator.appName.charAt(0) == "M"){
	//Microsoft Windows IE
	document.write(".F9{font-Size:9px; line-height:13px}")
	document.write(".F10{font-Size:11px; line-height:15px}")
	document.write(".F12{font-Size:12px; line-height:18px}")
	document.write(".F14{font-Size:14px; line-height:120px}")
	document.write(".F16{font-Size:18px; line-height:24px}")

	//TEXT LINK 01
	document.write(".TXTLINK01{font-Size:12px; line-height:18px}")
	document.write(".TXTLINK01 a:link { color:#336699;  text-decoration:underline  }")
	document.write(".TXTLINK01 a:visited { color:#336699;  text-decoration:underline }")
	document.write(".TXTLINK01 a:hover { color:#FF6600;  text-decoration:underline }")
	document.write(".TXTLINK01 a:active { color:#FF6600;  text-decoration:underline }")

	//TEXT LINK 02　緑
	document.write(".TXTLINK02{font-Size:12px; line-height:18px}")
	document.write(".TXTLINK02 a:link { color:#336600;  text-decoration:none  }")
	document.write(".TXTLINK02 a:visited { color:#336600;  text-decoration:none }")
	document.write(".TXTLINK02 a:hover { color:#FF6600;  text-decoration:underline }")
	document.write(".TXTLINK02 a:active { color:#FF6600;  text-decoration:underline }")





	}
	else{
	//Microsoft Windows NN
	document.write(".F9{font-Size:9px; line-height:13px}")
	document.write(".F10{font-Size:11px; line-height:15px}")
	document.write(".F12{font-Size:12px; line-height:18px}")
	document.write(".F14{font-Size:14px; line-height:120px}")
	document.write(".F16{font-Size:18px; line-height:24px}")

	//TEXT LINK 01
	document.write(".TXTLINK01{font-Size:12px; line-height:18px}")
	document.write(".TXTLINK01 a:link { color:#336699;  text-decoration:underline  }")
	document.write(".TXTLINK01 a:visited { color:#336699;  text-decoration:underline }")
	document.write(".TXTLINK01 a:hover { color:#FF6600;  text-decoration:underline }")
	document.write(".TXTLINK01 a:active { color:#FF6600;  text-decoration:underline }")

	//TEXT LINK 02　緑
	document.write(".TXTLINK02{font-Size:12px; line-height:18px}")
	document.write(".TXTLINK02 a:link { color:#336600;  text-decoration:none  }")
	document.write(".TXTLINK02 a:visited { color:#336600;  text-decoration:none }")
	document.write(".TXTLINK02 a:hover { color:#FF6600;  text-decoration:underline }")
	document.write(".TXTLINK02 a:active { color:#FF6600;  text-decoration:underline }")



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