@charset "utf-8";

#plan_body {
	height: 675px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 65px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 100px;
}

#NA2_window {
	position: absolute;
	z-index: 1;
	left: 60px;
	width: 120px;
	border: 3px solid #00FFFF;
	background-color: #CCCCCC;
	top: 0px;
}
#NA1_window {
	position: absolute;
	z-index: 1;
	left: 230px;
	width: 120px;
	border: 3px solid #FF00FF;
	background-color: #CCCCCC;
	top: 0px;
}
#NC1_window {
	position: absolute;
	z-index: 1;
	left: 570px;
	width: 120px;
	border: 3px solid #0066D0;
	background-color: #CCCCCC;
	top: 0px;
}
#SC1_window {
	position: absolute;
	z-index: 1;
	left: 610px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 360px;
}


#SC2_window {
	position: absolute;
	z-index: 1;
	left: 460px;
	width: 120px;
	border: 3px solid #00FF00;
	background-color: #CCCCCC;
	top: 360px;
}
#STE_window {
	position: absolute;
	z-index: 1;
	left: 79px;
	width: 120px;
	border: 3px solid #FFFF00;
	background-color: #CCCCCC;
	top: 360px;
}
