@charset "utf-8";

#plan_body {
	height: 600px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 130px;
}


#NN2_window {
	position: absolute;
	z-index: 1;
	left: 50px;
	width: 120px;
	border: 3px solid #00FF00;
	background-color: #CCCCCC;
	top: 0px;
}
#NN1_window {
	position: absolute;
	z-index: 1;
	left: 300px;
	width: 120px;
	border: 3px solid #FFFF00;
	background-color: #CCCCCC;
	top: 0px;
}
#NC2_window {
	position: absolute;
	z-index: 1;
	left: 530px;
	width: 80px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 0px;
}
#SN1_window {
	position: absolute;
	z-index: 1;
	left: 620px;
	width: 120px;
	border: 3px solid #0000FF;
	background-color: #CCCCCC;
	top: 300px;
}
#SN2_window {
	position: absolute;
	z-index: 1;
	left: 50px;
	width: 120px;
	border: 3px solid #7FCDFF;
	background-color: #CCCCCC;
	top: 300px;
}
