@charset "utf-8";

/* 散策日記 メイン領域
---------------------------------------------------- */
#main a {
	color: #6bb80f;
}
#main h2 {
	clear: both;
	width: 540px;
	height: 24px;
	line-height: 24px;
	margin: 0.5em auto;
	padding: 0.5em 0.5em 0.5em 12px;
	color: white;
	font-size: 100%;
	background: #977e51;
	border-left: 5px solid #508D01;
	font-weight: bold;
}
#main h3 {
	clear: both;
	width: 489px;
	height: 42px;
	line-height: 42px;
	margin: 0.5em auto;
	padding-left: 65px;
	color: white;
	background: url(/images/walk/heading2.gif) no-repeat;
	font-weight: bold;
}
#main h4 {
	clear: both;
	margin: 0.5em 1em 0;
	padding-left: 20px;
	background: url(../../images/common/listmark/listmark2.gif) no-repeat left center;
	font-weight: bold;
}
/* 概要 */
#main p.summuryArea {
	margin: 1em;
}
p.summuryArea img {
	float: left;
	padding: 0 10px 10px 0;
}
/* 各ポイント */
#main div.pointArea {
	margin: 0 1em 0.5em;
	padding-bottom: 8px;
	border-bottom: 1px dotted #B19D84;
}
.pointArea div.leftBox {
	float: left;
	width: 280px;
}
.leftBox p {
	margin: 0.25em !important;
}
.leftBox table {
	margin: 0 auto;
}
.pointArea div.rightBox {
	float: right;
	width:260px;
}


