@charset "UTF-8";
#main table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-collapse:collapse;
    border-spacing:0;
	font-size: 85%;
}


#main table td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding:0.3em 1em;	
}
#main table tr .sitemaplink {
	
	
	
}
#main table tr .sitemaplink a{
	display: block;
	text-decoration: none;
	color: #000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F30;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
	padding-left: 5px;
}
#main table tr .sitemaplink a:hover{
	background-color: #F60;
	color: #FFF;
	padding:-0.3em -1em;	
}