<!--
/*ブラウザ別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:#000000;}")
		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:#000000;}")
		document.write(".hotel{font-Size:15px; line-height:17px; color:#0066ff; font-weight: 900;}")
}
else{
	if(ie){
		//WIN IE
		document.write(".black{font-Size:13px; line-height:17px; color:#000000;}")
		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:#000000;}")
		document.write(".hotel{font-Size:15px; line-height:17px; color:#0066ff; font-weight: 900;}")
	}
	else{
		//WIN NS
		document.write(".black{font-Size:14px; line-height:18px; color:#000000;}")
		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:#000000;}")
		document.write(".hotel{font-Size:15px; line-height:17px; color:#0066ff; font-weight: 900;}")
	}
}
document.write("--></STYLE>");

//-->
<!--

	appflg = 0;

	if (parseInt(navigator.appVersion) >= 4 || navigator.appName == "Netscape"){
	window.onerror=null;
	appflg = 1;
	

	top1On=new Image(0,0); top1On.src="source/common_images/button_home_on.gif";
	top1Off=new Image(0,0); top1Off.src="source/common_images/button_home_off.gif";	
	top2On=new Image(0,0); top2On.src="source/common_images/button_profile_on.gif";
	top2Off=new Image(0,0); top2Off.src="source/common_images/button_profile_off.gif";
	top3On=new Image(0,0); top3On.src="source/common_images/button_recruit_on.gif";
	top3Off=new Image(0,0); top3Off.src="source/common_images/button_recruit_off.gif";
	top4On=new Image(0,0); top4On.src="source/common_images/button_map_on.gif";
	top4Off=new Image(0,0); top4Off.src="source/common_images/button_map_off.gif";
	top5On=new Image(0,0); top5On.src="source/common_images/button_contact_on.gif";
	top5Off=new Image(0,0); top5Off.src="source/common_images/button_contact_off.gif";
	top6On=new Image(0,0); top6On.src="source/common_images/button_information_on.gif";
	top6Off=new Image(0,0); top6Off.src="source/common_images/button_information_off.gif";
	top7On=new Image(0,0); top7On.src="source/common_images/button_mens_casual_on.gif";
	top7Off=new Image(0,0); top7Off.src="source/common_images/button_mens_casual_off.gif";
	top8On=new Image(0,0); top8On.src="source/common_images/button_mens_formal_on.gif";
	top8Off=new Image(0,0); top8Off.src="source/common_images/button_mens_formal_off.gif";
	top9On=new Image(0,0); top9On.src="source/common_images/button_ladys_casual_on.gif";
	top9Off=new Image(0,0); top9Off.src="source/common_images/button_ladys_casual_off.gif";
	top10On=new Image(0,0); top10On.src="source/common_images/button_ladys_formal_on.gif";
	top10Off=new Image(0,0); top10Off.src="source/common_images/button_ladys_formal_off.gif";
	top11On=new Image(0,0); top11On.src="source/common_images/button_others_on.gif";
	top11Off=new Image(0,0); top11Off.src="source/common_images/button_others_off.gif";
	

	sub1On=new Image(0,0); sub1On.src="../common_images/button_home_on.gif";
	sub1Off=new Image(0,0); sub1Off.src="../common_images/button_home_off.gif";	
	sub2On=new Image(0,0); sub2On.src="../common_images/button_profile_on.gif";
	sub2Off=new Image(0,0); sub2Off.src="../common_images/button_profile_off.gif";
	sub3On=new Image(0,0); sub3On.src="../common_images/button_recruit_on.gif";
	sub3Off=new Image(0,0); sub3Off.src="../common_images/button_recruit_off.gif";
	sub4On=new Image(0,0); sub4On.src="../common_images/button_map_on.gif";
	sub4Off=new Image(0,0); sub4Off.src="../common_images/button_map_off.gif";
	sub5On=new Image(0,0); sub5On.src="../common_images/button_contact_on.gif";
	sub5Off=new Image(0,0); sub5Off.src="../common_images/button_contact_off.gif";
	sub6On=new Image(0,0); sub6On.src="../common_images/button_information_on.gif";
	sub6Off=new Image(0,0); sub6Off.src="../common_images/button_information_off.gif";
	sub7On=new Image(0,0); sub7On.src="../common_images/button_mens_casual_on.gif";
	sub7Off=new Image(0,0); sub7Off.src="../common_images/button_mens_casual_off.gif";
	sub8On=new Image(0,0); sub8On.src="../common_images/button_mens_formal_on.gif";
	sub8Off=new Image(0,0); sub8Off.src="../common_images/button_mens_formal_off.gif";
	sub9On=new Image(0,0); sub9On.src="../common_images/button_ladys_casual_on.gif";
	sub9Off=new Image(0,0); sub9Off.src="../common_images/button_ladys_casual_off.gif";
	sub10On=new Image(0,0); sub10On.src="../common_images/button_ladys_formal_on.gif";
	sub10Off=new Image(0,0); sub10Off.src="../common_images/button_ladys_formal_off.gif";
	sub11On=new Image(0,0); sub11On.src="../common_images/button_others_on.gif";
	sub11Off=new Image(0,0); sub11Off.src="../common_images/button_others_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 openDetail(n) {

var w;

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

}

//-->

