@charset 'utf-8';
/*----------------------------------------------------ブログ用CSS*/
/*------------------------------------blog_left,blog_right*/
#blog_left {
	width: 150px;
	float: left;
}
#blog_left h3 {
	background: url(../img/blog_widget_title.jpg) repeat-x;
	font-size: 15px;
	padding: 5px;
}
#blog_left .widget-content {
	margin-bottom: 5px;
	padding: 5px;
	background: #660000;
	font-size: 12px;
}
.widget-content li {
	margin: 5px 0;
}
.widget-content table {
	width: 98%;
	margin: 10px auto;
	padding: 0;
	font-size: 12px;
	border: 1px solid #660000;
	border-spacing: 0px;
	border-collapse: collapse;
}
.widget-content tr,
.widget-content td{
	border: 1px solid #660000;
	background: #770000;
	color: #ffffff;
	text-align: center;
}
.widget-content td a{
	font-weight: bold;
	text-decoration: underline;
	color: #ffcc33;
}
/*------------------------------------blog_center*/
#blog_center {
	width: 585px;
	float: left;
	color: #000000;
}
h2#blog_center_title_s {
	width: 585px;
	height: 100px;
	background: url(../img/blog_title_s.jpg) no-repeat center center;
}
h2#blog_center_title_m {
	width: 585px;
	height: 100px;
	background: url(../img/blog_title_m.jpg) no-repeat center center;
}
#blog_center .inner {
	margin: 5px;
	background: #ffffff;
}
#blog_center .entry-title {
	padding: 5px 0;
}
#blog_center .entry-title a {
	font-size: 20px;
	color: #80856b;
}
#blog_center .entry-title a:hover {
	font-weight: normal;
	color: #000000;
}
#blog_center .asset-meta {
	font-size: 12px;
}
#blog_center .asset-body {
	margin-bottom: 5px;
	padding: 5px 0;
	line-height: 20px;
}
#blog_center .asset-body p {
	font-size: 15px;
	line-height: 20px;
}
#blog_center .asset-content {
	border-bottom: 2px solid #cccc99;
	line-height: 20px;
	font-size: 15px;
}
#blog_center .asset-content p.inner {
	font-size: 12px;
	text-align: right;
	padding: 5px 0;
}
