﻿/*Soobb 目的地指南本地样式表*/
html, body {
	height: 100%;
	overflow: hidden;
}
#Footer {
	display: none;
}
#Content #Center {
	width: auto;
	float: none;
	padding: 0 230px 0 163px;
	background: url(/Styles/Images/Common/Vert_Line.png) repeat-y 163px 0;
}
#Content #Center #MapsContainer p {
	margin: 3px 0 0 5px;
}
#Content #Center #MapsContainer em {
	color: green;
	font-size: normal;
}
#Content #Center #MapsContainer h4 {
	margin: 2px 0;
	font-size: 14px;
}
#Right div ul {
	margin: 3px 0 0 0;
}
#Right div.RightBox div {
	clear: both;
}
#Right div ul.AreaList li {
	width: 33%;
	float: left;
	margin: 1px 0;
	overflow: hidden;
	line-height: 18px;
}
#Right div ul.LocalList li {
	clear: both;
	margin: 4px 0 4px 1px;
}
#Right div ul.LocalList li img {
	float: left;
	border: 0;
	display: block;
}
#Right div ul.LocalList li span {
	color: #000;
	float: left;
	width: 170px;
	margin: 0 0 0 5px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
#Right div ul.LocalList li span strong {
	color: #0353ce;
	display: block;
	font-size: 13px;
	font-weight: normal;
}
