@charset "UTF-8";

* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-family: "Lucida Grande", LucidaGrande, "Aqua Kana", aquakana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic";
	}

/* -- Site Map -- */

#sitemap h2 {
	color: #463c32;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	}

#sitemap li {
	color: #463c32;
	font-size: 11px;
	line-height: 1em;
	}

#sitemap li span {
	color: #7f7f7f;
	}

#sitemap li a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	}

* html #sitemap li a {
	color: #463c32;
	font-size: 12px;
	line-height: 1.1em;
	}

*+html #sitemap li a {
	color: #463c32;
	font-size: 12px;
	line-height: 1em;
	}

#sitemap li a:hover {
	color: #dc4150;
	}

