@charset "utf-8";
/* CSS Document */

#content h2 {
	text-indent:-9999px;
	border-bottom-style: none;
	margin-top: 10px;
}
#content h3 {
	border-left-width: 8px;
	border-left-color: #F2B376;
	border-left-style: solid;
	color: #0678B3;
	font-size: 16px;
	padding-left: 10px;
    margin-bottom: 10px;
	font-weight: bold;
}
strong {
	color: #F60;
}
#content #section1 {
	width: 550px;
	margin-left: 86px;
	margin-bottom: 50px;
}
#content #section1 p {
	margin-left: 18px;
	line-height: 20px;
}
#content #section2 {
	width: 550px;
	margin-left: 86px;
	margin-bottom: 50px;
}
#content #section2 p {
	margin-left: 18px;
	line-height: 20px;
	text-indent: 1em;
}
#content #section3 {
	width: 580px;
	margin-left: 86px;
}
#content #section3 ul {
	margin-left: 18px;
	line-height: 25px;
}
#content #section3 ul li {
	border-bottom-style: solid;
	border-bottom-color: #BFE10E;
	border-bottom-width: 1px;
	background-image: url(../images/li_box.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}

#content #section3 ul li.type1 {
    background-position: 0% 18%;
	/*line-height: 25px;*/
}
