@charset "utf-8";

h3  {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 16px;
	color:#6EA151;
}

.contWrap  {
	padding: 22px 42px;
	margin: 0 auto;
	height: auto;
	width: 832px;
}
.contWrap .ttlBox {
	width: 156px;
	padding-right: 22px;
	float: left;
	height: 55px;
	vertical-align: bottom;
	position: relative;
}
.contWrap .ttlBox img {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -6px;
}
{
	height: auto;
}
.contWrap .contBox {
	width: 662px;
	float: left;
	padding-left: 22px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.contWrap p {
	line-height: 1.8em;
}
.contWrap p.txt_right {
	text-align: right;
}
.contWrap span.b {
	font-weight: bold;
	line-height: 2em;
	color:#6EA151;
}
