/* CSS Document */

.box {
	background: #fff;
	padding: 10px 20px;
}

.box a {
	color: #333;
	text-decoration: none;
	background: url(../sitemap/images/arrow.gif) left no-repeat;
	padding: 0 0 0 10px;
}

.box li {
	padding: 10px;
	background: url(../images/common/dot_line.gif) bottom repeat-x;
}

.box li.last {
	background: none;
}

.box a:hover {
	text-decoration: underline;
}

.box li dt {
	clear: left;
	float: left;
	width: 10em;
}

.box li dd {
	margin-left: 10em;
	margin-bottom: 10px;
	zoom: 1;
}