﻿/* ===== Contents Area ===== */

#contents #side-space {
	margin: 20px auto 0 auto;
	width: 720px;
	height: 100%;
}


/* ===== Contents Area ===== */

#main-box {
	float: left;
	width: 720px;
}



/* ===== サイトマップページ ===== */

#sitemap {
	width: 720px;
	text-align: left;
}

#sitemap .space {
	width: 720px;
	margin-top: 10px;
	text-align: left;
}

#sitemap .space-left {
	float: left;
	width: 360px;
	text-align: left;
}

#sitemap .space-right {
	float: left;
	width: 360px;
	text-align: left;
}

#sitemap h4 {
	margin-top: 15px;
	color: #b66f2a;
	font-size: 85%;
	line-height: 150%;
	font-weight: bold;
}

#sitemap ul {
	margin-bottom: 10px;
	text-align: left;
	list-style: none;
	line-height: 160%;
}

#sitemap li {
	padding: 0 12px 0 15px;
	background: url(../image/common/cursol_list.jpg) 0 0em no-repeat;
	color: #333;
	font-size: 65%;
	display: inline;
}
#sitemap li.inner {
	margin-left: 20px;
}
#sitemap li a:link,
#sitemap li a:visited {
	color: #333;
}
#sitemap li a:hover,
#sitemap li a.line {
	color: #b66f2a;
	text-decoration: underline;
}

#sitemap p {
	margin-top: 15px;
	color: #333;
	font-size: 75%;
	line-height: 150%;
}

#sitemap p.first {
	margin-top: 5px;
}
