// JavaScript Document

mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;

document.write("<STYLE TYPE='text/css'><!--");
if(mac){
		// MAC IE
		document.write(".t10g{font-size: 9.5px; line-height: 1.3em; color: #5e5e5e;}")
		document.write(".t10o{font-size: 9.5px; line-height: 1.3em; color: #ff6600; letter-spacing: 2px;}")
		document.write(".t11{font-size: 10px;line-height: 1.3em; color: #5e5e5e}")
		document.write(".t12{font-size: 12px;line-height: 1.3em; color: #5e5e5e;}")
		document.write(".t12h0{font-size: 12px; color: #5e5e5e;}")
		document.write(".t14{font-size: 14px;line-height: 1.3em; color: #5e5e5e;}")
		document.write(".t14h0{font-size: 14px; color: #000000;}")
		document.write(".t12b{font-size: 12px; line-height: 1.3em; color: #5e5e5e; font-weight: bold;}")
		document.write(".t12o{font-size: 12px; line-height: 1.3em; color: #ff6600;}")
		document.write(".t12g{font-size: 12px; line-height: 1.5em; color: #888888;}")
		document.write(".t18{font-Size:18px;}");
		document.write(".tcr{font-size: 9px; letter-spacing: 1px; text-align: right; color: #aeaeae;}")
		document.write(".navitxt{font-size: 10px; color: #5e5e5e; text-align: left;}")
		}
		else{
		if(document.all){
		//WIN IE
		document.write(".t10g{font-size: 10px; line-height: 1.3em; color: #5e5e5e;}")
		document.write(".t10o{font-size: 10px; line-height: 1.3em; color: #ff6600; letter-spacing: 2px;}")
		document.write(".t11{font-size: 11px;line-height: 1.3em; color: #5e5e5e;}")
		document.write(".t12{font-size: 12px;line-height: 1.3em; color: #5e5e5e;}")
		document.write(".t12h0{font-size: 12px; color: #5e5e5e;}")
		document.write(".t14{font-size: 14px;line-height: 1.3em; color: #5e5e5e;}")	
		document.write(".t14h0{font-size: 14px; color: #000000;}")
		document.write(".t12b{font-size: 12px; line-height: 1.3em; color: #5e5e5e; font-weight: bold;}")
		document.write(".t12o{font-size: 12px; line-height: 1.3em; color: #ff6600;}")
		document.write(".t12g{font-size: 12px; line-height: 1.5em; color: #888888;}")
		document.write(".t18{font-Size:18px;}");
		document.write(".tcr{font-size: 10px; letter-spacing: 1px; text-align: right; color: #aeaeae;}")
		document.write(".navitxt{font-size: 11px; color: #5e5e5e; text-align: left;}")
		}
		else{
		//WIN NC
		document.write(".t10g{font-size: 10px; line-height: 1.3em; color: #5e5e5e;}")
		document.write(".t10o{font-size: 10px; line-height: 1.3em; color: #ff6600; letter-spacing: 2px;}")
		document.write(".t11{font-size: 11px;line-height: 1.3em; color: #5e5e5e;}")
		document.write(".t12{font-size: 12px;line-height: 1.3em; color: #5e5e5e;}")
		document.write(".t12h0{font-size: 12px; color: #5e5e5e;}")
		document.write(".t14{font-size: 15px;line-height: 1.3em; color: #5e5e5e;}")
		document.write(".t14h0{font-size: 14px; color: #000000;}")
		document.write(".t12b{font-size: 12px; line-height: 1.3em; color: #5e5e5e; font-weight: bold;}")
		document.write(".t12o{font-size: 12px; line-height: 1.3em; color: #ff6600;}")
		document.write(".t12g{font-size: 12px; line-height: 1.5em; color: #888888;}")
		document.write(".t18{font-Size:19px;}");
		document.write(".tcr{font-size: 10px; letter-spacing: 1px; text-align: right; color: #aeaeae;}")
		document.write(".navitxt{font-size: 11px; color: #5e5e5e; text-align: left;}")
		}
}

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

//t12o=オレンジ文字　注意を促すコメント用
//t12g=灰色文字　補足用

/* location変更
-------------------------------------------------- */
function hrefChg(selfObj){
	var ancChk = selfObj.href.split('#');
	var ancNam = "\#" + ancChk[ancChk.length-1];
	
	if(location.href.indexOf(ancNam) > -1){selfObj.href = location.href;}
	else{selfObj.href = location.href + ancNam;}
}