@charset "utf-8";

#plan_body {
	height: 650px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 160px;
}

#nn2_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 120px;
	width: 150px;
	border: 3px solid #F06;
	background-color: #CCCCCC;
}

#nn1_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 300px;
	width: 150px;
	border: 3px solid #906;
	background-color: #CCCCCC;
}

#cn_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 480px;
	width: 150px;
	border: 3px solid #00F;
	background-color: #CCCCCC;
}




#east_window {
	position: absolute;
	z-index: 1;
	top: 150px;
	left: 650px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
}

#cs_window {
	position: absolute;
	z-index: 1;
	top: 420px;
	left: 480px;
	width: 150px;
	border: 3px solid #0FF;
	background-color: #CCCCCC;
}

#ns1_window {
	position: absolute;
	z-index: 1;
	top: 420px;
	left: 300px;
	width: 150px;
	border: 3px solid #F0F;
	background-color: #CCCCCC;
}

#ns2_window {
	position: absolute;
	z-index: 1;
	top: 420px;
	left: 120px;
	width: 150px;
	border: 3px solid #F0F;
	background-color: #CCCCCC;
}
#west_window {
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 10px;
	width: 80px;
	border: 3px solid #0F0;
	background-color: #CCCCCC;
}
