@charset "utf-8";


/* main_image
------------------------------------------------------------ */
#main_image {
	min-width: 960px;
	background-image: url(../../images/omotenashi/index/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/* article
------------------------------------------------------------ */
.article {
	background-image: url(../../images/omotenashi/index/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/* sec1
------------------------------------------------------------ */
#sec1 {}
#sec1 h3 {
	float: right;
	margin-right: 40px;
	padding-top: 40px;
}
* html #sec1 h3 {
	margin-right: 20px;
}
#sec1 p {
	padding-top: 70px;
}


/* sec2
------------------------------------------------------------ */
#sec2 {}
#sec2 .l {
	float: left;
	width: 135px;
}
#sec2 .c {
	float: left;
	width: 335px;
	padding-left: 20px;
}
#sec2 .r {
	float: right;
	width: 230px;
	text-align: center;
}
#sec2 .r ul {
	width: 180px;
	overflow: hidden;
	margin-left: 25px;
}
#sec2 .r ul li {
	height: 39px;
	width: 180px;
	margin-bottom: 10px;
	display: block;
}
#sec2 .r p {
	margin-top: 40px;
}

