$(function(){
	$("#hotel-chuo").mouseover(function(){
		document.getElementById("hotel-chuo_info").style.top = "-100px";
		document.getElementById("hotel-chuo_info").style.left = "-590px";
		document.getElementById("hotel-chuo_info").style.zIndex = "200";
		document.getElementById("hotel-chuo_info").style.visibility = "visible";
		document.getElementById("hotel-chuo_sa").style.left = "-320px";
		document.getElementById("hotel-chuo_sa").style.zIndex = "250";
	});
	$("#hotel-chuo").mouseout(function(){
		document.getElementById("hotel-chuo_info").style.top = "-50000px";
		document.getElementById("hotel-chuo_info").style.left = "-50000px";
		document.getElementById("hotel-chuo_sa").style.left = "-50000px";
	});

	$("#hotel-chuoNewAnnex").mouseover(function(){
		document.getElementById("hotel-chuoNewAnnex_info").style.top = "-100px";
		document.getElementById("hotel-chuoNewAnnex_info").style.left = "-590px";
		document.getElementById("hotel-chuoNewAnnex_info").style.zIndex = "200";
		document.getElementById("hotel-chuoNewAnnex_info").style.visibility = "visible";
		document.getElementById("hotel-chuoNewAnnex_sa").style.left = "-320px";
		document.getElementById("hotel-chuoNewAnnex_sa").style.zIndex = "250";
	});
	$("#hotel-chuoNewAnnex").mouseout(function(){
		document.getElementById("hotel-chuoNewAnnex_info").style.top = "-50000px";
		document.getElementById("hotel-chuoNewAnnex_info").style.left = "-50000px";
		document.getElementById("hotel-chuoNewAnnex_sa").style.left = "-50000px";
	});

	$("#hotel-chuoSelene").mouseover(function(){
		document.getElementById("hotel-chuoSelene_info").style.top = "-100px";
		document.getElementById("hotel-chuoSelene_info").style.left = "-590px";
		document.getElementById("hotel-chuoSelene_info").style.zIndex = "200";
		document.getElementById("hotel-chuoSelene_info").style.visibility = "visible";
		document.getElementById("hotel-chuoSelene_sa").style.left = "-320px";
		document.getElementById("hotel-chuoSelene_sa").style.zIndex = "250";
	});
	$("#hotel-chuoSelene").mouseout(function(){
		document.getElementById("hotel-chuoSelene_info").style.top = "-50000px";
		document.getElementById("hotel-chuoSelene_info").style.left = "-50000px";
		document.getElementById("hotel-chuoSelene_sa").style.left = "-50000px";
	});

	$("#hotel-raizanNorth").mouseover(function(){
		document.getElementById("hotel-raizanNorth_info").style.top = "-100px";
		document.getElementById("hotel-raizanNorth_info").style.left = "-590px";
		document.getElementById("hotel-raizanNorth_info").style.zIndex = "200";
		document.getElementById("hotel-raizanNorth_a").style.zIndex = "0";
		document.getElementById("hotel-raizanNorth_info").style.visibility = "visible";
		document.getElementById("hotel-raizanNorth_sa").style.left = "-320px";
		document.getElementById("hotel-raizanNorth_sa").style.zIndex = "250";
	});
	$("#hotel-raizanNorth").mouseout(function(){
		document.getElementById("hotel-raizanNorth_info").style.top = "-50000px";
		document.getElementById("hotel-raizanNorth_info").style.left = "-50000px";
		document.getElementById("hotel-raizanNorth_sa").style.left = "-50000px";
	});

	$("#hotel-raizanSouth").mouseover(function(){
		document.getElementById("hotel-raizanSouth_info").style.top = "-100px";
		document.getElementById("hotel-raizanSouth_info").style.left = "-590px";
		document.getElementById("hotel-raizanSouth_info").style.zIndex = "200";
		document.getElementById("hotel-raizanSouth_info").style.visibility = "visible";
		document.getElementById("hotel-raizanSouth_sa").style.left = "-320px";
		document.getElementById("hotel-raizanSouth_sa").style.zIndex = "250";
	});
	$("#hotel-raizanSouth").mouseout(function(){
		document.getElementById("hotel-raizanSouth_info").style.top = "-50000px";
		document.getElementById("hotel-raizanSouth_info").style.left = "-50000px";
		document.getElementById("hotel-raizanSouth_sa").style.left = "-50000px";
	});

	$("#hotel-mikado").mouseover(function(){
		document.getElementById("hotel-mikado_info").style.top = "-100px";
		document.getElementById("hotel-mikado_info").style.left = "-590px";
		document.getElementById("hotel-mikado_info").style.zIndex = "200";
		document.getElementById("hotel-mikado_info").style.visibility = "visible";
		document.getElementById("hotel-mikado_sa").style.left = "-320px";
		document.getElementById("hotel-mikado_sa").style.zIndex = "250";
	});
	$("#hotel-mikado").mouseout(function(){
		document.getElementById("hotel-mikado_info").style.top = "-50000px";
		document.getElementById("hotel-mikado_info").style.left = "-50000px";
		document.getElementById("hotel-mikado_sa").style.left = "-50000px";
	});

	$("#hotel-chuoOasis").mouseover(function(){
		document.getElementById("hotel-chuoOasis_info").style.top = "-100px";
		document.getElementById("hotel-chuoOasis_info").style.left = "-590px";
		document.getElementById("hotel-chuoOasis_info").style.zIndex = "200";
		document.getElementById("hotel-chuoOasis_a").style.zIndex = "0";
		document.getElementById("hotel-chuoOasis_info").style.visibility = "visible";
		document.getElementById("hotel-chuoOasis_sa").style.left = "-320px";
		document.getElementById("hotel-chuoOasis_sa").style.zIndex = "250";
	});
	$("#hotel-chuoOasis").mouseout(function(){
		document.getElementById("hotel-chuoOasis_info").style.top = "-50000px";
		document.getElementById("hotel-chuoOasis_info").style.left = "-50000px";
		document.getElementById("hotel-chuoOasis_sa").style.left = "-50000px";
	});
});
