@charset "utf-8";
/* CSS Document */

body {
	font-family: "微軟正黑體", "蘋果儷中黑", "Arial", "Arial Narrow";
	margin: 0px;
	padding: 0px;
	background-color: #f2f7ca;
	font-size: 15px;
	color: #000;
	line-height: 180%;
	border-top: 10px solid #0c343d;
	background-image: url(/images/all/BG.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div, h1, h2, h3, h4, hr, p, form, label, input, textarea, img, span {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
	word-break: break-all;
}
hr {
	noshade:noshade;
}
th {
	font-weight: normal;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #103740;
	text-decoration: none;
}
.ClearBoth {
	clear:both;
	padding:0;
	margin:0;
	background:none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hidden {
	display:none;
}
/*內頁背景*/
.allTopBg {
	width: 100%;
	background-image: url(../images/allBanner/allBannerBg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*內頁框架*/
.wrapper {
	width: 980px;
	margin: 0 auto;
}
.topDiv {
	width: 960px;
	margin: 0 auto;
}
/*主選項*/
.menuDiv {
	float: right;
	height: 35px;
	background-color: #21454d;
	width: 960px;
	background-image: url(/images/all/menuBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.menuDiv ul {
	float: right;
}
.menuDiv ul li {
	width: 102px;
	height: 35px;
	float: left;
	display: block;
	line-height: 35px;
	padding-right: 15px;
	letter-spacing: 5px;
}
.menuDiv ul li a {
	font-size: 18px;
	color: #FFF;
	display: block;
	font-weight: bolder;
}
.menuDiv ul li a.openmenu {
	background: url(/images/menu/menuArrow.png) no-repeat 35px 0;
}
.menuDiv ul li:link, .menu ul li:visited {
	color: #FFF;
}
.menuDiv ul li:hover {
}
.rctLinkDiv {
	float: right;
	position:relative;
	z-index:5;
}
.rctLinkDiv ul {
	width: 200px;
}
.rctLinkDiv ul li {
	float: left;
	padding: 0 2px;
}
.allLogo {
	background-image: url(/images/all/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 170px;
	width: 520px;
}
/*Banner*/
.allBannerDiv {
	height: 250px;
	width: 960px;
	overflow:hidden;
}
/*左區*/
.leftDiv {
	float: left;
	width: 220px;
	margin-left:10px;
}
.leftDiv .ldTitleDiv {
	height:50px;
	padding: 30px 0 10px 0;
	letter-spacing: 0;
	background-image: url(../images/all/ldTitleBg.jpg);
	background-repeat: no-repeat;
	background-position: 49px 64px;
	
}
.leftDiv .ldTitleDiv .ldtRightDiv {
	height:45px;
	float: right;
	width: 160px;
}
.leftDiv .ldTitleDiv h2 {
	font-size: 20px;
	color: #1e434b;	
}
.leftDiv .ldTitleDiv .englishName {
	font-size: 11px;
	color: #858585;	
	line-height: 100%;
}
.leftDiv .ldTitleDiv .number {
	font-size: 42px;
	color: #1c414a;
	float: left;
	margin-top: 7px;
}
.leftDiv .ldSidebarDiv {
}
.leftDiv .ldSidebarDiv ul li {
	font-size: 15px;
	line-height: 36px;
}
.leftDiv .ldSidebarDiv ul li a {
	background-image: url(/images/all/ldSidebarBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #141414;	
	padding:0 10px;
	display: block;
}
.leftDiv .ldSidebarDiv ul li a:hover {
	color: #849258 !important;
}
.leftDiv .ldSidebarDiv ul li a.SubnavOpenHere {
	color: #FFF;
	background-color: #103740;
	border: none;
	border-left: 4px solid #849258;
}

.leftDiv .ldContactDiv {
	padding:8px;
	letter-spacing: 4px;
}

/*電子報*/

.leftDiv .ldFeedBurnerDiv {margin:20px 0;}
.leftDiv .ldFeedBurnerDiv .ldfbTitle {
	background-image: url(/images/all/ladTitleBg.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 12px;
	color: #FFF;
	padding: 0 14px;
	margin-bottom:10px;
	letter-spacing: 2px;
}
.leftDiv .ldFeedBurnerDiv input {
	width: 160px;
	border: 1px solid #cecece;
	font-size: 15px;
	padding:3px;
	line-height: 100%;
	color: #103740;
}
.leftDiv .ldFeedBurnerDiv .ldfbButton {
	line-height: 200%;
	margin: 1px 0;
	padding: 0 10px;
	float: right;
	background-color: #103740;
}
/*地址*/
.leftDiv .leftAdDiv {
	margin:20px 0;
}
.leftDiv .leftAdDiv .ladTitle {
	background-image: url(/images/all/ladTitleBg.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 12px;
	color: #FFF;
	padding: 0 6px;
	letter-spacing: 2px;
}
.leftDiv .leftAdDiv .ladContact {
}
.leftDiv .leftAdDiv .ladMapFlashDiv {
	background-image: url(/images/allAD/ladMapFlashBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	width: 220px;
	margin:5px 0;
	overflow:hidden;
}
.leftDiv .leftAdDiv .ladMapFlashDiv .ladMapFlashDivMove {
	width: 192px;
	height: 128px;
	overflow: hidden;
	margin: 14px 15px;
	overflow:hidden;
}


/*內容區*/
.allContent {
	float: right;
	letter-spacing: 1px;
}
.allContent .allContentTop {
	background-image: url(/images/all/allBgTop.jpg);
	background-repeat: no-repeat;
	background-position: -7px 16px;
	padding: 50px 30px 0 30px;
}
.allContent .allContentTop .acTitleDiv {
	background-color: #103740;
	width: 626px;
	height: 30px;
	padding: 0 10px;
	border-left: 4px solid #849258;
	line-height: 33px;
}
.allContent .allContentTop .acTitleDiv h1 {
	font-size: 18px;
	color: #FFF;
}
.allContent .allContentFoot {
	background-image: url(/images/all/allBgFoot.jpg);
	background-repeat: no-repeat;
	background-position: -7px -20px;
	height: 60px;
	width: 710px;
	float: right;
}
/*------------快速鈕------------*/
.allContent .acTitleDiv .detailLink {
	float: right;
	letter-spacing: 2px;
}
.allContent .acTitleDiv .detailLink ul li {
	float: left;
}
.allContent .acTitleDiv .detailLink ul li a {
	font-size: 12px;
	color: #FFF;
	letter-spacing: 1pt;
}
.allContent .acInformation {
	width: 640px;
	padding:30px 35px;
	line-height: 160%;
	background-image: url(/images/all/allBg.jpg);
	background-repeat: repeat-y;
	background-position: -7px center;
}
/*頁數*/
.allContent .acPagesDiv {
	float: right;
	margin-top: 20px;
}
.allContent .acPagesDiv ul li.PageImg a {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	border: none;
}
.allContent .acPagesDiv img {
	margin: 5px;
}
.allContent .acPagesDiv ul li {
	font-size: 13px;
	color: #666;
	float: left;
	height: 40px;
	margin: 5px 5px 0 0;
	padding: 0;
	border: 0;
}
.allContent .acPagesDiv ul li a{
	background-color:#f2f7ca;
	padding: 7px 7px 5px 7px;
	border: 1px solid #EBEBEB;
}
.allContent .acPagesDiv ul li.PPliNow{
	font-size: 13px;
	color: #fff;
	float: left;
	width: 26px;
	height: 26px;
	margin: 0px 5px 0 0px;
	padding: 5px 0 0 8px;
	border: 1px;
	background-color: #20454d;
}

/*書簽*/
div.contentframe {
}
div.contentframe ul li {
	margin: 10px 0;
	padding: 0px;
}
/*plurk button*/
div.contentframe li.plurk_btn { background: url(/images/all/bookmark2.png) no-repeat -80px 1px; width:26px; height:24px; display:block; float:right; }
div.contentframe li.plurk_btn:hover { background: url(/images/all/bookmark1.png) no-repeat -80px 1px; width:26px; height:24px; display:block; float:right; }
div.ml a.ml-release:hover { background-position: -363px -20px;}
div.ml a.ml-release:active { background-position: -363px -40px; }
div.ml a.ml-release:link { _background-position: -363px 0; }
/*twitter button*/
div.contentframe li.twitter_btn { background: url(/images/all/bookmark2.png) no-repeat -53px 2px; width:26px; height:24px; display:block; float:right; }
div.contentframe li.twitter_btn:hover { background: url(/images/all/bookmark1.png) no-repeat -53px 2px; width:26px; height:24px; display:block; float:right; }
div.ml a.ml-contact:hover { background-position: -223px -20px;}
div.ml a.ml-contact:active { background-position: -223px -40px; }
div.ml a.ml-contact:link { _background-position: -223px 0; }
/*gplus button*/
div.contentframe li.gplus_btn { background: url(/images/all/bookmark2.png) no-repeat -26px 1px; width:26px; height:24px; display:block; float:right; }
div.contentframe li.gplus_btn:hover { background: url(/images/all/bookmark1.png) no-repeat -26px 1px; width:26px; height:24px; display:block; float:right; }
div.ml a.ml-about:link { background-position: -110px 0; }
div.ml a.ml-about:hover { background-position: -110px -20px;}
div.ml a.ml-about:active { background-position: -110px -40px; }
div.ml a.ml-about:link { _background-position: -110px 0; }
/*facebook button*/
div.contentframe li.fb_btn { background: url(/images/all/bookmark2.png) no-repeat 0 2px; width:26px; height:24px; display:block; float:right; }
div.ml a.ml-home:link { background-position: -6px 2px; }
div.contentframe li.fb_btn:hover { background: url(/images/all/bookmark1.png) no-repeat 0 2px; width:26px; height:24px; display:block; float:right; }
div.ml a.ml-home:active { background-position: -6px -40px;}
div.ml a.ml-home:link { _background-position: -6px 0; }


/*Footer*/
.footerDiv {
	background-color: #20454d;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	color: #FFF;
	background-image: url(/images/all/menuBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 190%;
	height: 40px;
	border-top: 1px solid #8598a4;
}

/*top*/
.menuDivPosAbs { display: none;position: absolute;z-index: 10;  top:0; left:0;}
.menuDivPosAbsLeft { display:inline-block; background:url(/images/menu/submenuBg1.png) no-repeat 0 0; width:10px; height:34px; }
.menuDivPosAbsContent { display:inline-block; background: url(/images/menu/submenuBg2.png) repeat 0 0; height:31px; padding-top:3px; letter-spacing:3px; }
.menuDivPosAbsRight {display:inline-block; background: url(/images/menu/submenuBg3.png) no-repeat 0 0; width:10px; height:34px; }
