@charset "utf-8";

#plan_body {
	height: 350px;
	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: 20px;
}


#east_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 630px;
	width: 150px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
}
#sa1_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 10px;
	width: 150px;
	border: 3px solid #339;
	background-color: #CCCCCC;
}
