@charset "utf-8";

#plan_body {
	height: 475px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 250px;
}

#nn_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 250px;
	width: 150px;
	border: 3px solid #F0F;
	background-color: #CCCCCC;
}

#east_window {
	position: absolute;
	z-index: 1;
	left: 600px;
	width: 150px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 150px;
}
#cn_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 420px;
	width: 150px;
	border: 3px solid #00F;
	background-color: #CCCCCC;
}
#cs_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 70px;
	width: 150px;
	border: 3px solid #0F0;
	background-color: #CCCCCC;
}
