@charset "utf-8";
#sub-con h2 {
	background-image: url(../img/sidenav00.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 250px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#sub-con level01 a {
	background-image: url(../img/sidenav02_off.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 250px;
}
#sub-con ol {
	margin: 0px;
	padding: 0px;
}
#sub-con ol li {
	margin: 0px;
	background-color: #fdeff5;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	width: 246px;
}
#sub-con ol .li_front {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ccc;
}
#sub-con ol .li_back {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#sub-con ol li h4 {
	font-weight: normal;
	margin-left: 10px;
}
#sub-con ol li img {
	margin-right: 5px;
	margin-bottom: 2px;
}
#sub-con ul {
	margin-top: 10px;
}

