@charset "utf-8";
#top-wrapp {
	text-align: center;
	background-image: url(../img/top-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
body {
	background-image: url(../img/main-01.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #D9ECF3;
	background-repeat: repeat-x;
}
#end-all-wrapp {
	background-image: url(../img/footer-01.jpg);
	height: 44px;
	background-repeat: no-repeat;
	background-position: center;
}
#wrapp-on-all {
	background-image: url(../img/middle-01.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
