.main {
	margin:0px auto; width:1000px;
}
.left {
	float: left;
	width: 150px;
}
.center {
	width:520px;
	height:520px;
	float:left;
	margin:0 5px 0 5px;
}
.right {
	float: left;
	width:270;
	height:520;
}
.iframe {
	padding:10px 10px 10px 5px;
	background-image:url(introduction_bg.png);
	background-repeat:no-repeat;
}
.title {
	text-align:center;
	margin: 0 0 0 0;
}
.map {
	background-image:url(map_bg.png);
	background-repeat:no-repeat;
	padding:10px;
}
.map_display {
	width:500px;
	height:500px;
}
.instruction {
	margin:10px auto;
	color: #666;
}
div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 13px; /* 全部字體大小 */
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat center bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px; /* 未展開高度 */
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	padding-left:55px;
	font-size: 15px; /* 根選單字體大小 */
	/*font-weight: bold;*/
	color: white; /* 根選單字體顏色 */
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd; /* 底線樣式 */
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	text-decoration: none; /* 連結無底線 */
	padding: 3px 10px;
	background: #eee; /* 未選擇背景顏色 */
	display: block;
	border-bottom: 1px solid #ddd; /* 底線樣式 */
	color: #039; /* 未選擇字體顏色 */
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #039 url(linkarrow.gif) no-repeat right center; /* 選擇背景顏色 */
	color: #fff; /* 選擇字體顏色 */
	text-decoration: none;
}

