@import url("common.css");

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center 0%;
}

/*---メイン--*/

#main {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
	height: 240px;
}





/*-----バナー大1-------*/

.banner1 {
	margin: 0px;
	padding-bottom: 5px;
	clear: both;
	
}
