@charset "utf-8";

#plan_body {
	height: 680px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 115px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 250px;
}


#na3_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 180px;
	width: 100px;
	border: 3px solid #4B9C57;
	background-color: #CCCCCC;
}

#na2_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 325px;
	width: 100px;
	border: 3px solid #4B9C57;
	background-color: #CCCCCC;
}

#na1_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 460px;
	width: 100px;
	border: 3px solid #4B9C57;
	background-color: #CCCCCC;
}

#east_window {
	position: absolute;
	z-index: 1;
	top: 150px;
	left: 660px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
}

#sa1_window {
	position: absolute;
	z-index: 1;
	top: 420px;
	left: 480px;
	width: 100px;
	border: 3px solid #4B9C57;
	background-color: #CCCCCC;
}

#sa2_window {
	position: absolute;
	z-index: 1;
	top: 420px;
	left: 160px;
	width: 100px;
	border: 3px solid #4B9C57;
	background-color: #CCCCCC;
}

#west_window {
	position: absolute;
	z-index: 1;
	top: 150px;
	left: 10px;
	width: 120px;
	border: 3px solid #4B9C57;
	background-color: #CCCCCC;
}

