@charset "utf-8";
#wrap #page-main h2 {
	font-size: 24px;
	color: #00B55A;
	background-image: url(image/title.png);
	background-repeat: no-repeat;
	height: 45px;
	padding-left: 50px;
	padding-top: 5px;
	font-weight: bold;
	margin-bottom: 50px;
}
h3 {
	font-size: 16px;
	color: #FF8000;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF8000;
	padding-left: 10px;
	text-align: left;
	clear: both;
	margin: 0px;
}
.red-b{
	font-weight: bold;
	color: #F00;
}
#page-main .sitemap-box {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	width: 100%;
	float: left;
	overflow: hidden;
}
#page-main .sitemap-box li {
	background-image: url(image/bk.png);
	background-repeat: repeat;
	float: left;
	width: 212px;
	font-size: 15px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#page-main .sitemap-box li a:hover{
	color: #F60;
}