@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


#content h4 {
	margin-bottom: 7px;
}

/* ブログ一覧（最新・全て・月別）
--------------------------------------------------------------------*/
#blog {
	overflow:hidden;
	zoom:1;
}
#blog #left {
	width:470px;
	float:left;
}
#blog #left dl {
	margin-bottom:30px;
}
#blog #left dl dt {
	font-size:0.82em;
	color:#875F22;
	margin-bottom:2px;
	overflow:hidden;
	zoom:1;
}

#blog #left dl dt span {
	display:block;
	float:right;
	color:#666;
}

#blog #left dl dd.btn {
	margin-top:12px;
}
#blog #right {
	width:150px;
	float:right;
	padding-bottom:20px;
}
#blog #right table {
	font-size:0.85em;
	margin: 0 0 25px;
}
#blog #right table th,
#blog #right table td {
	border:none;
	padding:1px 0 1px;
	text-align:center;
	background:none;
}
#blog #right table th {
	font-weight:bold;
	width:21px;
}
#blog #right table caption {
	font-weight:bold;
	line-height:1.2;
	font-size:1.1em;
	padding: 16px 0 1px 2px;
	border-bottom: 1px solid #CCC;
}
#blog #right table td a {
	color:#CC0000;
	font-weight:normal;
}
#blog #right p.title {
	line-height:1;
}
#blog #right ul.arc {
	font-size:0.9em;
	line-height:1.6;
	padding:11px 10px 7px 11px;
	margin-bottom:28px;
	border: 1px solid #DCC2A9;
}
#blog #right ul.arc li {
	background:url(../image/blog_icon.jpg) left 5px no-repeat;
	padding-left:15px;
	margin-bottom:3px;
}
#blog #right ul.arc li a{
	font-weight:normal;
}
#blog #right ul li.last {
	margin-bottom:0;
	padding-left:0;
	background:none;
	text-align:right;
	list-style:none;
}
#blog #right ul.news {
	padding: 12px 0 12px;
}
#blog #right ul.news li {
	margin: 0 0 2px 20px;
	line-height:1.75;
	font-size:0.9em;
}
#blog #right ul.news li a{
	font-weight:normal;
}

#blog #right dl.staff {
	margin-bottom:20px;
}

#blog #right dl.staff dd span {
	display:table-cell;
	width:150px;
	height:150px;
	text-align:center;
	vertical-align:middle;
}

#blog #right dl.staff dt {
	line-height:1.6;
	margin: 6px 0 5px;
	text-align:center;
	border-bottom:1px dotted #E4D1BE;
	padding-bottom:2px;
	font-weight:bold;
}

#blog #right dl.staff dd {
	font-size:0.85em;
}