@charset "utf-8";
/* CSS Document */


/* 見出し　TOP・サブページ共通 */
.home .entry h2,.image-sub-title,.page-title{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-left: 5px;
	color:#52960B;
	border-bottom-color:#52960B;
	/*border: 1px solid #CCC;*/
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/main_h1_back.png) repeat-x left center;
	height:auto;
	line-height:normal;
	font-size:18px;
	margin-bottom:10px;
	letter-spacing:0.1em;
}

.page-title{
	font-size:24px;
}

.image-sub-title{
	font-size:18px;
}

.image-sub-title a{
	color:#52960B;
}

.home .entry h3,.post .entry h2{
	/*color:#F18C00;*/
	background:none;
	background-color:inherit;
	font-size:18px;
	padding-left: 3px;
	border:none;
	border-bottom: dotted 1px #F18C00;
	line-height:normal;
	letter-spacing:0.1em;
}

.home .entry h3{
	font-size:16px;
}

.home .entry h4,.post .entry h3{
	padding-left : 3px;
	font-size:17px;
	line-height : 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	border:none;
}

.single-title{
	font-size:20px;
	border-top:none;
	padding:5px;
}

.single-time{
	background-color:transparent;
	color:#333;
	text-align:right;
	border-bottom:1px dotted #666;
	font-size:14px;
	margin-top:0;
	padding-top:0;
	
}