@charset "utf-8";

#plan_body {
	height: 500px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 10px;
}


#na2_window {
	position: absolute;
	z-index: 1;
	left: 10px;
	width: 80px;
	border: 2px solid #0000FF;
	background-color: #CCCCCC;
	top: 0px;
}
#east_window {
	position: absolute;
	z-index: 1;
	left: 630px;
	width: 150px;
	border: 2px solid #FF0000;
	background-color: #CCCCCC;
}
#sacristy_east {
	position: absolute;
	z-index: 1;
	left: 470px;
	width: 150px;
	border: 2px solid #00FF00;
	background-color: #CCCCCC;
	top: 210px;
}
#sacristy_south {
	position: absolute;
	z-index: 1;
	left: 440px;
	width: 150px;
	border: 2px solid #00FF00;
	background-color: #CCCCCC;
	top: 360px;
}
#sae_window {
	position: absolute;
	z-index: 1;
	left: 250px;
	width: 120px;
	border: 2px solid #DD9A22;
	background-color: #CCCCCC;
	top: 280px;
}
#west_window {
	position: absolute;
	z-index: 1;
	left: 10px;
	width: 80px;
	border: 2px solid #FF00FF;
	background-color: #CCCCCC;
	top: 200px;
}




#zoom_div {
	width: 200px;
	position: absolute;
	top: 400px;
	left: 450px;
}
