/* CSS Document */

.clear {
	clear: both;
}
h2 {
	display: block;
	height: 100px;
	background-image: url(img/sp_title_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	text-indent: -9999px;
}
h3{
	width: 750px;
	height: 36px;
	background-image: url(img/title_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 12px;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
}

div#mapbox{
	margin-top: 12px;
}
div#mapbox div#map{
	float: left;
	width: 535px;
	height: 400px;
}
div#mapbox div#side_bar{
	float: right;
	width: 200px;
	height: 400px;
	line-height: 1.5;
	overflow:auto;
	text-align: left;
	font-size: 14px;
}
div#mapbox div#side_bar a{
	color: #003333;
	text-decoration: underline;
}
div#mapbox div#side_bar a:hover{
	color: #990000;
	text-decoration: none;
}

div#left_contents{
	width: 535px;
	float: left;
	margin-top: 16px;
}
div#left_contents div#spotbox {
	zoom: 100%;
	padding-bottom: 6px;
	border: 1px solid #999;
	background-image: url(img/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
div#left_contents div#spotbox:after {
	content:" ";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
div#left_contents div#spotbox p.prefp{
	font-size: 14px;
	font-weight: bolder;
	line-height: 26px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: 6px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
div#left_contents div#spotbox ul{
	margin: 10px 0px;
	text-align: left;
}

div#left_contents div#spotbox ul li{
	margin: 0px 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 18px;
	background-image: url(img/sp_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 12px;
}
div#left_contents div#spotbox ul li p.title{
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
	background-repeat: no-repeat;
}
div#left_contents div#spotbox ul li a{
	color: #FF3300;
	text-decoration: none;
}
div#left_contents div#spotbox ul li a:hover{
	color: #990000;
	text-decoration: underline;
}
div#left_contents div#spotbox ul li p.com{
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
div#left_contents h4{
	width: 535px;
	height: 26px;
	line-height: 26px;
	text-indent: -9999px;
	background-image: url(img/area_spot.jpg);
	background-position: left top;
}
/****/
div#right_bar{
	float: right;
	width: 200px;
	margin-top: 16px;
}
p#topback {
	text-align: right;
	margin-top: 16px;
	margin-bottom: 6px;
}

/****/
div.spAdBox{
	zoom: 100%;
	margin-bottom: 16px;
	border: 1px solid #CCC;
	width: auto;
	text-align: left;
}
div.spAdBox:after {
	content:" ";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
div.spAdBox img{
	float: left;
	margin: 6px;
}
div.spAdBox p.adTitle{
	background-color: #E6E6E6;
	text-indent: 6px;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	text-align: left;
}
div.spAdBox p.adCom{
	margin: 6px 6px 6px 130px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-align: left;
}
div.spAdBox p.adCom a{
	font-size: 14px;
	line-height: 18px;
	color: #069;
	font-weight: bolder;
	text-decoration: underline;
}
div.spAdBox p.adCom a:hover{
	color: #900;
	text-decoration: none;
}