@charset "utf-8";

#plan_body {
	height: 455px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 180px;
}


#NC2_window {
	position: absolute;
	z-index: 1;
	left: 300px;
	width: 120px;
	border: 3px solid #00FF00;
	background-color: #CCCCCC;
	top: 0px;
}
#NC1_window {
	position: absolute;
	z-index: 1;
	left: 440px;
	width: 120px;
	border: 3px solid #FF00FF;
	background-color: #CCCCCC;
	top: 0px;
}
#east_window {
	position: absolute;
	z-index: 1;
	left: 620px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 200px;
}
#SC1_window {
	position: absolute;
	z-index: 1;
	left: 50px;
	width: 120px;
	border: 3px solid #0000FF;
	background-color: #CCCCCC;
	top: 190px;
}
