@charset "utf-8";

#plan_body {
	height: 645px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 110px;
}

#NAN_window {
	position: absolute;
	z-index: 1;
	left: 145px;
	top: 0px;
	width: 120px;
	border: 3px solid #00FF00;
	background-color: #CCCCCC;
}


#east_window {
	position: absolute;
	z-index: 1;
	left: 600px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
}
#SAE_window {
	position: absolute;
	z-index: 1;
	left: 450px;
	top: 350px;
	width: 150px;
	border: 3px solid #74309D;
	background-color: #CCCCCC;
}
#SAS_window {
	position: absolute;
	z-index: 1;
	left: 320px;
	top: 350px;
	width: 120px;
	border: 3px solid #E76666;
	background-color: #CCCCCC;
}

#WT_window {
	position: absolute;
	z-index: 1;
	left: 5px;
	top: 120px;
	width: 120px;
	border: 3px solid #0000FF;
	background-color: #CCCCCC;
}

#zoom_div {
	width: 200px;
	position: absolute;
	top: 400px;
	left: 450px;
}
