/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
        =company-info
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/

body {
	margin:0;
	border:0;
	width:100%;
	background: url(/images/04/main/img-bodyBg.jpg) #1d1721 no-repeat 0 0;
	background-size: cover;
	color: #000;
	font-size: 14px;
	line-height:170%;
}
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: normal;
	word-break: normal;
	border-width:0;
	font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow";
}
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;
}

ul li a:hover ,
a:hover {
	color: #900;
	text-decoration: none;
}
.clearBoth {
	clear:both;
	padding:0;
	margin:0;
}

.wrapper {
	width: 100%;
	position: relative;
	border: 0;
	text-align: center;
	background: url(/images/04/main/img-headerBg.png) no-repeat center 0;
}

.wrapper .wrap {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: #1e1e1e;
    border-left: 1px #461807 solid;
    border-right: 1px #461807 solid;
	color: #fff;
}

.wrapper .topBg ,
.wrapper .bottomBg {
	margin: 320px auto 0;
	width: 960px;
	height: 32px;
	background: url(/images/04/main/img-centerBgT.png) no-repeat 0 0;
}

.wrapper .bottomBg {
	margin: auto;
	background-image: url(/images/04/main/img-centerBgB.png);
}

/* + header
*------------------------------------------------------------------*/
#header ,
#footer {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
}

#header #cis {
	margin-top: 10px;
	float: left;
	width: 210px;
}

#header .menu {
	float: right;
	margin-left: 20px;
	width: 730px;
}

#header .menu ul {
	text-align: right;
}

#header .menu ul li {
	display: inline-block;
}

#header .menu ul li a {
	width: 130px;
	height: 78px;
	display: block;
	line-height: 78px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 1px #000;
	text-align: center;
}

#header .menu ul li a:hover {
	background: url(/images/04/main/img-navHoverBg.png) no-repeat 0 0;
}

/* + wrap
*------------------------------------------------------------------*/
.wrap h3.tit {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(/images/04/main/icon-titLine.jpg) no-repeat 0 center;
	font-size: 20px;
	font-weight: bold;
	color: #c03a08;
}

.wrap img {
	max-width: 100%;
}

.wrap #letWrap {
	margin: 10px;
	float: left;
	width: 690px;
}
.wrap #rightWrap {
	margin: 10px;
	float: right;
	width: 230px;
}

.wrap #letWrap .top_banner {
	margin-bottom: 20px;
}

/* + footer
*------------------------------------------------------------------*/
#footer {
	padding: 20px 0;
	color: #fff;
	text-align: center;
}

#footer p {
	text-align: center;
}

#footer a {
	color: #fff;
}

#footer .memberJoin {
	position: fixed;
	top: 100px;
	left: 10px;
}