@charset "utf-8";

#plan_body {
	height: 640px;
	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: 90px;
}

#NA2_window {
	position: absolute;
	z-index: 1;
	left: 10px;
	width: 120px;
	border: 3px solid #E7662B;
	background-color: #CCCCCC;
	top: 0px;
}

#NA1_window {
	position: absolute;
	z-index: 1;
	left: 450px;
	width: 120px;
	border: 3px solid #00FF00;
	background-color: #CCCCCC;
	top: 0px;
}


#east_window {
	position: absolute;
	z-index: 1;
	left: 620px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 180px;
}

#SA1_window {
	position: absolute;
	z-index: 1;
	left: 450px;
	width: 120px;
	border: 3px solid #00FFFF;
	background-color: #CCCCCC;
	top: 370px;
}

#SA2_window {
	position: absolute;
	z-index: 1;
	left: 290px;
	width: 80px;
	border: 3px solid #0000FF;
	background-color: #CCCCCC;
	top: 370px;
}

#SA3_window {
	position: absolute;
	z-index: 1;
	left: 10px;
	width: 120px;
	border: 3px solid #780068;
	background-color: #CCCCCC;
	top: 300px;
}
