/* CSS Document */
@import	"../css/common.css";


/*-----------------------------------------------------------------------*/
/*title*/
/*-----------------------------------------------------------------------*/
h2 {
	width: 580px;
	height: 60px;
	margin-bottom: 15px;
	background: url("image/title.png") no-repeat;
}
/*hideText*/
h2 span {
	display: none;
}

/*-----------------------------------------------------------------------*/
/*siteMap*/
/*-----------------------------------------------------------------------*/
#sitemap {
	width: 500px;
	margin-left: 50px;
}
#sitemap ul {
	font-size: 14px;
	list-style: none;
}
#sitemap ul li {
	margin: 0 0 6px 18px;
	padding-top: 6px;
}
#sitemap li.l1 {
	font-size:14px;
	font-weight:bold;
}
#sitemap li.l2 {
	font-size:14px;
	font-weight:bold;
}
#sitemap li.l3 {
	font-size:12px;
	font-weight:normal;
	padding-top: 2px;
	list-style:disc;
	margin-left:30px;
}
/* 基本リンク色 */
#sitemap a:link, #sitemap a:visited		{ color:#ececec;	text-decoration:none; }
#sitemap a:active, #sitemap a:hover		{ color:#ececec;	text-decoration:underline; }
