@charset "utf-8";


dt.sitemapTitle {
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}

dt.sitemapTitleB {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.dotLine {
	padding: 0 30px;
	_padding-right: 0;
	_padding-left: 0;
}

ul.sitemap {
	color: #646464;
	margin-top: 0;
}

ul.sitemap li {
	background-image: url(../img/arrow_price.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 18px;
	line-height: 1.5em;	
	list-style-type: none;
}

ul.sitemap li ul {
	background-image: none;
	margin: 0;
	margin-left: 32px;
}

ul.sitemap li ul li {
	background-image: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

/* リンク */
a {
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

