@charset "utf-8";

#plan_body {
	height: 450px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 20px;
}


#west_window {
	position: absolute;
	z-index: 1;
	left: 5px;
	border: 3px solid #0401C0;
	background-color: #CCCCCC;
	width: 120px;
	border: 3px solid #0000FF;
	background-color: #CCCCCC;
	top: 70px;
}
#NAE_window {
	position: absolute;
	z-index: 1;
	left: 665px;
	border: 3px solid #0401C0;
	background-color: #CCCCCC;
	width: 120px;
	border: 3px solid #00FF00;
	background-color: #CCCCCC;
	top: 0px;
}

#east_window {
	position: absolute;
	z-index: 1;
	left: 520px;
	border: 3px solid #0401C0;
	background-color: #CCCCCC;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 130px;
}

#zoom_div {
	width: 200px;
	position: absolute;
	top: 400px;
	left: 450px;
}
