@charset "utf-8";

#plan_body {
	height: 650px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 145px;
}

#NA5_window {
	position: absolute;
	z-index: 1;
	left: 250px;
	width: 120px;
	border: 2px solid #0000FF;
	background-color: #CCCCCC;
	top: 0px;
}
#NA3_window {
	position: absolute;
	z-index: 1;
	left: 390px;
	width: 120px;
	border: 2px solid #DD9ACF;
	background-color: #CCCCCC;
	top: 0px;
}
#NA2_window {
	position: absolute;
	z-index: 1;
	left: 530px;
	width: 120px;
	border: 2px solid #9A9ACF;
	background-color: #CCCCCC;
	top: 0px;
}
#NAW_window {
	position: absolute;
	z-index: 1;
	left: 70px;
	width: 150px;
	border: 2px solid #FFFF00;
	background-color: #CCCCCC;
	top: 40px;
}
#east_window {
	position: absolute;
	z-index: 1;
	left: 668px;
	width: 120px;
	border: 2px solid #FF0F00;
	background-color: #CCCCCC;
	top: 200px;
}
#SAW_window {
	position: absolute;
	z-index: 1;
	left: 135px;
	width: 150px;
	border: 2px solid #00FFFF;
	background-color: #CCCCCC;
	top: 410px;
}
#west_window {
	position: absolute;
	z-index: 1;
	left: 2px;
	width: 120px;
	border: 2px solid #00FF00;
	background-color: #CCCCCC;
	top: 300px;
}
#zoom_div {
	width: 200px;
	position: absolute;
	top: 400px;
	left: 450px;
}
