@charset "utf-8";

div#contents {
	background: url("../images/bg_contents.jpg") left top repeat-x;
	padding: 20px 0 0;
}

h3.sitemap {
	height: 24px;
	margin: 0 0 15px;
	padding: 10px;
	border-top: solid 2px #ddd;
	border-bottom: dotted 1px #ddd;
	background: url("../images/hl_sitemap.jpg") 10px center no-repeat;
	text-indent: -9999px;
}
ul.sitemap {
	margin: 0 0 40px;
}
ul.sitemap li {
	padding: 0 0 0 20px;
	line-height: 2.25;
	background: url("../images/icon_arrow.png") left center no-repeat;
}
ul.sitemap li a {
	color: #333;
}

h3.privacy {
	height: 24px;
	margin: 0 0 15px;
	padding: 10px;
	border-top: solid 2px #ddd;
	border-bottom: dotted 1px #ddd;
	background: url("../images/hl_privacy.jpg") 10px center no-repeat;
	text-indent: -9999px;
}
article {
	margin: 0 0 40px;
	border-bottom: dotted 1px #ddd;
	line-height: 2.25;
	overflow: hidden;
	clear: both;
}
ul.privacy {
	padding: 20px 0;
}
ul.privacy li {
	list-style: decimal inside;
}