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

/***普通通用*********************************************************/

p {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
.clear {
	zoom: 1;
	clear: both;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.bold {
	font-weight: bold;
}
.borderall {
	border: 1px solid #BBBBBB;
}
/*上下換圖按鈕加在連結中的css，意思是<a>標籤的背景位置為往上移動圖片高度一半的單位*/

/***普通通用*********************************************************/
#mark {
	width: 221px;
	height: 76px;
	position: absolute;
	top: 10px;
	left: 920px;
	z-index: 99;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "新細明體";
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #6a6a6a;
}
#wrapper {
	width: 100%;
	position: relative;
}
#wrapper_box {
	width: 100%;
	position: relative;
}
/***普通通用*********************************************************/

/***頁頭********************************************************/

#header_box {
	width: 100%;
	height: 112px;
	background-repeat: repeat-x;
}
#header_top {
	width: 1000px;
	height: 8px;
	margin: 0 auto;
	padding:0 140px;
	background:url(img/top_bg.jpg) no-repeat center
}
#header {
	width: 1280px;
	height: 104px;
	margin: 0 auto;
	position: relative;
	left: 0px;
}
/***頁頭********************************************************/
/***LOGO*******************************************************/
#logo {
	width: 170px;
	height: 76px;
	position: absolute;
	top: 19px;
	left: 160px;
	z-index: 99;
}
/***LOGO*******************************************************/


/***TEL*******************************************************/
#tels {
	width: auto;
	height: auto;
	position: absolute;
	top: 21px;
	z-index: 99;
	right: 360px;
}

/***TEL*******************************************************/


#lang {
	position: absolute;
	bottom: -30px;
	right: 170px;
	z-index: 5;
}










/***主視圖******************************************************/

#ad_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative
}
#ad {
	width: 1280px;
	height: 307px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
}
#ad_top {
	width: 100%;
	height: 535px;
	position: absolute;
	z-index: 99;
	top: 0px;
	background: url(banner/ad_top.png) repeat-x;
}
/***主視圖********************************************************/

/***主要內容******************************************************/

#main_box {
	width: 100%;
}
#main {
	width: 1000px;
	height: auto;
	margin: auto;
	padding: 0;
	position: relative;
	background-image: url(main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#main_bg {
	width: 1026px;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding:0 127px;
	background: url(img/bg.png) repeat-y center;
}
#main_bg_bottom {
	width: 1026px;
	height: 45px;
	position: relative;
	padding:0 127px;
	margin: 0 auto;
}
#leftsidebar {
	width: 230px;
	float: left;
	margin: 0 0 0 0px;
}
#leftnav {
	width: 211px;
	float: right;
	height: auto;
	margin: 0px;
}
#leftnav .but {
	width: 211px;
	height: auto;
	padding-bottom: 10px;
}
#rightside {
	width: 750px;
	float: right;
	height: auto;
}
/***麵包屑*********************************************************/

#breadcrumbs {
	width: 400px;
	height: auto;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	color: #7a7a7a;
	right: 349px;
	top: 25px;
}
#breadcrumbs a:link {
	color: #738a15;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color: #738a15;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #FF5B00;
	text-decoration: none;
}
/***麵包屑*********************************************************/

#title {
	background-image: url(title/bg.jpg);
	height: 48px;
	width: 730px;
	padding-top: 59px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4c4c4c;
	font-weight: bold;
	line-height:24px;
	background-repeat: no-repeat;
}
/***主要內容******************************************************/

/***more******************************************************/

.more {
	width: 38px;
	height: 10px;
	background: url(img/more.png) no-repeat;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	ransition: background 200ms linear;
}
.more:hover {
	width: 38px;
	height: 10px;
	background: url(img/more_.png) no-repeat;
}
.more span {
	width: 38px;
	height: 10px;
	display: block;
}
/***more******************************************************/





/***分頁*******************************************************/

#pages {
	width: 100%;
	font-size: 13px;
	color: #003F85;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	clear: both;
	margin-top: 20px;
	padding: 20px 0 0 0;
}
#pages a:link {
	color: #868686;
	margin: 0 5px;
	text-decoration: none;
}
#pages a:visited {
	color: #868686;
	text-decoration: none;
}
#pages a:hover {
	COLOR: #91c512;
	text-decoration: none;
}
/***分頁*******************************************************/

/***頁底*********************************************************/

#footer_box {
	width: 100%;
	height: auto;
	position: relative;
}
#footer {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
}
#footer .logo {
	background-repeat: no-repeat;
	background-image: url(footer/logo.jpg);
}
#footer .info {
	text-align: center;
	height: 20px;
	color: #868686;
	margin: 10px 0;
}
#footer .copyright {
	text-align: center;
	color: #868686;
}
#footer .copyright a {
	color: #868686;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .copyright a:visited {
	color: #868686;
	text-decoration: none;
}
#footer .copyright a:hover {
	color: #AAAAAA;
	text-decoration: none;
}
#footer .logo {
	width: 312px;
	height: 64px;
	margin: 0 auto;
	left: 716px;
	top: 1067px;
}
#footer .social {
	width: 80px;
	height: 15px;
	margin: 10px auto;
}
#footer .social li {
	display: inline;
}
#footer .social li a {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin: 0 2px 0 2px;
	-webkit-transition: background-position 100ms linear;
	-moz-transition: background-position 100ms linear;
	-o-transition: background-position 100ms linear;
	transition: background-position 100ms linear;
}
#footer .social li a:hover {
	background-position: 0 0 !important;
}
#footer .social li a.twitter {
	background: url('footer/tw.png') no-repeat 0 100%;
}
#footer .social li a.facebook {
	background: url('footer/fb.png') no-repeat 0 100%;
}
#footer .social li a.google {
	background: url('footer/google.png') no-repeat 0 100%;
}
#footer .social li a.plurk {
	background: url('footer/plurk.png') no-repeat 0 100%;
}
#footer .social li a.favorites {
	background: url('footer/favorites.png') no-repeat 0 100%;
}



/***頁底*********************************************************/
