@charset "UTF-8";

body.sitemap #main .section{margin-bottom: 50px;font-size: 16px;}

.h2_SiteMap {
	border: 1px solid #ccc;
	padding: 0 8px;
	border-radius: 5px;
	-pie-border-radius: 5px;
	background: #fff;
	background-image: url(/common/img/svg/h2_gradient05.svg);
	background: linear-gradient(#fff, #e6e7e7);
	-pie-background: linear-gradient(#fff, #e6e7e7);
	overflow: hidden;
	*zoom: 1;
	position: relative;
	behavior: url(/common/js/PIE.htc);
	margin: -5px 0 20px;
}
	.h2_SiteMap a {
		color: #333;
		font-weight: bold;
		font-size: 129%;
		text-decoration: none;
		background: url(../../../images/pc/sitemap/ico_arrow01.png) no-repeat left center;
		padding-left: 18px;
		line-height: 40px;
		display: block;
		*zoom: 1;
	}
		.h2_SiteMap a:hover {
			opacity: 0.6;	
		}
.h3_SiteMap {
	background: url(../../../images/pc/sitemap/ico_arrow01.png) no-repeat left 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
	.h3_SiteMap h3 {
		color: #003366;
		font-weight: bold;
		font-size: 115%;
		padding-left: 18px;	
	}
	.h3_SiteMap h3 a{
		color: #003366;
		text-decoration: none;	
	}
	.h3_SiteMap h3 a:hover{
		color: #003366;
		text-decoration: underline;
	}
	
.listSiteMap {
	margin-bottom: 25px;
}
	.listSiteMap ul {
		overflow: hidden;
		*zoom: 1;
		margin-left: -20px;	
	}
		.listSiteMap ul li {
			float: left;
			margin-left: 20px;
			width: 230px;	
		}
			.listSiteMap ul li ul {
				margin-top: -5px;
			}
				.listSiteMap ul li ul li {
					background: url(../../../images/pc/sitemap/ico_arrow01.png) no-repeat left 8px;
					padding-left: 18px;
					line-height: 1.7;
				}
					.listSiteMap ul li ul li a {
						color: #3399cc;	
						text-decoration: underline !important;
            width: 222px;
            display: block;
					}
					.listSiteMap ul li ul li a:hover {
						text-decoration: none !important;
					}
.h4_SiteMap {
	color: #65b2d9;
	font-size: 100%;
	margin: 15px 0;
}
	.h4_SiteMap h4 {
		font-weight: bold;	
	}
