@charset "utf-8";

#plan_body {
	height: 300px;
	position: relative;
	z-index: 0;
}
#wrapper #content #introduction h1 {
	font-size: 1.8em;
}


#plan {
	position: absolute;
	left: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 0px;
}


#NA5_window {
	position: absolute;
	z-index: 1;
	left: 65px;
	width: 120px;
	border: 3px solid #3030FF;
	background-color: #CCCCCC;
	top: 0px;
}
#SA5_window {
	position: absolute;
	z-index: 1;
	left: 580px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 0px;
}
