/* CSS Document */
#main {
	min-height: 800px;
}
* html #main {
	height: 800px;
}

/*頁籤*/
ul.tag_spots {
	height: 38px;
}
ul.tag_spots li {
	float: left;
	margin-left: 10px;
	background-position: 0 0;
	list-style: none;
}
ul.tag_spots li a {
	width: 71px;
	height: 38px;
	display: block;
	background-position: 0 0;
	text-indent: -9999px;
}

ul.tag_spots .t1, ul.tag_spots .t1 a{
	background: url(../images/tag_spots01.jpg) no-repeat;
}
ul.tag_spots .t2, ul.tag_spots .t2 a {
	background: url(../images/tag_spots02.jpg) no-repeat;
}
ul.tag_spots .t3, ul.tag_spots .t3 a {
	background: url(../images/tag_spots03.jpg) no-repeat;
}
ul.tag_spots a:hover, ul.tag_spots a.on {
	background-position: -71px 0;
}
/*頁籤end*/
.search_spots {
	border: 1px solid #d3d3d3;
	background: url(../images/greenline.jpg) repeat-x;
	padding: 13px 15px 10px;
	margin-bottom: 15px;
	vertical-align: middle;
}
.search_spots div {
	margin-bottom: 5px;
}
.search_spots select {
	margin-right: 20px;
}
.search_spots textarea {
	vertical-align: middle;
	width: 460px;
	height: 50px;
}
.btn_sent {
	background: url(../images/btn_sent.jpg) no-repeat;
	width: 76px;
	height: 23px;
	border: none;
	color: #fff;
	cursor: pointer;
}
.container {
	background: url(../images/container_bg.jpg) no-repeat;
	padding: 15px;
}
h3.spots {
	background-color: #eee;
	font-size: 13px;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.map {
	width: 595px;
	height: 390px;
	background-color: #eee;
	margin-bottom: 15px;
}
.tb_01 {
	border: 1px solid #d3d3d3;
	padding: 1px;
}
caption { display: none; }
.tb_01 th {
	background-color: #e5d7ba;
	padding: 5px 10px;
	letter-spacing: 5px;
}
.tb_01 td {
	text-align: center;
	padding: 5px 10px;
}
.bg td {
	background-color: #efeae0;
}
.current td {
	color: #b9913f;
}

td.tLeft {
	text-align: left;
}
td.tGreen {
	color: #5eaa28;
}

