/*==================================================
	農場紹介ページ
==================================================*/
div.facilities_box_left {
	width:310px ;
	height:270px ;
	clear:both ;
	float:left ;
	margin-top:20px ;
	text-align:left ;
}

div.facilities_box_left p {
	width:310px ;
	padding:0 5px ;
	text-align:left ;
}

div.facilities_box_right {
	width:310px ;
	height:270px ;
	float:left ;
	margin-top:20px ;
	margin-left:30px ;
	text-align:left ;
}

div.facilities_box_right p {
	width:310px ;
	padding:0 5px ;
	text-align:left ;
}

img.facilities_title {
	margin:15px 0 10px 0 ;
}

img#president {
	margin-top:50px ;
}

.greeting {
	width: 500px;
	margin: 50px auto 0;
}
.gretting-head {
	margin: 0 0 10px;
	font-size: 1.5em;
	line-height: 1.75em;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	color: #5d2b0d;
}
.gretting-text {
	text-align: left;
}
.greeting-name {
	text-align: right;
	margin: 10px 0 20px;
}
.greeting-name span {
	margin: 0 20px;
	font-size: 1.2em;
}