@charset "utf-8";
/* CSS Document */

/*reset----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	text-decoration:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*all style----------------------------------------------------------------*/
body {
	background: url(../images/bg.jpg);
}
.wrap {
	width:955px;
	margin:0 auto;
}
.clear {
	clear:both;
}
/*btn style----------------------------------------------------------------*/
.btn01 {
	font-size:14px;
	font-weight: bold;
	font-family: "微軟正黑體";
	letter-spacing:1px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #83c41a;
	padding:6px 9px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #9dce2c), color-stop(100%, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	background:-ms-linear-gradient( top, #9dce2c 5%, #8cb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #689324;
	-webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
	-moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
	box-shadow:inset 1px 1px 0px 0px #c1ed9c;
	position:absolute;
	right:10px;
	top:-35px;
}
.btn01:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #8cb82b), color-stop(100%, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	background:-ms-linear-gradient( top, #8cb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}

.btn02{
	font-size:14px;
	font-family: "微軟正黑體";
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #B5D8FD3;
	padding:8px 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #63b8ee), color-stop(100%, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	background:-ms-linear-gradient( top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	color:#fff;
	display:inline-block;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	box-shadow:inset 1px 1px 0px 0px #bee2f9;
	margin:5px 0 0 0;
}

.btn02:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #468ccf), color-stop(100%, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	background:-ms-linear-gradient( top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}

.btn02:active {
	position:relative;
	top:1px;
}

.btn03 {
	font-size:14px;
	font-family: "微軟正黑體";
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:2px 6px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}
.btn03:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.btn03:active {
	position:relative;
	top:1px;
}
/*banner----------------------------------------------------------------*/	
.banner {
	background: url(../images/banner.png);
	width:933px;
	height:245px;
	margin:45px 0 0 18px;
	position:relative;
}
/*a*/.school {
	display:block;
	background: url(../images/school_logo.png);
	width:243px;
	height:29px;
	position:absolute;
	top:-35px;
	left:5px;
}

.banner-earth {
	background: url(../images/earth.png);
	width:779px;
	height:313px;
	position:absolute;
	top:-45px;
	left:80px;
}
.banner ul {
	position:absolute;
	right:50px;
	top:120px;
}
.banner li {
	background: url(../images/icon01.png) no-repeat center left;
	padding:0 0 0 15px;
	color:#b94600;
	font-family: "微軟正黑體";
	font-size:12px;
	line-height:21px;
	text-shadow:1px 0 0 #fff
}
.banner li a:hover {
	text-decoration:underline;
}
/*all box h2----------------------------------------------------------------*/
.box h2 {
	font-family:  "Adobe 繁黑體 Std B";
	background: url(../images/icon02.png) center left no-repeat;
	padding:0 0 0 12px;
	line-height:30px;
	border-bottom:1px dashed #999;
}
/*left----------------------------------------------------------------*/	
.left {
	margin:0 0 30px 25px;
	width:345px;
	float:left;
}
/*login---------------------------------------------------*/
.login {
	margin:0 0 76px 0;
}
.login-table {
	margin:8px 0 40px 12px;
	font-family: "微軟正黑體";
	font-size:14px;
}
.login-table td {
	line-height:33px;
}
.login-table th {
	padding:0 0 0 12px;
}
/*input*/.blue-input {
	margin:0 2px 0 0;
	padding:0 0 0 5px;
	border:1px solid #85e9ff;
	-webkit-box-shadow: #dfdfdf 0px 2px 0px;
	-moz-box-shadow: #dfdfdf 0px 2px 0px;
	box-shadow: #dfdfdf 0px 2px 0px;
}
/*link---------------------------------------------------*/	
.link {
	position:relative;
}
.link-earth {
	background: url(../images/image01.png);
	width:124px;
	height:49px;
	position:absolute;
	top:-19px;
	left:235px;
}
.link ul {
	margin:5px 0 0 15px;
}
.link li a {
	font-family: "微軟正黑體";
	font-size:14px;
	color:#4d6f01;
	line-height:30px;
	background: url(../images/icon03.png) left no-repeat;
	padding:0 0 0 10px;
}
.link li a:hover {
	text-decoration:underline;
}
/*right----------------------------------------------------------------*/
.right {
	width:530px;
	float:right;
	margin:0 10px 0 0;
}
/*news---------------------------------------------------*/
.news {
	margin:0 0 48px 0;
}
.news h2 a {
	font-family: Arial, Helvetica, sans-serif;
	color:#4daca8;
	font-size:13px;
	padding:2px 4px;
	border:1px solid #93cecb;
	margin-left:400px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.news h2 a:hover {
	background:#fff;
}
.news-tb01{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
	font-size:14px;
	font-family: "微軟正黑體";
	margin:10px 0 14px 10px;
	background:#fff;
}
.news-tb01 h3 {
	color:#09C;
	display:inline-block;
}
.news-tb01 th {
	padding:5px;
	line-height:15px;
	font-weight:normal;
	text-align:left;
	color:#ff6600;
}
.news-tb01 td {
	line-height:20px;
	padding:5px;
}
.news-tb01 td a {
	color:#333;
}
.news-tb01 td a:hover {
	color:#690;
}
/*news page table--------------------------------------*/
.news-tb02{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
	font-size:14px;
	font-family: "微軟正黑體";
	margin:15px 0 14px 15px;
	background:#fff;
	}
.news-tb02 th{
	padding:8px 5px;
	border:1px #80d3e5 solid;
	color:#0b8099;
	background:#e6f1f4;}
.news-tb02 td{
	line-height:23px;
	color:#666;
	border:1px #ddd solid;
	padding:8px 5px;}
.news-tb02 em{
	font-style:normal;
	color:#ff6600;}
.news-tb02 td span{
	padding-left:10px;
	color:#690;}


/*search---------------------------------------------------*/
.search {
	position:relative;
}
.search-leaf {
	background: url(../images/image02.png);
	width:166px;
	height:69px;
	position:absolute;
	right:0;
}
.search-av {
	/*background: url(../images/globaltrust_seal.gif);*/
	width:86px;
	height:99px;
	position:absolute;
	right:0;
	bottom:0;
}
.search table {
	margin:10px 0 0 15px;
	font-family: "微軟正黑體";
}
.search table th {
	line-height:40px;
	color:#b94600;
	font-size:14px;
	font-weight:normal;
}
/*select*/.search table select {
	padding:0 0 0 7px;
	font-family: "微軟正黑體";
	border:1px solid #ffc33d;
	color:#666;
	-webkit-box-shadow: #dfdfdf 0px 2px 0px;
	-moz-box-shadow: #dfdfdf 0px 2px 0px;
	box-shadow: #dfdfdf 0px 2px 0px;
}


/*footer----------------------------------------------------------------*/
.footer{
	margin:0 0 10px 35px;
	padding:10px 25px;
	background:#fff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
	 border:1px #ccc solid;}
.footer p {
	padding-left:7px;
	border-left:1px #FEC23D solid;
	font-size: 12px;
	font-family: "微軟正黑體";
	color:#09c;
	float:left;
	line-height:20px;
	margin-right:80px;}