@charset "utf-8";
h1 {
}
h2 {
	font-size: 20px;
	padding: 5px 5px 5px 10px;
	color: #FFFFFF;
	line-height: 1.5;
	margin: 0 0 15px;
	border-radius: 5px;
	font-weight: bold;
	background-color: #1DAB67;

}

h3 {
	font-size: 18px;
	margin: 0 0 10px;
	padding: 3px 0 3px 30px;
	font-weight: bold;
	color: #3A2802;
	line-height: 28px;
	background-image: url(../image/common/h3.png);
	clear: both;
	background-repeat: no-repeat;
	border-bottom: 2px solid #695647;
	background-position: left 8px;
	background-size: auto 16px;
}


h4 {
}

h5 {
}

h6 {
}

.space{
	display: block;
	height: 30px;
}
