@charset "utf-8";


/* main_image
------------------------------------------------------------ */
#main_image {
	min-width: 960px;
	background-image: url(../../images/use_guide/index/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/* article
------------------------------------------------------------ */
.article {}


/* section
------------------------------------------------------------ */
#sec2 {
	background-image: url(../../images/omotenashi/history/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
}
#sec2 ul {
	height: 49px;
	width: 730px;
	overflow: hidden;
}
#sec2 ul li {
	float: left;
	margin-right: 10px;
}

