/*　コンテンツ用CSS（テキスト）　*/

.post {
	width: 530px;
}

.post h2 {
	font-size: 1em;
	margin: 0;
	margin-bottom: 10px;
	background-color: #b8e964;
	line-height: 32px;
	padding-left: 10px;
}

.post h3 {
	font-size: 0.875em;
	margin: 0;
	margin-bottom: 10px;
/*	background-color: #b8e964; */
	line-height: 28px;
	padding-left: 10px;
	border-top: 1px solid #aaaa55;
	border-right: 10px solid #aaaa55;
	border-bottom: 1px solid #aaaa55;
	border-left: 10px solid #aaaa55;
}


.posttext {
	font-size: 0.875em;
	line-height: 1.5;
}

.posttext p {
	margin: 0;
	margin-bottom: 10px;
	text-indent: 1em;
}

.posttext a {
/*	color: #008080;*/
	color: #008888;
	text-decoration: none;
}

.posttext a:hover {
/*	color: #008000;*/
	color: #ff8800;
	font-size: large;
	font-weight: bold;
}

.posttext li{
	font-size: 90%;
}

.posttext ol,ul{
	margin: 0;
	margin-bottom: 10px;
}

.imglist img{
	margin-right: 4px;
	margin-bottom: 4px;
}

.imglist-michieki img{
	margin-right: 4px;
	margin-bottom: 20px;
}

.post h4 {
	font-size: 0.875em;
	color: #008080;
	border-bottom: dotted 2px #b8e964;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 20px;
}

.map_link {
	font-size: 0.75em;
}

.map_link p {
	text-align: right;
	margin: 0;
	margin-bottom: 10px;
}

.map_link a{
	color: #008080;
	text-decoration: none;
}

.map_link a:hover{
	color: #ff8800;
}

.photo_day {
	font-size: 0.8em;
}

.photo_day p {
	text-align: right;
	margin: 0;
	margin-bottom: 10px;
}

.faq_day {
	text-align: right;
}

.faq_qatitle {
	border-bottom: 1px solid #669933;
	border-left: 10px solid #669933;
	padding-left: 2px;
	font-weight: bold;
	color: #338855;
}

p.faq_qaanswer {
	font-size: small;
	text-indent: 1em;
}
