@charset "shift_jis";

#sitemap{	
	font-size:12px;
}

#sitemap table{
	border-collapse:collapse;
	margin-left:20px;
	width:540px;
	text-align:left;
}

#sitemap table th{
	width:300px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
}

#sitemap table th a{
	color:#AE9360;
	border-bottom:1px #330001 dotted;
}

#sitemap table th a:hover{
	color:#330001;
	border-bottom:1px #AE9360 dotted;
}

#sitemap table td{
	padding-left:15px;
}

#sitemap table td.interval{
	background-image:url(../images/sitemap/sitemap_td_bg_line.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#sitemap table tr.aida{
	background-image:url(../images/sitemap/sitemap_td_bg_line_2.gif);
	background-repeat:repeat-x;
}

#sitemap table tr.aida2{
	background-image:url(../images/sitemap/sitemap_td_bg_line_3.gif);
	background-repeat:repeat-x;
}


