@charset "utf-8";

/*--------------------　ブログ部分　--------------------*/
#cont-main .blog-item {
	background-image: url(../images/line-green.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 40px;
}
#cont-main .archive-tit {
	background-color: #5C7414;
	color: #E9F4C4;
	text-align: center;
	padding: 3px;
	margin-bottom: 20px;
}
#cont-main .blog-tit {
	font-size: x-large;
	background-image: url(../images/page_tit-bg.gif);
	background-repeat: repeat;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #51680C;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFC5A9;
	font-weight: normal;
}
#cont-main .blog-day {
	text-align: right;
	color: #51680C;
}
#cont-main .blog-txt {
	margin: 20px;
}
#cont-main .blog-txt p {
	line-height: 1.5em;
}
#cont-main .blog-more {
	margin-top: 20px;
}
#cont-menu .blog-item {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	margin-left: 15px;
}
#cont-menu .blog-item:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#cont-menu .blog-item .tit {
	background-image: url(../images/line-beige.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 8px;
	color: #8C5A1E;
	font-weight: bold;
}
#cont-menu .blog-item .ind01 {
	margin-left: 5px;
	background: url(../images/ico-gray.gif) no-repeat left center;
	padding-left: 5px;
	margin-top: 8px;
}
#cont-menu .blog-item .gallery-img {
	margin-left: 5px;
	margin-top: 8px;
	padding-left: 5px;
	float:left;
}
#cont-main .page-bute {
	margin-bottom: 30px;
	text-align: center;
}
#cont-main .page-bute .current_page {
	border: 1px solid #999999;
	color: #FFFFFF;
	background: #95BF15;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 2px;
	margin-left: 2px;
}
#cont-main .page-bute .link_page, #cont-main .page-bute .link_before, #cont-main .page-bute .link_next {
	border: 1px solid #BFC5A9;
	color: #95BF15;
	background: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 2px;
	margin-left: 2px;
}
table.tmpl-table {
	width:500px;
	margin-left:auto;	
	margin-right:auto;
	border: 1px solid #51680C;
}
table.tmpl-table tr {
	border: 1px solid #51680C;
}
table.tmpl-table td {
	padding:5px;
	border: 1px solid #51680C;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif;

}
table.tmpl-table td.tit {
	font-size: larger;
	font-weight: bold;
	border: 1px solid #51680C;
	background-color: #5C7414;
	color: #E9F4C4;
	width:50px;
	white-space: nowrap;
}

/*--------------------　ブログ部分　--------------------*/

