@charset "UTF-8";

.link_title a {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 107%;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #88602C;
	display: block;
	margin-top: 1.5em;
	background-image: url(../../sitemap/img/arrow.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 30px;
	background-position: left center;
}

.link_title a:hover {
	color: #E13D2D;
	text-decoration: none;
}


