body {
	width:100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-family: "微軟正黑體", "Microsoft JhengHei";
	background: #fff url(../images/bodyBg.jpg) no-repeat center top;
	color: #404040;
	min-height: 100%;
	height: 100%;
}
h1, h2, h3{
	margin:12px 0;
}
ul.menu, ul.nolist{
  margin: 0;
  padding:0;
  list-style: none;
}
ul.menu li{
	display:inline-block;
}
ul.menu li a{
	color:#fff;
	text-decoration: none;
}
a img{
	border:0;
}
.clearfix {
	*zoom:1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.relative{
	position:relative;
}
.absolute{
	position: absolute;
}

#h_wrapper {
	width:100%;
	height:170px;
	border-bottom: 1px solid #6D6F71;
}
#c_wrapper {
	width:100%;
	min-height: 100%;
    margin-bottom: -60px;
}
#f_wrapper {
	width: 100%;
	background-color:#1F191A;
	border-top: 4px solid #6D6F71;
	height: 130px;
}
#c_wrapper:after {
  content: "";
  display: block;
  height: 130px; /* the footer's total height */
}
.wrapper {
	width:950px;
	margin:0 auto;
}
/* Home */
#container.homeBg{
	background:url(../images/bgHome.png) no-repeat center 22px;
	padding-top:545px;
}
.home #logo{
	top:15px;
	left:25px;
}
.home #submain{
	margin-top:10px;
	margin-bottom: 22px;
}
#slider{
	position:relative;
}
#slider .slider_show{
	width:853px;
	height: 160px;
	display: block;
	overflow: hidden;
	margin:0 auto;
}
#slider .slider_show ul{
	width:9999px;
}
#slider .slider_show li{
	width: 195px;
	height: 160px;
	margin-right: 20px;
	display:inline-block;
}
#slider .slider_show .img_area{
	width: 100%;
	height: 135px;
	position:relative;
}
#slider .slider_show .img_area>img{
	opacity:0.85;
	filter:alpha(opacity=85);
}
#slider .slider_show a:hover .img_area>img{
	opacity:1;
	filter:alpha(opacity=100);
}
#slider .slider_show .mark_area{
	width: 185px;
	height: 125px;
	display: block;
	border: 5px solid #fff;
	opacity:0.3;
	filter:alpha(opacity=30);
	position: absolute;
	top:0;
}
#slider .slider_show .text_area, #slider .slider_show .img_text{
	position: absolute;
	left:5px;
	bottom:5px;
}
#slider .slider_show .text_area{
	width: 185px;
	height: 26px;
	background-color: #000;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#slider .slider_show .img_text{
	width: 170px;
	height: 21px;
	padding: 0 5px 0 10px;
}
#slider .slider_show .img_text .img_text_tw{
	float: left;
}
#slider .slider_show .img_text .img_text_en{
	float: right;
}
#slider .slider_show p{
	color: #9C1211;
	text-decoration: underline;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}

#slider .sliderBtn{
	width: 18px;
	height: 135px;
	display:block;
	position: absolute;
}
#slider .btnLeft{
	background:url(../images/sliderLeft.png) no-repeat left center;
	left:0;
	top:0;
}
#slider .btnRight{
	background:url(../images/sliderRight.png) no-repeat right center;
	right:0;
	top:0;
}
/* Page */
#header{
}
#header #logo{
	margin-top: 15px;
	margin-left: 25px;
}


/* Page - nav */
#nav{
	margin-top: 134px;
}
#nav li{
	background:url(../images/navLine.png) no-repeat left center;
}
#nav li a{
	padding: 10px 15px;
	border-left: 2px solid transparent;
	display: block;
}
#nav li a.active, #nav li a:hover{
	border-left: 2px solid #cc0202;
	border-bottom: 2px solid #cc0202;
}


/* Page - container */
#container{
	padding-top: 18px;
	height: 100%;
}
#main{
	padding: 35px 8px 8px 8px;
	background-color: #fff;
}
#submain{
	background:url(../images/submainShadow.png) no-repeat center top;
	padding-top:36px;
}
#sideLeft{
	width: 385px;
	padding-top: 17px;
	padding-left: 20px;
}
.pageBgResult{
	background:url(../images/bgResult.png) no-repeat left bottom;
	padding-bottom: 300px;
	/*padding-bottom: 270px;*/
}
#sideLeft .leftTitle{
	margin-bottom: 22px;
}
#sideLeft .listbox{
	width: 330px;
}
#sideLeft .listbox1{
	width: 330px;
	height:225px;
}
#sideLeft .listResult li{
	background-color: #404040;
	margin: 4px 0;
	padding:7px 5px 7px 10px;
}
#sideLeft .listResult li a{
	color:#fff;
	text-decoration: none;
}
#sideLeft .listResult li a:hover{
	color:#B2B4B6;
}
#sideLeft span.listContent{
	width: 165px;
	font-weight: bold;
	display: inline-block;
}
#sideLeft span.listContent2{
	width: 245px;	/*230px;*/
	font-weight: bold;
	display: inline-block;
}
#sideLeft span.listdate{
	width: 150px;
	display: inline-block;
	color:#B2B4B6;
	font-size: 12px;
}
#sideLeft span.listdate2{
	width: 70px;	/*80px;*/
	display: inline-block;
	color:#B2B4B6;
	font-size: 12px;
}
ul.pageNum{
	margin-top: 10px;
	text-align: right;
}
ul.pageNum li{
	width: 26px;
	height: 26px;
	background-color: #404040;
	color:#fff;
	text-align: center;
	line-height: 26px;
	margin-right: 5px;
}
#sideRight{
	width: 400px;
	padding: 0 60px;
}
#sideRight .watermark{
	text-align: right;
}
#sideRight p{
	margin:0;
	line-height: 28px;
}
#sideRight .info span{
	/*display: inline-block;*/
}
#sideRight .info .listName{
	width: 70px;
	vertical-align: top;
}
#sideRight .info .listinfo{
	width: 330px;
}
.watermarkBtn {	margin-top:10px;}.watermarkBtn a {	color:#333;	text-decoration:none;}.watermarkBtn a:hover {	color:#E5020C;}
.listinfo2 {
	width:400px;
	padding-top:20px;
	}
.listinfo3 {
	width:400px;
	padding-bottom:10px;
	line-height:28px;
	}
.listinfo4 {
	width:230px;
	padding-left:10px;
	position:absolute;
	}
.listinfo5 {
	width:400px;
	margin:8px 0;
	/*line-height:28px;*/
	}
.listbox2 {
	padding:33px 0 0 0;
	}
.listbox1 {
	padding:10px 0 0 0;
	}
.input1 {
	width:320px;
	}
#sideRight .businessinfo {
	width:196px;
	display:block;
	float:left;
	padding:0 4px 0 0;
	}
#sideRight .businessinfo2 {
	width:196px;
	display:block;
	float:left;
	padding:0 0 0 4px;
	}
#sideRight .gallery{
	width: 400px;
	height: 270px;
	margin-top:12px;
	display: block;
	background-color:#B2B4B6;
}
.caption {
	margin:5px 0 ;
	}
/* footer */
#footer {
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 0px;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	text-align: center;
	color:#B2B4B6;
}
#footer p{
	margin: 4px 0;
}
#footer a{
	color:#B2B4B6;
}
#footer a:hover{
	text-decoration: none;
}

/* btn */
.btn1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:400px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.btn1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.btn1:active {
	position:relative;
	top:1px;
}
