@charset "utf-8";

/* =====================================================================
　0.見出し
===================================================================== */
#main h6{
	clear:both;
	padding:5px;
	margin-bottom:10px;
	font-size:100%;
	font-weight:bold;
	line-height:1.3;
	background:#F3F9E2;
	border-top:2px #99CC00 solid;
}


/* =====================================================================
　1.バックグラウンド
===================================================================== */
.entry .bg_top437{
	background:url(../img/bg_g_top437.gif) no-repeat;
	width:437px;
	height:8px;
}
	
.entry .bg_gr437{
	float:left;
	overflow:hidden;
	width:437px;
	padding:0;
	margin:0 0 20px 0;
	background:url(../img/bg_g_under437.gif) no-repeat bottom;
}

.entry .bg_gr437 p{
	padding:0 10px 0 10px;
}

.entry .bg_top355{
	background:url(../img/bg_g_top355.gif) no-repeat;
	width:355px;
	height:8px;
}
	
.entry .bg_gr355{
	overflow:hidden;
	width:355px;
	padding:0;
	margin:0 0 20px 0;
	background:url(../img/bg_g_under355.gif) no-repeat bottom;
}

.entry .bg_gr355 p{
	padding:0 10px 0 10px;
}


/* =====================================================================
　2.blog
===================================================================== */
.asset-content{
	margin-bottom:3em;
}
.asset-content:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}