@charset "UTF-8";
.insideBox {
	background: url(/sitemap/image/bg.gif) no-repeat left bottom;
	padding-bottom: 150px;
	margin-left: 40px;
	padding-top: 20px;
}
.insideBox ul {
	width: 650px;
	list-style-type: none;
}
.insideBox li {
	padding-left: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(/common/image/border_dash.gif) repeat-x bottom;
}
.insideBox .home {
	background-image: none;
	border-bottom:solid #999999 1px;
	}
.insideBox li li  {
	background-image: none;
	float: left;
	margin-left: 30px;
	padding-bottom: 0px;
	white-space: nowrap;
}
.insideBox a {
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	background: url(/sitemap/image/arrow.gif) no-repeat left center;
}
.insideBox a:hover {
	color: #000;
	text-decoration: underline;
}

