﻿@charset "utf-8";

#blog .list {
	clear: both;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 20px;
}
#blog .list p.date {
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	margin-right: 10px;
}
#blog .article h2, #blog .list h2 {
	font-size: 14px;
	color: #7e7461;
	padding: 10px 0 10px 40px;
	border-top: 1px solid #706653;
	border-bottom: 1px solid #706653;
	background-color: #f9f6ef;
	background-image: url(../images/blog_title_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}
/*  本文  */
		#blog .list .entry-body {
	margin-bottom: 20px;
}
/*  記事情報  */
#blog .list .entry-footer {
	color: #261300;
	font-weight: 700;
	text-align:right;
	margin:20px 0 0 0;
}
/*  左寄せ  */
#blog .list .left {
	float: left;
	height: 120px;
	line-height: 120px;
	text-align: center;
	width: 180px;
	border: 1px solid #bbb;
	margin-right: 15px;
	overflow: hidden;
}
#blog .list .left img {
	vertical-align: middle;
}
#blog .list .right {
	width: 480px;
	overflow: hidden;
}
#blog .article {
	clear: both;
	overflow: hidden;
	margin:20px 0 70px 0;
}
#blog .article h2, #blog .list h2 {
	font-size: 14px;
	color: #7e7461;
	padding: 10px 0 10px 40px;
	border-top: 1px solid #706653;
	border-bottom: 1px solid #706653;
	background-color: #f9f6ef;
	background-image: url(../images/blog_title_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}
#blog .article p.date {
	text-align: right;
	margin-bottom: 30px;
	color: #7e7461;
}
#blog .article .report {
	margin-bottom: 30px;
}
#blog .article .report p {
	line-height: 3em;
}
#blog .article p.staff_name {
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e3d9;
	margin-bottom: 10px;
	color: #7e7461;
}
#blog .article p.bottom_date {
	width: 400px;
	float: left;
	color: #7e7461;
}
#blog .article p.link_top {
	width: 200px;
	float: right;
	text-align: right;
}
#blog .article p.link_top a {
	color: #7e7461;
}
.monthly {
	margin-top: 40px;
}
.monthly h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #706653;
}
.monthly ul {
	clear:both;
	margin-top: 10px;
}
.monthly ul li {
	float: left;
	margin-right: 10px;
}
.monthly ul li span {
	color: #CCC;
	margin-left: 5px;
	margin-right: 5px;
}