@charset "utf-8";

#content {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.1em;
}

#plan_body {
	height: 400px;
	position: relative;
	z-index: 0;
	background-color: #FFF;
	width: 980px;
	margin-top: 5px;
}

#plan {
	position: absolute;
	left: 200px;
	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: 750px;
	width: 200px;
	border: 3px solid #333333;
	background-color: #CCCCCC;
	top: 0px;
}



#sts_window {
	position: absolute;
	z-index: 1;
	left: 50px;
	width: 200px;
	border: 3px solid #333333;
	background-color: #CCCCCC;
	top: 0px;
}

#introduction {
	font-size: 0.9em;
	position: relative;
	height: 410px;
}
