@charset "utf-8";
#introduction h1 {
	color: #FFFFFF;
	background-color: #999999;
	position: relative;
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 790px;
	font-size: 1.9em;
}
#plan_body {
	height: 450px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: -70px;
}


#SA1_window {
	position: absolute;
	z-index: 1;
	left: 550px;
	width: 150px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
	top: 170px;
}
#SA2_window {
	position: absolute;
	z-index: 1;
	left: 350px;
	width: 150px;
	border: 3px solid #00FF00;
	background-color: #CCCCCC;
	top: 170px;
}
#SA3_window {
	position: absolute;
	z-index: 1;
	left: 150px;
	width: 150px;
	border: 3px solid #0000FF;
	background-color: #CCCCCC;
	top: 170px;
}
