@charset "UTF-8";

/* STUDIO BAYD　CSS
---------------------------------------------------- */


/* sitemap
----------------------------------------------------*/

div#sitemap {

}

div#sitemap h3 {
	background-image: url(../images/base/file_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding:0px 0px 0px 20px;
	margin:10px 0px 0px 5px;
	font-size:88%;
}

div#sitemap ul {
	padding:0px 0px 10px 10px;
	margin:0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

div#sitemap ul li {
	background-image: url(../images/base/sitemap_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding:2px 0px 0px 13px;
}

div#sitemap ul li.end {
	background-image: url(../images/base/end_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding:0px 0px 0px 13px;
}


/* a
----------------------------------------------------*/

div#sitemap h3 a {
	color:#678197;
}

div#sitemap h3 a:hover {
	color:#FF9900;
}

div#sitemap ul li a {
	color:#666666;
}

div#sitemap ul li a:hover {
	color:#FF9900;
}





