@charset "utf-8";

#plan_body {
	height: 490px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 140px;
}

#NAN2_window {
	position: absolute;
	z-index: 1;
	left: 120px;
	width: 150px;
	border: 3px solid #F66;
	background-color: #CCCCCC;
	top: 0px;
}
#NAN_window {
	position: absolute;
	z-index: 1;
	left: 290px;
	width: 150px;
	border: 3px solid #69C;
	background-color: #CCCCCC;
	top: 0px;
}

#NAE_window {
	position: absolute;
	z-index: 1;
	left: 460px;
	width: 150px;
	border: 3px solid #0F0;
	background-color: #CCCCCC;
	top: 0px;
}

#east_window {
	position: absolute;
	z-index: 1;
	left: 630px;
	width: 150px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 150px;
}

#SA_window {
	position: absolute;
	z-index: 1;
	left: 460px;
	width: 150px;
	border: 3px solid #F0F;
	background-color: #CCCCCC;
	top: 300px;
}
#west_window {
	position: absolute;
	z-index: 1;
	left: 50px;
	width: 150px;
	border: 3px solid #00F;
	background-color: #CCCCCC;
	top: 200px;
}
