@charset "utf-8";

#plan_body {
	height: 620px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 155px;
}
#nn2_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 150px;
	width: 80px;
	border: 3px solid #630;
	background-color: #CCCCCC;
}
#nn1_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 305px;
	width: 80px;
	border: 3px solid #FF0;
	background-color: #CCCCCC;
}

#cn3_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 420px;
	width: 80px;
	border: 3px solid #969;
	background-color: #CCCCCC;
}

#cn2_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 520px;
	width: 80px;
	border: 3px solid #F9C;
	background-color: #CCCCCC;
}


#east_window {
	position: absolute;
	z-index: 1;
	top: 200px;
	left: 660px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
}

#cs1_window {
	position: absolute;
	z-index: 1;
	top: 390px;
	left: 565px;
	width: 80px;
	border: 3px solid #39C;
	background-color: #CCCCCC;
}

#cs2_window {
	position: absolute;
	z-index: 1;
	top: 400px;
	left: 470px;
	width: 80px;
	border: 3px solid #0FF;
	background-color: #CCCCCC;
}
#cs3_window {
	position: absolute;
	z-index: 1;
	top: 380px;
	left: 375px;
	width: 80px;
	border: 3px solid #339;
	background-color: #CCCCCC;
}
#ns1_window {
	position: absolute;
	z-index: 1;
	top: 420px;
	left: 240px;
	width: 120px;
	border: 3px solid #3C3;
	background-color: #CCCCCC;
}
#ns2_window {
	position: absolute;
	z-index: 1;
	top: 390px;
	left: 110px;
	width: 120px;
	border: 3px solid #0F0;
	background-color: #CCCCCC;
}
#ns3_window {
	position: absolute;
	z-index: 1;
	top: 340px;
	left: 20px;
	width: 80px;
	border: 3px solid #606;
	background-color: #CCCCCC;
}
#west_window {
	position: absolute;
	z-index: 1;
	top: 70px;
	left: 10px;
	width: 100px;
	border: 3px solid #F93;
	background-color: #CCCCCC;
}

