@charset "utf-8";

/*基本レイアウト*/
#left_contents {
	width: 570px;
	padding: 10px 20px 10px 10px;
}
#right_contents {
	background-color: #FFFFFF;
	width: 180px;
	padding: 10px;
	color: #FFFFFF;
}

/*右ボックス*/
#right_contents h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	background-image: none;
	width: 170px;
	text-align: center;
	background-color: #82C422;
	padding: 5px;
	margin-bottom: 5px;
}

.box{
	background-color: #DFDFDF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.search {
	text-align: center;
}

.category li, .widget_categories li, .widget_archive li{
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	padding-left: 5px;
	color: #000000;
}

.category li a, .widget_categories li a, .widget_archive li a {
	text-decoration:none;
	color: #000000;
}
table#wp-calendar {
	width: 170px;
	margin-right: 5px;
	margin-left: 5px;
}
table#wp-calendar td {
	text-align: center;
}
table#wp-calendar td a {
	color: #000000;
}

/*記事*/
.item_box {
	border: 1px solid #CCCCCC;
	width: 550px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
.item_cate {
	font-size: 10px;
	color: #666666;
}
.item_cate li, .item_cate li a {
	background-color: #87C428;
	display: inline;
	list-style-type: none;
	padding: 3px;
	margin-left: 5px;
	float: none;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
.item_day {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.item_title, .item_title a {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 22px;
	font-weight: 600;
	text-decoration:none;
}

.item_title{
	padding-top: 10px;
	padding-bottom: 14px;
	background-image: url(../image/blog_img/blog_title_border.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 5px;
}

.item_text {
	padding-top: 10px;
	padding-bottom: 10px;
}
.item_more {
	text-align: right;
	padding-top: 10px;
}
a.gotolink {
	color: #333333;
	background-color: #E1F4C4;
	background-image: none;
	height: 20px;
	border: 1px solid #87C428;
	background-repeat: no-repeat;
	padding: 5px;
}
ul.sidebar {
	list-style-type: none;
}
