@charset "utf-8";

#plan_body {
	height: 750px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 200px;
}

#nn2_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 200px;
	width: 100px;
	border: 3px solid #09F;
	background-color: #CCCCCC;
}
#nn1_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 315px;
	width: 100px;
	border: 3px solid #0FF;
	background-color: #CCCCCC;
}
#cn2_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 440px;
	width: 100px;
	border: 3px solid #00F;
	background-color: #CCCCCC;
}

#east_window {
	position: absolute;
	z-index: 1;
	top: 150px;
	left: 580px;
	width: 100px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
}
#cs1_window {
	position: absolute;
	z-index: 1;
	top: 470px;
	left: 500px;
	width: 100px;
	border: 3px solid #F96;
	background-color: #CCCCCC;
}
#cs2_window {
	position: absolute;
	z-index: 1;
	top: 470px;
	left: 360px;
	width: 100px;
	border: 3px solid #F66;
	background-color: #CCCCCC;
}
#ns1_window {
	position: absolute;
	z-index: 1;
	top: 470px;
	left: 240px;
	width: 100px;
	border: 3px solid #099;
	background-color: #CCCCCC;
}
#ns2_window {
	position: absolute;
	z-index: 1;
	top: 470px;
	left: 80px;
	width: 100px;
	border: 3px solid #9C6;
	background-color: #CCCCCC;
}
