@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    src: local(Yu Gothic), local(MS Gothic);
}

body, form, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd{
	margin:0;
	padding:0;
}
body{
	font-family:Verdana, 微軟正黑體修正, 微軟正黑體;
	font-size:14px;
	color:#333;
	-webkit-text-size-adjust:none;
}

/************************** 頁面標題區塊 start ****************************/
#pageHead{
	zoom:1;
}
#pageHead:after{
	content:"";
	clear:both;
	display:block;
}
#pageHead .pageTitle,
#pageHead .pageTitleS{
	float:left;
}
#pageHead .subNav{
	float:right;
	zoom:1;
	padding-top:4px;
}
#pageHead .subNav:after{
	content:"";
	clear:both;
	display:block;
}
#pageHead .subNav .itemTxtUL{
	float:left;
}
#pageHead .subNav .selectDropDown{
	float:left;
	margin:-3px 0 0 5px;
	display:none;
}
/************************** 頁面標題區塊 end ****************************/

/************************** 頁面主內容區塊 start ****************************/
#pageBody{
	margin-top:10px;
}
/************************** 頁面主內容區塊 end ****************************/

.pageTitle{
	color:#000;
	font-size:18px;
	font-weight:normal;
	position:relative;
	top:4px;
}
.pageTitle .eng{
}
.pageTitle .sub{
	text-decoration:underline;
}

.pageTitleS{
	font-size:16px;
}
.pageTitleS a{
	color:#000;
}
.pageTitleS a:hover{
	color:#F90;
}

.detailTitle{
	color:#000;
	font-size:20px;
}

a{
	text-decoration:none;
}

a.more{
	display:inline-block;
	background:url(../image/arrowR.gif) no-repeat 0 5px;
	color:#000;
	font-size:10px;
	padding-left:6px;
	line-height:1em;
	text-decoration:underline;
}
a.more:hover{
	text-decoration:none;
}

/********** 客製化 select 選單 start *************/
.selectDropDown{
	position:relative;
	display:inline-block;
}
.selectDropDown .chosenItem{
	background:#CCC;
	padding:1px;
	zoom:1;
	overflow:hidden;
	cursor:pointer;
	font-size:13px;
	color:#666;
	line-height:1em;
}
.selectDropDown:hover .chosenItem{
	background:#AAA;
	color:#000;
}
.selectDropDown .chosenItem span{
	display:block;
	float:left;
	border:1px solid #FFF;
	background:#FFF url(../image/selectDropDown.gif) no-repeat left bottom;
}
.selectDropDown .chosenItem .txt{
	padding:5px 8px 4px 8px;
}
.selectDropDown .chosenItem .arrow{
	margin-left:1px;
	background-position:right bottom;
	width:17px;
	min-height:22px;
}
.selectDropDown .optionBlock{
	position:absolute;
	top:26px;
	background:#FFF;
	border:1px solid #AAA;
	overflow:hidden;
	display:none;
	box-shadow:0 1px 12px -4px #000;
	-moz-box-shadow:0 1px 12px -4px #000;
	-webkit-box-shadow:0 1px 12px -4px #000;
	z-index:9999;
}
.selectDropDown .optionBlock ul{
	list-style:none;
	padding:5px 15px 15px 15px;
}
.selectDropDown .optionBlock ul li{
	margin-top:8px;
	font-size:13px;
	line-height:1em;
}
.selectDropDown .optionBlock ul li a{
	color:#333;
	display:block;
}
.selectDropDown .optionBlock ul li a:hover{
	color:#F90;
}
/********** 客製化 select 選單 end *************/

/********** 日期標籤 start *************/
.dateTag{
	display:inline-block;
	background:#FFF;
	color:#878787;
	font-size:9px;
	text-align:center;
	width:90px;
	padding:1px 0 2px;
	border-radius:2px;
	border:1px solid #adadad;
	line-height:1em;
}
/********** 日期標籤 end *************/

/********** 類別標籤 start *************/
a.typeTag{
	display:inline-block;
	background:#999;
	color:#FFF;
	font-size:9px;
	text-align:center;
	width:55px;
	padding:2px 0 3px;
	border-radius:2px;
	line-height:1em;
}
a.typeTag:hover{
	background:#000;
}
/********** 類別標籤 end *************/

/********** 日期標籤&類別標籤 組合 start *************/
.dateAndType{
	zoom:1;
	overflow:hidden;
}
.dateAndType .dateTag,
.dateAndType a.typeTag{
	float:left;
}
.dateAndType a.typeTag{
	margin-left:2px;
}
/********** 日期標籤&類別標籤 組合 end *************/


/********** 小型縮圖列表 start *************/
.sThumbnailUL{
	zoom:1;
	overflow:hidden;
	list-style:none;
}
.sThumbnailUL li{
	float:left;
	width:300px;
	height:93px;
	margin:20px 25px 0 0;
	zoom:1;
	overflow:hidden;
}
.sThumbnailUL li a.sThumbnail{
	float:left;
	width:118px;
	height:93px;
	display:block;
	overflow:hidden;
}
.sThumbnailUL li a.sThumbnail img{
	height:93px;
	display:block;
	border:none;
}
.sThumbnailUL li .figureTxt{
	float:left;
	width:167px;
	margin-left:15px;
}
.sThumbnailUL li .figureTxt h3{
	font-size:15px;
	font-weight:normal;
	line-height:1.4em;
}
.sThumbnailUL li .figureTxt h3 a{
	color:#000;
}
.sThumbnailUL li .figureTxt h3 a:hover{
	color:#F90;
}
/********** 小型縮圖列表 end *************/


