<!--
//  ---スタイルシートの設定・共通変数 ---
	pl = navigator.userAgent.match("Windows");
	pl2 = navigator.userAgent.match("MSIE");

	url = "<script src='/js.aspx?ref=" + document.referrer + "' type='text/javascript'></script>";
	document.write( url );

	if(navigator.appVersion.charAt(0) >= 4)			{document.write('<link rel="stylesheet" href="/css/ac.css">'); }

	if(pl == null && navigator.appVersion.charAt(0) >= 4)	{document.write('<link rel="stylesheet" href="/css/ac-m.css">'); }
	if(pl != null && navigator.appVersion.charAt(0) >= 4)	{document.write('<link rel="stylesheet" href="/css/ac-w.css">'); }

	function TDMouseOver( obj )
	{
		obj.style.backgroundColor="#9A6300";
		obj.style.color = "#ffffff";
		obj.style.cursor = "pointer";
	}
	function TDMouseOut( obj )
	{
		obj.style.backgroundColor="#FFCC00";
		obj.style.color = "#663300";
		obj.style.cursor = "auto";
	}

	function TDMouseOver_top( obj )
	{
		obj.style.backgroundColor="#9A6300";
		obj.style.color = "#ffffff";
		obj.style.cursor = "pointer";
	}
	function TDMouseOut_top( obj )
	{
		obj.style.backgroundColor="#CCCC00";
		obj.style.color = "#663300";
		obj.style.cursor = "auto";
	}

	function TDMouseOver_top2( obj )
	{
		obj.style.backgroundColor="#9A6300";
		obj.style.color = "#ffffff";
		obj.style.cursor = "pointer";
	}
	function TDMouseOut_top2( obj )
	{
		obj.style.backgroundColor="#FFCC00";
		obj.style.color = "#663300";
		obj.style.cursor = "auto";
	}

	function TDMouseOver2( obj )
	{
		obj.style.backgroundColor="#9A6300";
		obj.style.color = "#ffffff";
		obj.style.cursor = "pointer";
	}
	function TDMouseOut2( obj )
	{
		obj.style.backgroundColor="#FFFFFF";
		obj.style.color = "#663300";
		obj.style.cursor = "auto";
	}
	function TDLoad( obj, flag )
	{
		obj.style.backgroundColor="#000000";
		obj.style.color = "#CC9900";
	}
//-->