/*Rightbox*/
#map_topics a,#map_topics a:visited,#map_topics a:hover{
	color:#92D643;
}
#rightbox div#map_topics ul{
	border: 1px solid #92D643;
	border-top: none;
}
/*entry*/
div#map{
	width:662px;
}
#map img{
	margin: 20px 0 20px 60px;
}
#entry h3{
	margin-left: 15px;
}
#entry dl {
	width: 662px;
	font-size: 12px;
	border-bottom: 1px dotted #92D643;
	margin-bottom: 10px;
}
#entry dl dt {
	display: inline-block;
	width: 120px;
	border-top: 1px dotted #92D643;
	vertical-align: top;
	padding: 10px 0 10px 15px;
	background:url(../../images/default/img_common/point_icon.png) no-repeat left center;
}
#entry dl dd {
	display: inline-block;
	width: 517px;
	border-top: 1px dotted #92D643;
	vertical-align: top;
	padding: 10px 0 10px 10px;
}

