@charset "UTF-8";
@import url(../../css/common.css);

#title {
	background-image: url(../img/sitemap_title_bg.png);
}
#contents {
	padding: 0 20px;
	background-image: none;
}
#main {
	margin: 0;
	float: none;
	width: 700px
}
#main h2 {
	color: #063;
	font-size: 14px;
	margin-top: 1em;
	padding-left: 4px;
	border-left: 4px solid #063;
}
#main p {
	margin-bottom: 1em;
}
#main dl {
	padding-bottom: 1em;
	border-top: 1px solid #ccc;
}
#main dt {
	color: #000;
	font-weight: bold;
	padding-top: 1em;
}
#main dd {
	font-size: 10px;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
#main a {
	color: #444;
}
#main a:hover {
	color: #f00;
	text-decoration: underline;
}
#main div {
	margin-bottom: 1em;
	width: 25%;
	float: left;
}
#main div ul {
	list-style-type: none;
}