/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://renzan.org/mt-static/themes-base/blog.css);
@import url(http://renzan.org/mt-static/support/themes/hills-green/hills-green.css);
/* end StyleCatcher imports */

blockquote {
margin:3px;
padding:5px;
background:#F0F8FF; /* 背景 */
border:#9ACD32 1px dotted; /* 枠線 */
}

h1 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 2px 0 ;
	border-color:#7EBA03;
	border-style:solid;
	color:#5B8602;
	line-height:140%;
	font-weight:bold;
}


h2 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 2px 0 ;
	border-color:#7EBA03;
	border-style:solid;
	color:#5B8602;
	line-height:140%;
	font-weight:bold;
}

h3 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:1px 0;
	border-color: #BEDC81;
	border-style:solid;
	color:#f4ac0b;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}



