@charset "EUC-JP";

/* グラフィカサイトマップ関連 css */

a	{
	color: #000000;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

div.sitemapBody	{
	margin: 20px 0;
}

div.sitemapHeading	{
	font-weight: bold;
}

div.sitemapSubHeading	{
	margin-top: 20px;
	font-weight: bold;
	font-size: 80%;
}

div.sitemapSection	{
	margin: 20px 0 20px 20px;
		font-size: 80%;
}
	
	div.sitemapSection .heading	{
		margin-bottom: 5px;
		font-weight: bold;
	}
	
	div.sitemapSection ul	{
		margin-left: 15px;
	}
