@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;
}
.both {
	clear: both;
}
/*上下換圖按鈕加在連結中的css，意思是<a>標籤的背景位置為往上移動圖片高度一半的單位*/

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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "微軟正黑體";
	background-image: url(bg.jpg);
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto;
	background-image: url(banner/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/***普通通用*********************************************************/

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

#header_box {
	width: 100%;
	height: auto;
	background-image: url(header.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	width: 1000px;
	height: 521px;
	margin: 0 auto;
	position: relative;
}
/***頁頭********************************************************/

/***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;
	padding-bottom: 20px;
}
/**左邊**/

#leftside {
	width: 293px;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 137px;
}
/***左邊內容***/

#leftnav_bg {
	background-image: url(leftnav/left-bg.png);
	height: auto;
	width: 293px;
}
#leftnav_down {
	background-image: url(leftnav/down.png);
	clear: both;
	height: 88px;
	width: 293px;
}
#leftnav_title {
	width: 293px;
	height: 210px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: -210px;
}
#leftnav {
	height: auto;
	width: 293px;
	background-image: url(leftnav/left-bg-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 350px;
}
#leftside .info {
	padding-bottom: 15px;
	padding-left: 10px;
}
.school_menu {
	width: 233px;
	height: auto;
	position: relative;
	background-image: url(leftnav/school-title.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	padding-top: 101px;
}
ul.school_menu {
	width: 211px;
	height: auto;
	list-style-type: none;
	clear: both;
	margin: 0;
	padding: 0px 0px 0px 13px;
}
ul.school_menu li {
	height: 40px;
	width: 211px;
}
ul.school_menu li a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.school_menu li a.nav1 {
	background-image: url(leftnav/left-nav_01.jpg);
}
ul.school_menu li a.nav2 {
	background-image: url(leftnav/left-nav_02.jpg);
}
ul.school_menu li a.nav3 {
	background-image: url(leftnav/left-nav_03.jpg);
}
ul.school_menu li a.nav4 {
	background-image: url(leftnav/left-nav_04.jpg);
}
ul.school_menu li a.nav5 {
	background-image: url(leftnav/left-nav_05.jpg);
}
ul.school_menu li a.nav6 {
	background-image: url(leftnav/left-nav_06.jpg);
}
/***右邊******************************************************/

#rightside {
	float: right;
	height: auto;
	width: 705px;
	min-height: 445px;
}
#title {
	height: 45px;
	width: 685px;
	position: relative;
	margin-bottom: 1px;
	border-bottom: 1px solid #E7BB8F;
}
#title_name {
	color: #DC851F;
	font-size: 18px;
	padding-top: 21px;
	font-weight: bold;
	float: left;
}
#content {
	width: 639px;
	height: auto;
	border: 1px solid #F0D5B9;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	padding: 22px;
	background-color: #FFF;
}
/***麵包屑*********************************************************/

#breadcrumbs {
	width: auto;
	z-index: 99;
	color: #B78B6E;
	position: absolute;
	right: 22px;
	height: auto;
	font-size: 12px;
	font-family: "微軟正黑體";
	top: 18px;
}
#breadcrumbs strong {
	color: #985750;
}
#breadcrumbs span {
	color: #985750;
}
#breadcrumbs a {
	color: #985750;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumbs a:hover {
	color: #B78B6E;
}
/***麵包屑*********************************************************/







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

#pages {
	width: 100%;
	font-size: 13px;
	color: #00468C;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	clear: both;
	margin: 10px auto 0 auto;
	padding: 20px 0;
}
#pages.lin {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFEACE;
}
#pages .table {
	height: 28px;
	width: 647px;
	margin: auto;
}
#pages .pgs a {
	color: #878787;
	text-decoration: none;
	margin: 5px;
}
#pages .pgs a:hover,  #pages .pgs a.link {
	color: #CA0101;
	font-weight: bold;
}
#pages.back {
	background-image: url(../pages/lin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/***分頁*******************************************************/



/***社群*******************************************************/

#community {
	padding-left: 10px;
	position:relative;
	float:left;
}
/***社群*******************************************************/

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

#footer_box {
	width: 100%;
	height: auto;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer {
	width: 1000px;
	height: 232px;
	margin: 0 auto;
	position: relative;
	font-size: 13px;
}
#footer .menu {
	width: 1000px;
	height: auto;
	color: #FFFFFF;
	position: absolute;
	top: 35px;
	right: 0px;
	text-align: center;
}
#footer .menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .menu a:hover {
	color: #814A36;
}
#footer .info {
	color: #DFC0B6;
	position: absolute;
	top: 78px;
	left: 0px;
	text-align: center;
	width: 100%;
	line-height:19px;
}
#footer .copyright {
	color: #DFC0B6;
	position: absolute;
	top: 206px;
	left: 0px;
	font-size: 12px;
	text-align: center;
	width: 100%;
}
#footer .copyright span {
	color: #DFC0B6;
}
#footer .copyright a {
	color: #DFC0B6;
	text-decoration: none;
}
#footer .copyright ins {
	text-decoration: underline;
}
#footer .copyright a:hover {
	color: #814A36;
	text-decoration: none;
}
#footer .img {
	position: absolute;
	z-index: 1;
	left: -140px;
	top: -137px;
}



/***頁底*********************************************************/
.f_btm02 {
	width: 123px;
	height: 27px;
	position: absolute;
	left: 128px;
	top:0px;
	float: left;
	z-index:99999;
}

.f_btm02 a{
	width: 100%;
	height: 100%;
	display: block;
	background:url(index/f01.png);
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	ransition: background 200ms linear;

}
.f_btm02 a:hover{
	background:url(index/f02.png);
}
