@charset "utf-8";
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#container-header {
	height: 182px;
	width: 1000px;
	position: relative;
	left: 0px;
	top: 0px;
}
#container-banner {
	height: 304px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 182px;
}
#container-body {
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 486px;
}
#container-body-spprt {
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 182px;
}
