@charset "utf-8";

/*　一覧　*/
#news_title {
	background: url(../images/common/news_title.jpg) no-repeat left top;
	font-size: 24px;
	text-align: left;
	padding: 34px 0px 34px 50px;
	font-weight: normal;
	color: #000000;
	line-height: 24px;
}
.newsbox {
	clear: both;
	width: 100%;
	padding-top: 20px;
	text-align: left;
	border-bottom: 1px dotted #BCBCBC;
	clear:both;
	display: inline-block;
}
.newsbox:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
*html .newsbox {
	height:0.1%;
}

.newsbox p {
	float: left;
	width: 17%;
	font-size: 85%;
	line-height: 150%;
	padding-top: 2px;
}
.newsbox h4 {
	font-size: 100%;
	line-height: 150%;
	float: right;
	width: 81%;
	background: url(../images/top/blog_icon01.gif) no-repeat 0px 5px;
	padding-left: 8px;
	padding-bottom: 5px;
}


/*　個別記事　*/
#titlebox {
	border-top: 1px solid #AECF9D;
	text-align: left;
	margin-top: 20px;
	border-bottom: 5px solid #DAEDD1;
	background: #FAFFF7;
}

#titlebox p {
	color: #549E1A;
	font-weight: bold;
	font-size: 85%;
	padding-top: 10px;
	padding-left: 10px;
}
#titlebox h4 {
	font-size: 120%;
	border-bottom: 1px solid #AECF9D;
	padding: 5px 10px 10px;
}
.entry {
	text-align: left;
	font-size: 100%;
	line-height: 180%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.entry h1 {
	margin-bottom: 20px;
}
.entry h2 {
	margin-bottom: 20px;
}
.entry h3 {
	margin-bottom: 20px;
}
.entry h4 {
	margin-bottom: 20px;
}
.entry h5 {
	margin-bottom: 20px;
}
.entry h6 {
	margin-bottom: 20px;
}

.entry img {
	border:none;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.aligncenter {
	display: block;
	margin: auto;
	text-align: center;
}
.alignright {
	float:right;
	margin-left:10px;
}

