@charset "UTF-8";


/* BASIS */
.menu
 {
	width: 100%;
}

.header
 {
	width: 100%;
}

.toppage
 {
	width: 100%;
	background-image: url(../images/basis/toppage.jpg);
	height: 188px;
	background-repeat: no-repeat;
	background-position: center;
}
.midpage
 {
	width: 100%;
	background-image: url(../images/basis/midpage.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 25px;
}
.content
 {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bottompage
 {
	width: 100%;
	background-image: url(../images/basis/bottompage.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-position: center;
}

