@charset "utf-8";


/* main */
#main-img-box {
	width: 1024px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
}

#main-bk {
	width: 100%;
	height: 180px;
	background-image:url(../img/bk/s-bk.png);

}


/* contents1 */
#box1 {
	width: 700px;
	height:100%;
	margin-top: 15px;
}





/* contents2 */
#box2 {
	width: 700px;
	height:100%;
	margin-top: 15px;
}



/* contents3 */
#box3 {
	width: 700px;
	height:100%;
	margin-top: 15px;
}

/* contents4 */
#box4 {
	width: 700px;
	height:100%;
	margin-top: 15px;
}


/* contents5 */
#box5 {
	width: 700px;
	height:100%;
	margin-top: 15px;
}


/* contents6 */
#box6 {
	width: 700px;
	height:100%;
	margin-top: 15px;
}


/* contents7 */
#box7 {
	width: 700px;
	height:100%;
	margin-top: 15px;
}




/* 画像の余白 */
.img {
	margin-left: 15px;
	float:right;
}

