@charset "utf-8";
h1 {
	background: url(img/h1ttl.jpg);
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 600px;
}
.columnBox {
	border: 1px solid #EEEEEE;
	padding: 4px;
	margin-bottom: 10px;
}
.columnBox h2 {
	background: #EBFAF4 url(img/icon_circle.jpg) no-repeat 4px center;
	font-size: 14px;
	color: #206846;
	padding: 0px 0px 0px 22px;
	line-height: 31px;
	height: 31px;
	text-align:left;
}
.columnBox h2 a {
	color: #206846;
	text-decoration: none;
}
.columnBox h2 a:hover {
	color: #FE880B;
	text-decoration: underline;
}
.columnBox ul li {
	background: url(img/icon_triangle.jpg) no-repeat 8px center;
	border-bottom: 1px dotted #CCC;
	line-height: normal;
	padding: 7px 10px 7px 18px;
}
.columnBox ul li a {
	color: #595959;
	text-decoration: none;
}
.columnBox ul li a:hover {
	color: #FE880B;
	text-decoration: underline;
}
.faqBox {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0px;
}
.faqBox h3 {
	font-size: 14px;
	color: #206846;
	background: url(img/icon_q.jpg) no-repeat left top;
	line-height: 26px;
	padding-left: 34px;
	margin-bottom: 10px;
}
.faqBox p {
	padding-left: 34px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: url(img/icon_a.jpg) no-repeat left top;
	line-height: 200%;
}
