@charset "utf-8";
@import url("reset.css");
/* ======WRAPPER為最外層====== */
#WRAPPER {
	margin:0 auto;
	padding:0;
	width:1003px;
	background-color:#f2efea;
}
/* ======主選單====== */
#MENU {
	margin:0 auto;
	padding:0;
}
/* ======首頁全球搜尋====== */
#HOME_GS {
	position:relative;
	margin:0 auto;
	padding:0;
	width:1003px;
	height:223px;
	background-image:url(images/global_bg2.jpg);
}
#HOME_GS .ebook {
	position:absolute;
	width:408px;
	height:100px;
	left:218px;
	top:48px;
}
#HOME_GS .ebook h2 { text-indent:-9999px;}
#HOME_GS .golist {
	position:absolute;
	width:388px;
	height:23px;
	left: 230px;
	top: 149px;
}
#HOME_GS .golist h4 {
	float:left;
	width:366px;
	height:23px;
	background-image:url(images/go_item.gif);
	text-indent:-9999px;
}
#HOME_GS .golist a {
	display:block;
	float:left;
	width:22px;
	height:23px;
	text-indent:-9999px;
	background-image:url(images/icon_go.gif);
}
#HOME_GS .adimg {
	position:absolute;
	display:block;
	width:300px;
	height:200px;
	left: 677px;
	top: 22px;
	background-color:#333333;
}
#HOME_GS .adimg_icon {
	position:absolute;
	display:block;
	width:75px;
	height:11px;
	left: 903px;
	top: 230px;
}
#HOME_GS .adimg_icon ul {
}
#HOME_GS .adimg_icon li {
	float:left;
}
#HOME_GS .adimg_icon li a {
	display:block;
	width:11px;
	height:11px;
	margin:0 2px;
	background-image:url(images/adimg_icon.jpg);
	text-indent:-9999px;
}
#HOME_GS .adimg_icon li a:hover {
	background-position:bottom;
}
/* ======內容區====== */
#HOME_CONTENT {
position:relative;
	margin:0 auto;
	padding:0;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#HOME_CONTENT .marquee {
	position:absolute;
	width:482px;
	height:35px;
	background-image:url(images/marquee_bg.gif);
	left: 20px;
	top: 5px;
}
#HOME_CONTENT .marquee a {
	font-size:13px;
	line-height:35px;
	color:#0e3c80;
	text-decoration:none;
	padding-left:8px;
	padding-right:20px;
}
#HOME_CONTENT .marquee a:hover {
	color:#33CCFF;
}
#HOME_CONTENT .fb_icon {
	display:block;
	width:663px;
	height:46px;
}
#HOME_CONTENT .fb_icon ul {
	margin-left:500px;
	padding-top:2px;
}
#HOME_CONTENT .fb_icon li {
	float:left;
}
#HOME_CONTENT .fb_icon li a {
	display:block;
	width:41px;
	height:41px;
	text-indent:-9999px;
	margin-left:5px;
}
#HOME_CONTENT .fb_icon li.blog a {
	background-image:url(images/icon_blog.png);
}
#HOME_CONTENT .fb_icon li.plurk a {
	background-image:url(images/icon_plurk.png);
}
#HOME_CONTENT .fb_icon li.fb a {
	background-image:url(images/icon_facebook.png);
}
/* ======全球動態行程列表(內容左側)====== */
#HOME_CONTENT #leftbox {
	margin:0 auto;
	padding:0;
	position:relative;
	float:left;
}
#HOME_CONTENT #leftbox #global_list {
	width:645px; /* ===本為663px，但需扣掉margin-left:18px，否則會撐開而影響右側rightbox的DIV */
	height:498px;
	margin-left:18px;
}
#HOME_CONTENT #leftbox #global_list h2 {
	display:block;
	width:634px;
	height:60px;
	background-image:url(images/globallist_bg01.jpg);
	text-indent:-9999px;
}
#HOME_CONTENT #leftbox #global_list .search {
	position:absolute;
	width:375px;
	height:36px;
	left: 230px;
	top: 18px;
}
#HOME_CONTENT #leftbox #global_list .search input {
	width:217px;
	height:18px;
	font-size:12pxpx;
	color:#666666;
}
#HOME_CONTENT #leftbox .global_list_table {
	display:block;
	width:634px;
	height:446px;
	background-image:url(images/globallist_bg02.jpg);
	background-repeat:no-repeat;
	padding-top:5px;
}
#HOME_CONTENT #leftbox #global_list .global_list_table table tr td.item {
	font-size:13px;
	color:#352100;
	text-align:justify;
	border:1px solid #71634c;
}
#HOME_CONTENT #leftbox #global_list .global_list_table table tr td.item td.itemright {
	border-right:1px solid #71634c;
}
#HOME_CONTENT #leftbox #global_list .global_list_table table td.tour {
	font-size:13px;
	color:#666666;
	border-bottom:1px solid #CCCCCC;
	padding:0 2px;
}
#HOME_CONTENT #leftbox #global_list .global_list_table table td.tourname {
	font-size:13px;
	color:#055dd6;
	border-bottom:1px solid #CCCCCC;
}
#HOME_CONTENT #leftbox #global_list .global_list_table table td.tourname a {
	font-size:13px;
	color:#055dd6;
	text-decoration:none;
}
#HOME_CONTENT #leftbox #global_list .global_list_table table td.tour a {
	color:#FFCC00;
	text-decoration:none;
}
#HOME_CONTENT #leftbox .adbox  {
	width:628px;
	height:175px;
	background-image:url(images/banner_bg.jpg);
	margin-left:18px;	
	margin-bottom:20px;	
}
#HOME_CONTENT #leftbox .adbox h2  {
	text-indent:-9999px;
}
#HOME_CONTENT #leftbox .adbox .bannr {
	float:left;
	display:block;
	width:300px;
	height:90px;
	margin-left:8px;
	_margin-left:5px; /* ===ie6=== */ 
	margin-top:40px;
}
/* ======各單元區塊(內容右側)====== */
#HOME_CONTENT #rightbox {
	float:right;
	width:340px;
	height:506px;
}
#HOME_CONTENT #rightbox .plurk {
	width:340px;
	height:278px;
	background-image:url(images/plurk_boxbg.jpg);
}
#HOME_CONTENT #rightbox .plurk h2 {
	text-indent:-9999px;
}
#HOME_CONTENT #rightbox .plurk .code {
	width:270px;
	height:180px;
	background-color:#CCCCCC;
	margin-top:38px;
	margin-left:29px;
}
#HOME_CONTENT #rightbox .news {
	/* ===position:relative;=== */
	width:340px;
	height:228px;
	background-image:url(images/news_boxbg.jpg);
}
#HOME_CONTENT #rightbox .news h2 {
	text-indent:-9999px;
}
#HOME_CONTENT #rightbox .news .more a {
	/* ===position:absolute;=== */
	display:block;
	width:94px;
	height:18px;
	background-image:url(images/icon_news.jpg);
	text-indent:-9999px;
	margin-left:210px;
}
#HOME_CONTENT #rightbox .news .news_text ul {
	display:block;
	margin:0 auto;
	margin-top:20px; /* ===原來為40px=== */
	width:295px;
	height:140px;
	font-size:13px;
	line-height:23px;
}
#HOME_CONTENT #rightbox .news .news_text li a {
	color:#333333;
	text-decoration:none;
}
#HOME_CONTENT #rightbox .news .news_text li a:hover {
	color:#055dd6;
}
#HOME_CONTENT #rightbox .blognews {
	/* ===position:relative;=== */
	width:340px;
	height:180px;
	background-image:url(images/blognews_bg.jpg);
}
#HOME_CONTENT #rightbox .blognews h2 {
	text-indent:-9999px;
}
#HOME_CONTENT #rightbox .blognews .more a {
	/* ===position:absolute;=== */
	display:block;
	width:94px;
	height:18px;
	background-image:url(images/blog_more.jpg);
	text-indent:-9999px;
	margin-left:210px;
}
#HOME_CONTENT #rightbox .blognews .blogtext {
	display:block;
	margin:0 auto;
	width:290px;
	height:100px;
	font-size:13px;
	color:#666666;
	margin-top:20px; /* ===原來為40px=== */
	line-height:23px;
}
#HOME_CONTENT #rightbox .blognews .blogtext a {
	color:#589600;
	text-decoration:none;
}
#HOME_CONTENT #rightbox .blognews .blogtext a:hover {
	color:#055dd6;
}
/* ======最下方版權宣告====== */
#HOME_END {
	clear:both;
	margin:0 auto;
	padding:0;
	background-color:#f2efea;
	width:1003px;
}
#HOME_END .endmenu {
	margin:0 auto;
	width:980px;
	height:26px;
	background-image:url(images/endbg.jpg);
	margin-top:20px;
}
#HOME_END .endmenu ul {
	margin:0 10px;
}
#HOME_END .endmenu ul li {
	float:left;
	background-image:url(images/endmenu_line.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	padding:0 2px;
}
#HOME_END .endmenu ul li a {
	display:block;
	padding:2px 5px 0px 5px;
	font:"新細明體", "標楷體", Arial;
	color:#FFFFFF;
	font-size:13px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
}
#HOME_END .endmenu ul li a:hover {
	text-decoration:underline;
}
#HOME_END p.copy {
	margin:0 auto;
	padding:10px 0px;
	display:block;
	width:980px;
	height:25px;
	font-size:12px;
	color:#999999;
	text-align:center;
}


