#spot {
	display: block;
	margin: 0px;
	width: 425px;
	overflow: auto;
	height: 270px;
	SCROLLBAR-DARKSHADOW-COLOR: rgb(231,230,189);
}
#spot .entry {
	margin: 1px 3px 3px 0px;
	width: 198px;
	float: left;
	height: 129px;
	background-image: url(../img/top-bg.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#spot a:link {
	color: #009999;
	text-decoration: none;
}
#spot a:visited {
	color: #009999;
	text-decoration: none;
}
#spot a:hover {
	color: #009999;
	text-decoration: underline;
}
#spot a:active {
	color: #009999;
	text-decoration: none;
}
#spot .entry .title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 0px;
	margin-left: 7px;
	height: 26px;
}
#spot .entry .content {
	width: 198px;
	margin-top: 1px;
}
#spot .entry .content .left {
	width: 126px;
	float: left;
}
#spot .entry .content .left .address {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: bold;
	margin-left: 8px;
	color: #5C5C5C;
}
#spot .entry .content .left .discription {
	color: #666666;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 10px;
	line-height: 130%;
	width: 112px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	text-justify: inter-ideograph;
}

#spot .entry .content .right {
	float: left;
	width: 70px;
	text-align: center;
}
#spot .entry .content .right img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
}
#spot-detail a {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
#spot-detail {
	background-image: url(../img/detailOfficeBk.png);
	background-repeat: no-repeat;
	padding-top:10px;
	height: 267px;
	width: 425px;
	background-position: 0px 10px;
}
#spot-detail #spot-left{	
	float: left;
	width: 100px;
	padding-top: 20px;
	padding-left: 30px;
}
#spot-detail #spot-left img{
	padding-bottom:40px;
	width:70px;
	height:70px;
}
#spot-detail #spot-right{	
	float: left;
	padding-top: 20px;
	padding-right:20px;
	width:260px;
}
#spot-detail #spot-right .title{
	font-size: 20px;
	font-weight: bold;
	color: #993300;
}
#spot-detail #spot-right .address{
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	padding-top: 10px;
	padding-bottom: 10px;
}	
#spot-detail #spot-right .detail{
	font-size: 12px;
	color: #333333;
}
