@charset "UTF-8";
/* CSS Document */

/*サイトマップ*/
#sitemap{
	font-size: 12px;
	width: 760px;
	padding: 20px;
}

#sitemap #lead{
	margin-bottom: 25px;
}

#sitemap #lead div#h1{
	height: 50px;
	width: 760px;
	overflow: hidden;
}

#sitemap #lead h1{
	background-image: url(../sitemap/sitemapH1.gif);
	margin: 0px;
	height: 0px;
	width: 500px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
}

#sitemap #lead p{
	margin: 0px;
	color: #666666;
}





#sitemap a:link{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#sitemap a:visited{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#sitemap a:hover{
	font-size: 10px;
	color: #990000;
	text-decoration: underline;
}



#sitemap table{
	width: 100%;
}

#sitemap th{
	width: 100px;
	text-align: left;
}

#sitemap td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
