@charset "utf-8";

#plan_body {
	height: 400px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 135px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 10px;
}


#NA_window {
	position: absolute;
	z-index: 1;
	left: 490px;
	top: 0px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
}
#SA1_window {
	position: absolute;
	z-index: 1;
	left: 630px;
	top: 150px;
	width: 120px;
	border: 3px solid #0000FF;
	background-color: #CCCCCC;
}
#SA2_window {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 150px;
	width: 120px;
	border: 3px solid #00FF00;
	background-color: #CCCCCC;
}
