@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;
}
/***瀏覽人數*********************************************************/
.browser-view{
	position: absolute;
	top: 5px;
	right: 180px;
	color: #8CB70F;
	font-weight: bold;
	text-align: right;
	font-size: 18px;
}
.browser-view:before,
.browser-view:after{
	margin:0 5px;
	font-size: 13px;
	color: #777;
}
.browser-view:before{
	content: '瀏覽人數';
}
.browser-view:after{
	content: '次';
}
/***普通通用*********************************************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif, '微軟正黑體';
	font-size: 16px;
	color: #666666;
}
/***頁頭範圍************************************************************************************************/
/***上列按鈕*********************************************************/
#top_btn {
	position: absolute;
	z-index: 1;
	left: 481px;
	top: 56px;
}
#language{
	display:block;
	height:27px;
	width:131px;
	background-image:url(../data/wrapper/language.png);
	background-repeat: no-repeat;
	position:absolute;
	right: 30px;
	top: 0px;
	text-align:center;
	color:#FFFFFF;
	padding-top:3px;
	font-size:13px;
}
#language a{
	color:#FFFFFF;
	font-size:13px;
}
#language a:hover{
	color:#FFC600;
}
/***上列按鈕*********************************************************/

/***頁頭********************************************************/
#header_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: left;
}
#header {
	width: 1000px;
	height: 133px;
	margin: 0 auto;
	position: relative;
}
/***頁頭********************************************************/
/***商標*********************************************************/
#logo {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 29px;
}
/***商標*********************************************************/

/***頁頭範圍************************************************************************************************/
/***主視圖範圍**********************************************************************************************/
/***主視圖******************************************************/
#ad_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image:url(../data/wrapper/ad_bg.jpg);
	background-position:50% 30px;
	background-repeat:no-repeat;
}
#ad {
	width: 1000px;
	height: 530px;
	margin: 0 auto;
	position: relative;
}

/***主視圖******************************************************/
/***主視圖範圍**********************************************************************************************/

/***主要內容範圍**********************************************************************************************/
/***主要內容******************************************************/
#main_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image:url(../data/wrapper/bg.png);
}
#main {
	width: 1000px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
#leftside {
	width: 220px;
	height: auto;
	margin: 0px 0px 20px 0px;
	float: left;
}
#icon {
	width: 220px;
	height: auto;
	margin: 30px 0px 20px 0px;
	float: left;
}
#icon .icon{
	width: 220px;
	height: auto;
	margin: 0px 0px 5px 0px;
	float: left;
}
#rightside {
	width: 755px;
	height: auto;
	margin: 0px 0px 10px 0px;
	float: right;
}
#title {
	width: 217px;
	height: 98px;
	margin: 15px 0px 20px 0px;
	padding: 155px 0 0 0;
	float: left;
	text-align: center;
	background-image: url(../data/wrapper/title_bg.jpg);
}
#title2 {
	width: 705px;
	height: 34px;
	margin: 36px 0px 20px 0px;
	padding: 10px 0 0 50px;
	float: right;
	text-align: left;
	background-image: url(../data/wrapper/title2_bg.jpg);
	color: #FFF;
	font-size: 20px;
}
/************************************************************/
/***主要內容範圍**********************************************************************************************/
/***麵包屑*********************************************************/
#breadcrumbs {
	text-align: right;
	color: #EDEDED;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 14px;
	top: 49px;
	z-index: 1;
	width: 254px;
	letter-spacing:2px;
}
#breadcrumbs span {
	color: #999999;
}
#breadcrumbs img {
	padding: 0px 2px 0 0;
}
#breadcrumbs a {
	color: #EDEDED;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#breadcrumbs a:visited {
	color: #8CB70F;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #FFCC00;
	text-decoration: none;
}
/***麵包屑*********************************************************/

/***頁底*********************************************************/
#footer_box {
	width: 100%;
	height: 306px;
	margin: 0 auto;
	background-image:url(../data/wrapper/footer/bg.jpg);
	background-position:center;
}
#footer_box .footer {
	position: relative;
	width: 1000px;
	height: 232px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 16px;
	color: #fff;
}
#footer_box .qr {
	position: absolute;
	z-index: 1px;
	top: 14px;
	left: 15px;
	width: 83px;
	height: auto;
	text-align: left;
	color: #FFF;
}
#footer_box .gotop {
	position: absolute;
	z-index: 1px;
	top: -19px;
	left: 908px;
	width: 60px;
	height: auto;
	text-align: left;
	color: #FFF;
}
#footer_box .w1 {
	position: absolute;
	z-index: 1px;
	bottom: -35px;
	left: 552px;
	width: 134px;
	height: auto;
	font-size: 13px;
}
#footer_box .w1 a {
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer_box .w1 a:visited {
	color: #000;
	text-decoration: none;
}
#footer_box .w1 a:hover {
	color: #FC0;
	text-decoration: none;
}
#footer_box .community {
	position: absolute;
	z-index: 1px;
	bottom: -36px;
	left: 769px;
	width: 196px;
	height: 30px;
}
#footer_box .menu {
	width: 980px;
	height: auto;
	padding: 18px 20px 5px 0px;
	float: right;
	text-align: right;
	color: #196600;
	font-size: 15px;
	letter-spacing:2px;
}
#footer_box .menu a {
	color: #196600;
	TEXT-DECORATION: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}
#footer_box .menu a:hover {
	COLOR: #F60;
	TEXT-DECORATION: none;
}
#footer_box span {
	COLOR: #FFFFFF;
}
#footer_box .info {
	width: 880px;
	height: auto;
	float: right;
	padding: 10px 0px 0px 120px;
	text-align: left;
	color: #727272;
	line-height:27px;
}
#footer_box .copyright {
	width: 532px;
	height: auto;
	float: right;
	text-align: right;
	color: #fff;
	position: absolute;
	z-index: 5;
	left: 3px;
	bottom: -35px;
	font-size: 13px;
}
#footer_box .copyright a {
	color: #fff;
	TEXT-DECORATION: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}
#footer_box .copyright a:hover {
	COLOR: #FC0;
	TEXT-DECORATION: none;
}
/***頁底*********************************************************/
