@charset "utf-8";

#plan_body {
	height: 460px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 185px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
}


#east_window {
	position: absolute;
	z-index: 1;
	left: 650px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 0px;
}
#SC1_window {
	position: absolute;
	z-index: 1;
	left: 510px;
	width: 120px;
	border: 3px solid #00FF00;
	background-color: #CCCCCC;
	top: 160px;
}
#SC2_window {
	position: absolute;
	z-index: 1;
	left: 60px;
	width: 120px;
	border: 3px solid #0000FF;
	background-color: #CCCCCC;
	top: 100px;
}
