@charset "utf-8";

#plan_body {
	height: 570px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 150px;
}

#NAE_window {
	position: absolute;
	z-index: 1;
	left: 320px;
	width: 120px;
	border: 3px solid #66669C;
	background-color: #CCCCCC;
	top: 0px;
}

#NC2_window {
	position: absolute;
	z-index: 1;
	left: 460px;
	width: 80px;
	border: 3px solid #00FFFF;
	background-color: #CCCCCC;
	top: 0px;
}
#NC1_window {
	position: absolute;
	z-index: 1;
	left: 560px;
	width: 80px;
	border: 3px solid #0000FF;
	background-color: #CCCCCC;
	top: 0px;
}
#east_window {
	position: absolute;
	z-index: 1;
	left: 660px;
	width: 120px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 70px;
}
#SC1_window {
	position: absolute;
	z-index: 1;
	left: 550px;
	width: 150px;
	border: 3px solid #00662B;
	background-color: #CCCCCC;
	top: 330px;
}

#SC2_window {
	position: absolute;
	z-index: 1;
	left: 450px;
	width: 80px;
	border: 3px solid #00FF00;
	background-color: #CCCCCC;
	top: 380px;
}

#SC3_window {
	position: absolute;
	z-index: 1;
	left: 350px;
	width: 80px;
	border: 3px solid #7FCD98;
	background-color: #CCCCCC;
	top: 380px;
}

#SAW_window {
	position: absolute;
	z-index: 1;
	left: 10px;
	width: 80px;
	border: 3px solid #DD9A22;
	background-color: #CCCCCC;
	top: 230px;
}




#introduction h1 {
	font-size: 1.8em;
}
