@charset "utf-8";
/*******************************
企業情報
*******************************/
#top_txt {
	text-align: center;
}
.info_table {
	width: 640px;
	margin: 0 auto;
}
.info_table tr th {
	width: 130px;
	background: url(../img/company/page02_img02.png) no-repeat left bottom;
	background-color: #F3ECE2;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 10px 20px;
}
.info_table tr td {
	background: url(../img/company/page02_img02.png) no-repeat 3px bottom;
	padding: 10px 20px;
}
.info_table tr:first-child th {
	background: url(../img/company/page02_img02.png) no-repeat left top, url(../img/company/page02_img02.png) no-repeat left bottom;
	background-color: #F3ECE2;
}
.info_table tr:first-child td {
	background: url(../img/company/page02_img02.png) no-repeat 3px top, url(../img/company/page02_img02.png) no-repeat 3px bottom;
}
#character {
	margin-left: 50px;
}


/*******************************
社長挨拶
*******************************/
#message_area {
	width: 850px;
	height: 454px;
	padding: 40px 60px 49px 60px;
	background: url(../img/company/page03_img03.png);
	overflow: hidden;
}
#message_area .left {
	float: left;
}
#message_area .right {
	float: right;
	width: 485px;
}
#message_area .right p {
    margin-bottom: 1em;
    line-height: 150%;
}
/*******************************
農場一覧
*******************************/
.farm {
	overflow: hidden;
	margin-top: 30px;
}
.farm .right {
	float: right;
	width: 468px;
}
.farm .right p:first-child {
	background: url(../img/company/page04_img03.png) left bottom no-repeat;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 10px;
	color: #D35400;
}
.farm .left {
	float: left;
}
