@charset "utf-8";
/* CSS Document */
table.type_A{
	font-size: 80%;
	margin: 0px 0px 0px 30px;
	width: 634px;
	line-height: 2.0em;
}
dl.sitemap{
	width: 634px;
	margin-top: 20px;
	padding-left: 30px;
}
dl.sitemap dt,
dl.sitemap dd{
	margin-bottom: 5px;
	border-bottom: #CCCCCC dotted 1px;
}
dl.sitemap dt a{
	width: 606px;
	display: block;
	text-decoration: underline;
	padding: 5px 5px 5px 23px;
	background-image: url(/inc/images/global/icon-circle.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

dl.sitemap dd {
margin-left: 20px;
}


dl.sitemap dd a{
	width: 586px;
	display: block;
	text-decoration: underline;
	padding: 5px 5px 5px 23px;
	background-image: url(/inc/images/global/arrow02.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	color: #333;
}

dl.sitemap a:hover{
	background-color: #F4F4F4;
	text-decoration: underline;
	padding: 5px 5px 5px 23px;
		color: #333; !important
}

dl.sitemap dt a span{
	font-size: 10px;
	padding-left: 5px;
}