@charset "utf-8";


#map {
	width: 375px;
	height: 300px;
	border: #ddd 1px solid;
	margin: 26px auto 0 auto;
	text-align: center;
}
dl.search {
	margin: 1em 0 1em 15px;
	text-align: left;
}
dl.search dd input {
	width: 100px;
}
dl.search dd input.button {
	width: 40px;
}
ul.sitemap {
	padding: 10px 0 0 20px;
}
ul.sitemap li {
	background: url(images/sitemapPoint.gif) no-repeat 0 3px;
	padding-left: 15px;
	padding-bottom: 5px;
}
ul.sitemap li ul {
	padding-bottom: 5px;
}
ul.sitemap li ul li {
	background: url(images/sitemapPoint02.gif) no-repeat 0 3px;
	padding-bottom: 2px;
}

