
#contents h2{
	background:url(../images/under/h2_bg.jpg) left top no-repeat;
	height:30px;
	padding:7px 0 0 35px;
	margin-bottom:15px;
	font-weight:bold;
	font-size:140%;
	color:#FFFFFF;
}

#contents p{
	margin-bottom:15px;
}

#contents p.pankuzu{
	margin-bottom:2px;
}


/*ブログ記事リスト----------------------------------------------------------*/

#contents h3.subcategories{
	background:#eee;
	padding:3px 0 3px 15px;
	margin:10px 0;
	font-weight:bold;
	font-size:120%;
}

#contents #list {
	margin-bottom:30px;
	padding:10px 15px 0 15px;
}

#contents #list dl {
	background:url(../images/line.jpg) bottom repeat-x;
	padding-bottom:6px;
	margin-bottom:6px;
}

#contents #list dt {
	background:url(../images/list_bg.jpg) left no-repeat;
	padding-left:10px;
	margin-left:5px;
	font-weight:bold;
}

#contents #list dd {
	padding-left:10px;
	margin-left:5px;
}

#contents img {
	margin:0 5px;
}



