@charset "UTF-8";
/* CSS Document */

/*
*  regulation
-------------------------------------------------*/
#sitemap div.subtitle_a1 {
	border-bottom:3px solid #2965b6;
	margin-bottom:24px;
}
#sitemap table#sitemap_table {
	font-size:75%;
	border-collapse:collapse;
	line-height:1.8em;
}

#sitemap table#sitemap_table td {
	width:250px;
	border:1px solid #ccc;
	padding:3px 0 2px;
	vertical-align:top;
}
#sitemap table#sitemap_table td a:link ,#sitemap table#sitemap_table td a:visited{
	padding:0 0 0 10px;
	margin-left:7px;
	background:url(../img/sitemap_icon.gif) no-repeat 0 4px;
	color:#333;
	text-decoration:underline;
}
#sitemap table#sitemap_table td a:hover{
	color:#333;
	text-decoration:none;
}
#sitemap table#sitemap_table td.firdir {
	background:#f5f5f5;
}
#sitemap table#sitemap_table td.secdir {
	background:#f8fbfe	
}


a:focus{
overflow:hidden;
}