/********** 中型縮圖列表 start *************/
.mThumbnailUL{
	zoom:1;
	overflow:hidden;
	list-style:none;
}
.mThumbnailUL li{
	float:left;
	margin-top:30px;
	width:210px;
}
.mThumbnailUL.narrow li{
	margin-left:14px;
}
.mThumbnailUL.wide li{
	margin-left:49px;
}
.mThumbnailUL li.firstInRow{
	margin-left:0;
	clear:both;
}
.mThumbnailUL li a.mThumbnail{
	display:block;
	overflow:hidden;
	height:166px;
	position:relative;
}
.mThumbnailUL li a.mThumbnail .tmp{
	visibility:hidden;
	height:0;
}
.mThumbnailUL li a.mThumbnail img{
	display:block;
	width:210px;
	height:166px;
	border:none;
}
.mThumbnailUL li a.mThumbnail .tBlock{
	display:block;
	position:absolute;
	width:100%;
	left:0;
	bottom:-23px;
}
.mThumbnailUL li a.mThumbnail .tBlock .tBg{
	display:block;
	background:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.mThumbnailUL li a.mThumbnail .tBlock em{
	position:absolute;
	left:0;
	top:0;
	display:block;
	font-size:15px;
	font-style:normal;
	color:#FFF;
	padding:5px 10px 10px;
	height:38px;
	overflow:hidden;
	line-height:1.5em;
}
.mThumbnailUL li .figureTxt{
	margin-top:10px;
}
.mThumbnailUL li .figureTxt p{
	margin:0;
	padding:0;
	color:#333;
	line-height:1.5em;
	height:45px;
	overflow:hidden;
}
.mThumbnailUL li .figureTxt em{
	display:block;
	text-align:right;
	font-style:normal;
	font-size:13px;
	margin-top:2px;
}
.mThumbnailUL li .figureTxt em a{
	color:#888;
}
.mThumbnailUL li .figureTxt em a:hover{
	color:#F90;
}
/********** 中型縮圖列表 end *************/


/********** 大型縮圖列表 start *************/
.bThumbnailUL{
	zoom:1;
	overflow:hidden;
	list-style:none;
	height:265px;
	position:relative;
}
.bThumbnailUL li{
	float:left;
	width:640px;
	height:245px;
	margin:20px 18px 0 0;
	zoom:1;
	overflow:hidden;
}
.bThumbnailUL li a.bThumbnail{
	float:left;
	width:300px;
	height:245px;
	display:block;
	overflow:hidden;
}
.bThumbnailUL li a.bThumbnail img{
	height:245px;
	display:block;
	border:none;
}
.bThumbnailUL li .figureTxt{
	float:left;
	width:315px;
	margin-left:25px;
}
.bThumbnailUL li .figureTxt h3{
	font-size:15px;
	line-height:1.4em;
}
.bThumbnailUL li .figureTxt h3 a{
	color:#000;
}
.bThumbnailUL li .figureTxt h3 a:hover{
	color:#F90;
}
.bThumbnailUL li .figureTxt p{
	margin:10px 0 0;
	padding:0;
	line-height:1.6em;
}
/********** 大型縮圖列表 end *************/


/********** 項目文字選單 start *************/
.itemTxtUL{
	list-style:none;
	zoom:1;
	overflow:hidden;
}
.itemTxtUL li{
	float:left;
	padding:0 2px 0 0;
}
.itemTxtUL li+li{
	background:url(../image/mainNavLine.gif) no-repeat 0 4px;
	padding-left:3px;
}
.itemTxtUL li a{
	display:block;
	line-height:1em;
	padding:3px 15px 3px;
	padding:2px 15px 4px\0; /* IE8&IE9 */
	color:#000;
}
.itemTxtUL li a:hover{
	color:#F90;
}
.itemTxtUL li.now a,
.itemTxtUL li.now a:hover{
	background:#000;
	color:#FFF;
}
/********** 項目文字選單 end *************/


/********** 項目方塊選單 start *************/
.itemCubeUL{
	list-style:none;
	zoom:1;
	overflow:hidden;
}
.itemCubeUL li{
	float:left;
	margin-left:0;
	cursor:pointer;
	width:7px;
	height:7px;
	background:#FFF;
	border:1px solid #c1c1c1;
	text-indent:-9999px;
	overflow:hidden;
}
.itemCubeUL li+li{
	margin-left:5px;
}
.itemCubeUL li.now{
	background:#c1c1c1;
}
/********** 項目方塊選單 end *************/


/************************** 分頁 start ****************************/
.sepPage{
	margin-top:40px;
	border-top:1px solid #ACACAC;
	padding-top:20px;
	zoom:1;
}
.sepPage:after{
	clear:both;
	content:"";
	display:block;
}
.sepPage ul{
	list-style:none;
	position:relative;
	left:50%;
	zoom:1;
	overflow:visible;
	float:left;
}
.sepPage ul li{
	list-style:none;
	position:relative;
	left:-50%;
	float:left;
	margin:0 7px;
	font-size:13px;
}
.sepPage ul li a{
	color:#666;
}
.sepPage ul li a:hover{
	color:#000;
}
.sepPage ul li.now a{
	color:#000;
	font-weight:bold;
}
.sepPage ul li.prev a,
.sepPage ul li.next a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:21px;
	height:17px;
	background:url(../image/sepPageArrow.gif) no-repeat;
}
.sepPage ul li.prev a{
	background-position:0 0;
}
.sepPage ul li.next a{
	background-position:0 bottom;
}
/************************** 分頁 end ****************************/


