@charset "UTF-8";

/*------------------------------
　インポート
------------------------------*/

@import url("../common/css/reset.css");
@import url("../common/css/font.css");
@import url("../common/css/base.css");

/*------------------------------

------------------------------*/

/*　メインイメージ　*/
#mainImg {
	background-image: url(../images/mainimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 370px;
	width: 100%;
	background-color: #d4d4d4;
	text-indent: -10000px;
}
#oshokujiInof {
	width: 495px;
	float: left;
	margin-left: 30px;
}
#oshokujiInof h2 {
	margin-bottom: 15px;
}
#oshokujiInof h3 {
	margin-bottom: 10px;
}
#oshokujiInof p {
	margin-bottom: 10px;
}
#oshokujiInof #hiruOshokuji {
	float: left;
	width: 230px;
	padding-bottom: 15px;
}
#oshokujiInof #yoruOshokuji {
	float: right;
	width: 230px;
	padding-bottom: 15px;
}
#oshokujiInof #sabasushi {
	float: left;
	width: 230px;
	padding-bottom: 15px;
}
#oshokujiInof #shidashi {
	float: right;
	width: 200px;
	padding-top: 30px;
	border: 1px solid #CCCCCC;
	padding-right: 15px;
	padding-left: 15px;
}
#shidashi ul {
	margin-left: 35px;
	margin-bottom: 15px;
	padding-top: 10px;
}
#shidashi li {
	list-style-type: disc;
	margin-bottom: 3px;
}
#oshokujiInof #shidashi strong {
	font-size: 130%;
	font-weight: bold;
	color: #990000;
}
#concept {
	float: right;
	width: 403px;
	background-color: #e7e3d9;
	background-image: url(../images/concept_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#concept-inner {
	margin-top: 30px;
	margin-right: 15px;
	margin-left: 190px;
	padding-bottom: 20px;
}
#concept #concept-inner p {
	margin-bottom: 15px;
	line-height: 1.6;
}
#concept #yoruTenpo img {
	padding-top: 15px;
	background-color: #FFFFFF;
}
