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

}

.color01{ color:#F60;}

.color02{ color:#00A3D8;}

.color03{ color:#D8A300;}

.color04{ color:#8C0000;}



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

body {

	margin: 0px;

	padding: 0px;

	background-color: #036;

}

#wrapper {

	width: 1000px;

	height: auto;

	position: relative;

	margin: 0 auto;

	line-height: 18px;

	letter-spacing: 1px;

	font-size: 13px;

	font-family: Verdana, "新細明體", "微軟正黑體";

}

/***頁頭範圍************************************************************************************************/

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

#header_box {

	width: 100%;

	height: auto;

	margin: 0 auto;

	background-repeat: no-repeat;

	background-position: top center;

	background-image: url(header_bg2.jpg);

	background-color: #003366;

}

#header {
	width: 1000px;
	height: 382px;
	margin: 0 auto;
	position: relative;

}

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

/***商標*********************************************************/

#logo {

	position: absolute;

	z-index: 1;

	height: auto;

	width: auto;

	left: 18px;

	top: 18px;

}

/***商標*********************************************************/



/***頁頭範圍************************************************************************************************/

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



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

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

#main_box {

	width: 100%;

	height: auto;

	padding-top: 54px;

	padding-bottom:10px;

	margin: 0 auto;

	background-repeat: repeat-y;

	background-position:center;

	background-image:url(main_bg.jpg);	

}

#main {

	width: 961px;

	height: auto;

	margin: 0 auto;

	position: relative;

	background-image:url(center_bg.jpg);

}

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

/***麵包屑******************************************************/

#breadcrumbs {

	width: 450px;

	height: auto;

	text-align: right;

	position: absolute;

	z-index: 1;

	top: 412px;

	right: 29px;

	color: #FF9326;

	font-size: 13px;

}

#breadcrumbs  a{

	color: #000000;

	TEXT-DECORATION: none;	

	-webkit-transition: color 120ms linear;

	-moz-transition: color 120ms linear;

	-o-transition: color 120ms linear;

	transition: color 120ms linear;



	}

#breadcrumbs  a:hover{

	color: #c90000;

	TEXT-DECORATION: none;

	}

/***麵包屑******************************************************/

/***上欄******************************************************/

#topsidebar {

	width: 1000px;

	height: 12px;

	float: left;

	background-image: url(topsidebar.html);

}

/***上欄******************************************************/

/***左欄******************************************************/

/***右欄******************************************************/

#top{

	width:961px;

	height: auto;

	float:left;

	

	}

#title{

	width: 40px;

	height: 200px;

	float: left;

	

	}

#subtitle{

	width: 670px;

	height: auto;

	padding: 5px 0px 5px 30px;

	float: right;

	font-size: 15px;

	font-weight: bold;

	font-family: 微軟正黑體;

	color: #FFF;

	}

#bottom{

	width: 700px;

	height: auto;

	float: right;

	

	}

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

#footer_box {

	width: 100%;

	height: auto;

	margin: 0 auto;

	background-repeat: no-repeat;

	background-position:center top;

	background-image: url(footer/bg.jpg);

}

#footer {

	position: relative;

	width: 1000px;

	height: 113px;

	padding: 0px 0px 0px 0px;

	margin: 0 auto;

	font-size: 13px;

	line-height: 18px;

	color: #fff;

	font-family:Verdana;

	letter-spacing:1px;

	background-position:center top;

	background-image:url(footer/bg2.html);

}

#footer .qr {

	position: absolute;

	z-index: 1px;

	top: 46px;

	left: 19px;

	width: 83px;

	height: auto;

	float: left;

	text-align: left;

	color: #FFF;

}

#footer .community {

	position: absolute;

	z-index: 1px;

	top: 5px;

	left: 25px;

	width: 122px;

	height: 30px;

	float: left;

}

#footer .menu {

	width: 980px;

	height: auto;

	padding: 5px 20px 8px 0px;

	float: right;

	letter-spacing: 2px;

	text-align: center;

	color: ffffff;

}

#footer .menu a {

	color: #ffffff;

	TEXT-DECORATION: none;

	 -webkit-transition: color 120ms linear;

	 -moz-transition: color 120ms linear;

	 -o-transition: color 120ms linear;

	 transition: color 120ms linear;



}

#footer .menu a:hover {

	COLOR: #FF0;

	TEXT-DECORATION: none;

}

#footer span {

	COLOR:#467904;

}

#footer .info {

	width: 1000px;

	height: auto;

	float: right;

	padding: 5px 0px 0px 0px;

	text-align: center;

	color:#660000;

}

#footer .copyright {

	width: 1000px;

	height: auto;

	float: left;

	padding: 5px 0px 0px 0px;

	text-align: center;

	color: #947F4E;

}

#footer .copyright a {

	color: #947F4E;

	TEXT-DECORATION: none;

	 -webkit-transition: color 120ms linear;

	 -moz-transition: color 120ms linear;

	 -o-transition: color 120ms linear;

	 transition: color 120ms linear;



}

#footer .copyright a:hover {

	COLOR: red;

	TEXT-DECORATION: none;

}

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