@charset "utf-8";

#plan_body {
	height: 590px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 100px;
}


#WPN_window {
	position: absolute;
	z-index: 1;
	left: 20px;
	width: 120px;
	border: 3px solid #7CC576;
	background-color: #CCCCCC;
	top: 0px;
}
#NT1_window {
	position: absolute;
	z-index: 1;
	left: 280px;
	width: 120px;
	border: 3px solid #F0F;
	background-color: #CCCCCC;
	top: 0px;
}
#NV_window {
	position: absolute;
	z-index: 1;
	left: 450px;
	width: 150px;
	border: 3px solid #0FF;
	top: 0px;
}

#east_window {
	position: absolute;
	z-index: 1;
	left: 620px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 100px;
}
#SV_window {
	position: absolute;
	z-index: 1;
	left: 450px;
	width: 150px;
	border: 3px solid #00F;
	background-color: #CCCCCC;
	top: 350px;
}

#WPS_window {
	position: absolute;
	z-index: 1;
	left: 20px;
	width: 120px;
	border: 3px solid #007236;
	background-color: #CCCCCC;
	top: 250px;
}
#introduction h1 {
	font-size: 1.7em;
}
