@charset "utf-8";

#plan_body {
	height: 520px;
	position: relative;
	z-index: 0;
	width: 600px;
}

#plan {
	position: absolute;
	left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 0px;
}


#east_window {
	position: absolute;
	z-index: 1;
	left: 500px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 0px;
}

#sc1_window {
	position: absolute;
	z-index: 1;
	left: 500px;
	width: 120px;
	border: 3px solid #0000FF;
	background-color: #CCCCCC;
	top: 220px;
}
#sc2_window {
	position: absolute;
	z-index: 1;
	left: 330px;
	width: 120px;
	border: 3px solid #00FF00;
	background-color: #CCCCCC;
	top: 220px;
}#sa2_window {
	position: absolute;
	z-index: 1;
	left: 170px;
	width: 120px;
	border: 3px solid #FF00FF;
	background-color: #CCCCCC;
	top: 220px;
}#introduction {
	font-size: 0.9em;
}
