/* Global Styles */

body {
	margin:0px;
	}
p {
	margin: 0px;
	padding: 0px;
}


/* Class Styles */

input {
	float: left;
	clear: both;
	text-align: center;
	margin-left: 150px;
	margin-top: 10px;
	vertical-align: bottom;
}

#smallmap {
	margin: 0px auto;
	width: 400px;
	text-align: center;
	padding: 5px;
	border-top: 1px #FFC7AC;
	border-right: 1px #FFC7AC;
	border-bottom: 1px #FFC7AC;
	border-left: 1px #FFC7AC;
}

#map_tb {
	font-size: 12px;
	clear: both;
	margin-top: 10px;
	border: 1px solid #C9C9C9;
	border-collapse: collapse;
	text-align: left;
}
.title_td {
	color: #FFFFFF;
	background: #1e9dd4;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 2px;
	text-align: center;
	line-height: 23px;
}

.title_td2 {
	color: #FFFFFF;
	background: #e2067d;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 2px;
	text-align: center;
	line-height: 23px;
}

.detail_td {
	color: #333300;
	letter-spacing:0.4em;
	font-weight:bold;
	background: #F1F4FC;
	text-align: center;
	padding: 5px 0px;
	font-family: arial;
	font-size: 15px;
	}

#map_tb .point_td {
	color: #555555;
	line-height: 18px;
	font-weight: bold;
	padding-left: 10px;
}
#map_tb .point_td img {
	clear: both;
	float: left;
}

#map_tb .detail_more_td {
	color: #333333;
	text-align: left;
	padding-left: 5px;
	line-height: 20px;
}
#copyright {
	height: auto;
	width: auto;
	clear: both;
	font-size: 10px;
	padding-top: 10px;
}
#btn {
	margin-bottom: 10px;
	clear: both;
}

.f13{
	font-size:13px;
	line-height:1.3;
}
