document.write("<STYLE TYPE='text/css'><!--")
if(navigator.appVersion.indexOf("Mac") > 1){
	// MAC IE NN
	document.write(".font11{font-Size:11px; color:#FF9900; line-height:12px}")
	document.write(".font11n{font-Size:11px; line-height:12px}")
	document.write(".font12{font-Size:12px; color:#000000; line-height:14px}")
	document.write(".font12e{font-Size:12px; color:#000000; line-height:14px;font-family:Times New Roman;}")
	document.write(".font14{font-Size:14px; font-weight:bold; line-height:16px}")
	document.write(".font14n{font-Size:14px; line-height:16px}")
	document.write(".font18{font-Size:18px; line-height:20px}")
	document.write(".h{color:#ffffff; line-height:15px}")
	document.write(".nav{color:#ffffff; line-height:15px;text-decoration:none}")
	document.write(".f{color:#ffffff; line-height:15px}")
	document.write(".bold{font-weight:bold}")
	document.write(".orange{color:#FF9900}")
	document.write(".green{color:#09a9a9}")
	document.write(".blue{color:#003399}")
}
else{
	if(navigator.appName.charAt(0) == "M"){
	// WIN IE
	document.write(".font11{font-Size:11px; color:#FF9900; line-height:13px}")
	document.write(".font11n{font-Size:11px; line-height:13px}")
	document.write(".font12{font-Size:12px; color:#000000; line-height:15px}")
	document.write(".font12e{font-Size:12px; color:#000000; line-height:15px;font-family:Times New Roman;}")
	document.write(".font14{font-Size:14px; font-weight:bold; line-height:16px}")
	document.write(".font14n{font-Size:14px; line-height:16px}")
	document.write(".font18{font-Size:18px; line-height:20px}")
	document.write(".h{color:#ffffff; line-height:15px}")
	document.write(".nav{color:#ffffff; line-height:15px;text-decoration:none}")
	document.write(".f{color:#ffffff; line-height:15px}")
	document.write(".bold{font-weight:bold}")
	document.write(".orange{color:#FF9900}")
	document.write(".green{color:#09a9a9}")
	document.write(".blue{color:#003399}")
	}
	else{
	// WIN NN
	document.write(".font11{font-Size:11px; color:#FF9900; line-height:13px}")
	document.write(".font11n{font-Size:11px; line-height:13px}")
	document.write(".font12{font-Size:12px; color:#000000; line-height:15px}")
		document.write(".font12e{font-Size:12px; color:#000000; line-height:15px;font-family:Times New Roman;}")
	document.write(".font14{font-Size:15px; font-weight:bold; line-height:16px}")
	document.write(".font14n{font-Size:15px; line-height:16px}")
	document.write(".font18{font-Size:19px; line-height:20px}")
	document.write(".h{color:#ff0000; line-height:15px}")
	document.write(".nav{color:#ffffff; line-height:15px;text-decoration:none}")
	document.write(".f{color:#ffffff; line-height:15px}")
	document.write(".bold{font-weight:bold}")
	document.write(".orange{color:#FF9900}")
	document.write(".green{color:#09a9a9}")
	document.write(".blue{color:#003399}")
	}
}

document.write("a.nav:link {color: #ffffff;}");/* リンク */
document.write("a.nav:visited {color: #ffffff;}");/* すでに見たリンク */
document.write("a.nav:active {color: #ffffff;}");/* クリックしたとき */
document.write("a.nav:hover {color: #ffffff;}");/* マウスオーバー */

document.write("a:link {color: #FF3300}");/* リンク */
document.write("a:visited {color: #FF6666}");/* すでに見たリンク */
document.write("a:active {color: #990033}");/* クリックしたとき */
document.write("a:hover {color: #990033}");/* マウスオーバー */

//document.write("a:link{text-decoration:underline}")
//document.write("a:visited{text-decoration:underline}")
document.write("a:active{text-decoration:underline}")
document.write("a:hover {text-decoration:underline}")

document.write(".english {font-family:Times New Roman;}");/* 英文基礎フォント */


document.write("--></STYLE>");