@charset "UTF-8";

/* www.komeya-nouen.com 米屋農園紹介（/intro/index.html）用スタイル */

/* -----
div#text_area：テキストエリア
----- */
#text_area {
	float: right;
	width: 540px;
}

	#text_area .entry {
		margin-bottom: 30px;
	}

	#text_area h2 {
		margin-bottom: 5px;
		padding-left: .5em;
		border-bottom: 1px solid #ac9caf;
		border-left: 2px solid #44004d;
		color: #44004d;
		font-size: 150%;
		font-weight: bold;
		letter-spacing: .25em;
	}


/* -----
div#img_area：画像エリア
----- */
#img_area {
	float: left;
	width: 300px;
	margin-top: -20px;
	margin-bottom: 30px;
	font-size: 85%;/* <-- */
}

	#img_area img {
		display: block;
		margin-top: 20px;
		margin-bottom: 2px;
	}


/* -----
div#link_area：リンクエリア
	div#link_map：農園までのご紹介
	div#link_company：会社概要
	div.link_otherpage：上記２つのコンテナ用スタイル
----- */
#link_area {
	clear: both;
}

	#link_map {
		float: left;
	}

	#link_company {
		float: right;
	}

	.link_otherpage {
		width: 418px;
	}