@charset "utf-8";

#plan_body {
	height: 650px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 140px;
}
#tw_window {
	position: absolute;
	z-index: 1;
	left: 10px;
	width: 100px;
	border: 3px solid #F0F;
	background-color: #CCCCCC;
	top: 150px;
}
#nn_window {
	position: absolute;
	z-index: 1;
	left: 230px;
	width: 150px;
	border: 3px solid #F63;
	background-color: #CCCCCC;
	top: 0px;
}
#ntn_window {
	position: absolute;
	z-index: 1;
	left: 400px;
	width: 120px;
	border: 3px solid #969;
	background-color: #CCCCCC;
	top: 0px;
}
#east_window {
	position: absolute;
	z-index: 1;
	left: 600px;
	width: 150px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 180px;
}
#cs_window {
	position: absolute;
	z-index: 1;
	left: 600px;
	width: 120px;
	border: 3px solid #0F0;
	background-color: #CCCCCC;
	top: 400px;
}
#ns1_window {
	position: absolute;
	z-index: 1;
	left: 350px;
	width: 120px;
	border: 3px solid #00F;
	background-color: #CCCCCC;
	top: 410px;
}
#ns3_window {
	position: absolute;
	z-index: 1;
	left: 150px;
	width: 120px;
	border: 3px solid #0FF;
	background-color: #CCCCCC;
	top: 420px;
}
#introduction {
	height: 210px;
}
