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

#title {
	background-image: url(image/title.png);
	height: 25px;
}
#title p,
#title-brand p {
	display: none;
}
#sitemap {
	margin-top: 20px;
}
#sitemap p.title {
	font-weight: bold;
	color: #666;
	font-size: 14px;
	line-height: 1.5em;
	padding-left: 20px;
	padding-bottom: 5px;
}
#sitemap ul {
	padding-left: 35px;
	padding-bottom: 20px;
}
#sitemap li {
	list-style-type: disc;
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: bold;
}
