@CHARSET "UTF-8";
#spotlist-flame,
#spotlist-body,
#spotlist-body2{
		width:756px;
}
/* spot */
#spotlist-body dl.spot{
	display: block;
	width: 240px;
	height: 220px;
	margin: 0px 10px 4px 2px;
	margin-right: 10px;
	padding: 0px;
	background-image: url("/img/panel3.png");
	background-repeat: no-repeat;
	float: left;
}
#spotlist-body dl.spot dt.spot-title{
	display: block;
	font-size: 105%;
	color: #060;
	height: 20px;
	overflow: hidden;
	margin: 4px 10px 0px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
#spotlist-body dl.spot dd.spot-image{
	display: block;
	text-align: center;
	margin: 2px 0px 4px;
	padding: 0px;
	height: 110px;
	overflow: hidden;
}
#spotlist-body dl.spot dd.spot-image img{
	width: 200px;
	border: 1px inset #ccc;
}
#spotlist-body dl.spot dd.spot-text{
	display: block;
	font-size: 85%;
	color: #335;
	text-align: left;
	margin: 2px 10px 0px;
	padding: 0px;
	height: 41px;
	overflow: hidden;
}
#spotlist-body dl.spot dd.spot-view{
	display: block;
	font-size: 90%;
	color: #999;
	text-align: right;
	margin: 1px 10px 1px;
}
#spotlist-body dl.spot dd.spot-view a{
	text-decoration: none;
	color: #334;
}
dl.spot dd.spot-view a:HOVER{
	text-decoration: underline;
	color: #c00;
	background-color: #fffed0;
}
#spotlist-body dl.spot dd.spot-date{
	display: block;
	font-size: 85%;
	color: #999;
	text-align: right;
	margin: 4px 10px 2px;
	padding: 2px;
	border-top: 1px dashed #999;
}

/* spot2 */
#spotlist-body2 dl.spot{
	display: block;
	width: 145px;
	height: 185px;
	margin: 0px 4px 8px 2px;
	margin-right: 4px;
	padding: 0px;
	background-image: url("/img/panel3.png");
	background-repeat: no-repeat;
	background-position: -5px -2px;
	float: left;
}
#spotlist-body2 dl.spot dt.spot-title{
	display: block;
	font-size: 100%;
	color: #060;
	height: 18px;
	overflow: hidden;
	margin: 4px 10px 0px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
#spotlist-body2 dl.spot dd.spot-image{
	display: block;
	text-align: center;
	margin: 2px 0px 4px;
	padding: 0px;
	height: 80px;
	overflow: hidden;
}
#spotlist-body2 dl.spot dd.spot-image img{
	width: 130px;
	border: 1px inset #ccc;
}
#spotlist-body2 dl.spot dd.spot-text{
	display: block;
	font-size: 85%;
	color: #335;
	text-align: left;
	margin: 0px;
	padding: 2px 10px 0px;
	height: 41px;
	overflow: hidden;
	background-color: #fff;
}
#spotlist-body2 dl.spot dd.spot-view{
	display: block;
	font-size: 90%;
	color: #999;
	text-align: right;
	margin: 0px;
	padding: 1px 10px 1px;
	background-color: #fff;
}
#spotlist-body2 dl.spot dd.spot-view a{
	text-decoration: none;
	color: #334;
}
#spotlist-body2 dl.spot dd.spot-date{
	display: block;
	font-size: 85%;
	color: #999;
	text-align: right;
	border-top: 1px dashed #999;
	margin: 0px;
	padding: 4px 10px 2px;
	background-color: #fff;
}

#spotlist-position {
	font-size: 120%;
	margin: 4px 10px 4px;
}
#spotlist-position STRONG{
	font-size: 150%;
	font-weight: bold;
}

/*around-pref*/
#around-pref{
	text-align: center;
	margin: 40px auto;
	padding: 8px;
	width: 600px;
	font-size: 100%;
}
#around-pref h5{
	margin-bottom: 4px;
	padding: 1px;
	font-size: 100%;
	color: #699;
}
#around-pref A{
	margin: 0 4px;
	color: #b00;
}
#around-pref A:HOVER{	color: #f00; }
#around-pref A:VISITED{	color: #955; }

