@charset "UTF-8";

/* ------------ *01 title ------------ */

#contents h3 {
	width: 565px;
	height: 35px;
	margin-bottom: 10px;
	background: url(../img/title.jpg) no-repeat;
	text-indent: -9999em;
}
#contents .suppleBox h5 {
	color: #7e85b9;
	margin-top: 0;
}

#contents .suppleBox {
	display: block;
	width:513px;
	background-color: #f3f3f3;
	border: 1px dotted #cfd3ea;
	_border: 1px solid #dfe2f0;
	padding: 8px 10px 5px;
	margin: 10px 15px;
}

.suppleBox .caption {
	color: #7e85b9;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0 0 5px;
	border-left: 5px double #7e85b9;
	text-align: left;
}

#contents h4 {
	font-weight: bold;
	padding: 2px 0 2px 5px;
	margin: 10px 0 8px;
	background-color: #f8f8e2;
	border-left: 15px solid #e5e5c7;
	border-bottom: 2px solid #d8d7ac;
	border-right: 1px solid #d8d7ac;
	font-size: 15px;
	text-align: left;
}.txtArea {
	width: 535px;
	margin: 0 15px;
	text-align: left;
}

#contents .image {
	vertical-align: middle;
}

