@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;
}

/*上下換圖按鈕加在連結中的css，意思是<a>標籤的背景位置為往上移動圖片高度一半的單位*/
/***普通通用*********************************************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "微軟正黑體";
	background-color: #fff;
}
#wrapper {
	width: 100%;
	position: relative;
	background-image: url(wrapper.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/***普通通用*********************************************************/
/***頁頭********************************************************/
#header_box {
	width: 100%;
	height: auto;
	background-image: url(banner/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 1000px;
	height: 394px;
	position: relative;
	margin: 0 auto;
}
#header .skye{
	position: absolute;
	top: 185px;
	right: -60px;
}
/***頁頭********************************************************/
/***LOGO*******************************************************/
#logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 0px;
	z-index: 5;
	top: 0px;
}
/***LOGO*******************************************************/

/***主視圖********************************************************/
/***主要內容******************************************************/
#main_box {
	width: 100%;
	height: auto;
}
#main {
	width: 1000px;
	height: auto;
	min-height: 354px;
	position: relative;
	margin: 0 auto;
}

/**左邊**/
#leftside{
	width: 202px;
	height: auto;
	min-height: 200px;
	float: left;
	padding-left: 18px;
	padding-bottom: 70px;
}

/***左邊內容***/
#leftnav_title{
	width: 202px;
	height: auto;
}
#leftnav{
	width: 200px;
	height: auto;
	clear: both;
	margin-left: 2px;
	padding-bottom: 30px;
}


/***右邊******************************************************/
#rightside{
	float: right;
	height: auto;
	width: 745px;
	min-height: 445px;
	margin-right: 17px;
}


#leftside .info{
	height: auto;
	width: 200px;
	margin-bottom: 30px;
	margin-left: 2px;
}
#leftside .link{
	height: auto;
	width: 196px;
	margin-left: 2px;
	border: 1px solid #3E9ADD;
	background-image: url(leftnav/info-title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
}
#leftside .link a{
	display: block;
	margin: auto;
	width: 179px;
	padding: 13px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E9ADD;
}
#leftside .link a.end{border-bottom: 0px;}


/***麵包屑*********************************************************/
#breadcrumbs {
	width: auto;
	z-index: 99;
	color: #73B4E4;
	position: absolute;
	right: 36px;
	height: auto;
	font-size: 12px;
	font-family: "微軟正黑體";
	top: 7px;
}
#breadcrumbs strong{color: #AAAAAA;} 
#breadcrumbs span{color:#AAAAAA;}
#breadcrumbs a {
	color: #3F8AB8;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumbs a:hover {
	color: #73B4E4;
}
/***麵包屑*********************************************************/

#title{
	height: 60px;
	width: 705px;
	position: relative;
	background-image: url(title/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 20px;
	font-weight: bold;
	color: #D93600;
	padding-left: 20px;
	font-family: "微軟正黑體";
}
#title span{
	font-family: "Century Gothic";
	font-size: 16px;
	color: #508DD2;
	font-weight: normal;
}
#title strong{
	color: #003366;
}


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

#pages {
	width: 100%;
	font-size: 13px;
	color: #00468C;
	font-family: Arial, Helvetica, sans-serif;
	height: 80px;
	clear: both;
	margin: auto;
	padding-top: 21px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#pages.lin{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
}
#pages .table{
	background-image: url(../pages/bg.jpg);
	height: 28px;
	width: 647px;
	margin: auto;
}
#pages .pgs a {
	color: #5B7897;
	text-decoration: none;
	margin: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	border: 1px solid #CFCFCF;
	float: left;
	padding: 1px 11px;
}

#pages .pgs a:hover,
#pages .pgs a.link,
#pages .pgs a.active
{
	color: #fff;
	background: #7792d9; /* Old browsers */
background: -moz-linear-gradient(top,  #7792d9 0%, #4569c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7792d9), color-stop(100%,#4569c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7792d9 0%,#4569c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7792d9 0%,#4569c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7792d9 0%,#4569c9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7792d9 0%,#4569c9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7792d9', endColorstr='#4569c9',GradientType=0 ); /* IE6-9 */

}

#pages.back{
	background-image: url(../pages/lin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


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

/***社群*******************************************************/
#community {
	position: absolute;
	top: 56px;
	right:20px;
}
#community img{ cursor:pointer;}
/***社群*******************************************************/
/***頁底*********************************************************/
#footer_box {
	width: 100%;
	height: auto;
	background-image: url(footer/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	font-size: 12px;
}

#footer .menu {
	width: 1000px;
	height: auto;
	color: #FFDF77;
	position: absolute;
	top: 0px;
	font-size: 13px;
	right: 0px;
	text-align: center;
	line-height: 31px;
}
#footer .menu a {
	color: #FFDF77;
	text-decoration: none;
	padding: 0 15px;
}
#footer .menu a:hover {
	color: #BFDFFF;
}

#footer .qr{
	position: absolute;
	right: 90px;
	top: 43px;
}
#footer .logo{
	position: absolute;
	left: 20px;
	top: 60px;
}

#footer .info {
	color: #DDE4F2;
	position: absolute;
	top: 60px;
	left: 280px;
}
#footer .copyright {
	color: #8CA5DF;
	position: absolute;
	top: 85px;
	left: 280px;
	font-size: 13px;
}
#footer .copyright span{color: #E5B8FE;}
#footer .copyright a {
	color: #8CA5DF;
	text-decoration: none;
}
#footer .copyright ins{
	text-decoration: underline;
}
#footer .copyright a:hover {
	color: #E5B8FE;
	text-decoration: none;
}

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