<!--
/*ブラウザ別CSS振り分け*/
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
		//MAC IE NS
		document.write(".black{font-Size:13px; line-height:17px; color:#333333;}")
		document.write(".pink{font-Size:13px; line-height:17px; color:#ff3366;}")
		document.write(".white{font-Size:13px; line-height:17px; color:#ffffff;}")
		document.write(".red{font-Size:13px; line-height:17px; color:#CC0000;}")
		document.write(".shikaku{font-Size:13px; line-height:17px; color:#0066be;}")
		document.write(".t3{font-Size:14px; line-height:17px;}")
		document.write(".smallw{font-Size:11px; line-height:15px; color:#ffffff;}")
		document.write(".smallb{font-Size:11px; line-height:15px; color:#333333;}")
}
else{
	if(ie){
		//WIN IE
		document.write(".black{font-Size:13px; line-height:17px; color:#333333;}")
		document.write(".pink{font-Size:13px; line-height:17px; color:#ff3366;}")
		document.write(".white{font-Size:13px; line-height:17px; color:#ffffff;}")
		document.write(".red{font-Size:13px; line-height:17px; color:#CC0000;}")		
		document.write(".shikaku{font-Size:13px; line-height:17px; color:#0066be;}")
		document.write(".t3{font-Size:14px; line-height:17px;}")
		document.write(".smallw{font-Size:11px; line-height:15px; color:#ffffff;}")
		document.write(".smallb{font-Size:11px; line-height:15px; color:#333333;}")
	}
	else{
		//WIN NS
		document.write(".black{font-Size:14px; line-height:18px; color:#333333;}")
		document.write(".pink{font-Size:13px; line-height:17px; color:#ff3366;}")
		document.write(".white{font-Size:14px; line-height:18px; color:#ffffff;}")
		document.write(".red{font-Size:14px; line-height:18px; color:#CC0000;}")
		document.write(".shikaku{font-Size:14px; line-height:18px; color:#0066be;}")
		document.write(".t3{font-Size:15px; line-height:18px;}")
		document.write(".smallw{font-Size:12px; line-height:16px; color:#ffffff;}")
		document.write(".smallb{font-Size:12px; line-height:16px; color:#333333;}")
	}
}
document.write("--></STYLE>");

//-->
<!--

	appflg = 0;

	if (parseInt(navigator.appVersion) >= 4 || navigator.appName == "Netscape"){
	window.onerror=null;
	appflg = 1;
	
	sub1On=new Image(0,0); sub1On.src="../common_images/button_profile_on.gif";
	sub1Off=new Image(0,0); sub1Off.src="../common_images/button_profile_off.gif";	
	sub2On=new Image(0,0); sub2On.src="../common_images/button_howto_on.gif";
	sub2Off=new Image(0,0); sub2Off.src="../common_images/button_howto_off.gif";
	sub3On=new Image(0,0); sub3On.src="../common_images/button_price_on.gif";
	sub3Off=new Image(0,0); sub3Off.src="../common_images/button_price_off.gif";
	sub4On=new Image(0,0); sub4On.src="../common_images/button_access_on.gif";
	sub4Off=new Image(0,0); sub4Off.src="../common_images/button_access_off.gif";
	sub5On=new Image(0,0); sub5On.src="../common_images/button_verdy_on.gif";
	sub5Off=new Image(0,0); sub5Off.src="../common_images/button_verdy_off.gif";
	sub6On=new Image(0,0); sub6On.src="../common_images/button_home_on.gif";
	sub6Off=new Image(0,0); sub6Off.src="../common_images/button_home_off.gif";

	
	top1On=new Image(0,0); top1On.src="source/common_images/button_profile_on.gif";
	top1Off=new Image(0,0); top1Off.src="source/common_images/button_profile_off.gif";	
	top2On=new Image(0,0); top2On.src="source/common_images/button_howto_on.gif";
	top2Off=new Image(0,0); top2Off.src="source/common_images/button_howto_off.gif";
	top3On=new Image(0,0); top3On.src="source/common_images/button_price_on.gif";
	top3Off=new Image(0,0); top3Off.src="source/common_images/button_price_off.gif";
	top4On=new Image(0,0); top4On.src="source/common_images/button_access_on.gif";
	top4Off=new Image(0,0); top4Off.src="source/common_images/button_access_off.gif";
	top5On=new Image(0,0); top5On.src="source/common_images/button_verdy_on.gif";
	top5Off=new Image(0,0); top5Off.src="source/common_images/button_verdy_off.gif";
	top6On=new Image(0,0); top6On.src="source/common_images/button_home_on.gif";
	top6Off=new Image(0,0); top6Off.src="source/common_images/button_home_off.gif";
	}

	function act(imgName) {
		if (appflg){
		 imgOn=eval(imgName + "On.src"); document [imgName].src = imgOn; 
		}
	}
	function inact(imgName) { 
		if (appflg){
		imgOff=eval(imgName + "Off.src"); document [imgName].src = imgOff; 
		}
	}

//-->
<!--

function openCenter(n) {

var w;

w = window.open(n,"_blank","toolbar=0,location=0,directories=0,status=no,menubar=0,scrollbars=no,resizable=no,width=550,height=530,top=1,left=1");

}

//-->
<!--

function openContact(n) {

var w;

w = window.open(n,"_blank","toolbar=0,location=0,directories=0,status=no,menubar=0,scrollbars=no,resizable=yes,width=550,height=600,top=1,left=1");

}

//-->