﻿@charset "utf-8";
/* CSS RESET */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	overflow: auto;
} /* remove ie7 scrollbar without overflow */
img {
	border: none;
	vertical-align: middle;
}
a {
	text-decoration: none;
}
a:hover {
	color: #3b78d0;
	text-decoration: none;
}
div, dl, li, dt, dd, p, span, blockquote, pre, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding-left: 20px;
}
hr {
	margin: 5px 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Layout
---------------------------------------- */ 
#page-content {
	position: relative;
	width: 980px;
	margin: 25px auto 30px auto;
	padding: 0;
}
/* inside
---------------------------------------- */ 
#content-L {
	position: relative;
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}
#content-R {
	position: relative;
	float: left;
	width: 690px;
	margin: 0;
}
#content-R #titleBar {
	margin-bottom: 25px;
	padding: 0 0 15px 0;
	width: 695px;
	height: 18px;
	border-bottom: 1px solid #dedede;
}
#content-R #titleBar .title {
	float: left;
	font-size: 20px;
	color: #000000;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}
#content-R #titleBar .title span {
	text-align: center;
	font-size: 0.8em;
	padding-left: 20px;
	font-weight: none;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}
#content-R #titleBar .title span a {
	color: #069;
	text-align: center;
	font-size: 1em;
	padding-left: 5px;
	font-weight: none;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}
#content-R #titleBar .title span a:hover {
	color: #F63;
}
#content-R #titleBar .search {
	position: relative;
	margin: 0;
	float: right;
	display: block;
}
#com-content-title-sort {
	float: right;
	width: 90px;
	margin-right: 5px;
}
#com-content #primary {
	position: relative;
	float: left;
	width: 660px;
	margin: 0px 15px;
}
/* secondary 
---------------------------------------- */ 
#secondary {
	width: 100%;
}
#secondary #page-title {
	width: 216px;
	height: 69px;
	display: block;
	font-size: 16px;
	line-height: 69px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-image: url(../images/page-title.jpg);
	background-repeat: no-repeat;
	margin-left: 2px;
}
#secondary #smenu {
	position: relative;
	float: left;
	width: 216px;
	padding-bottom: 40px;
}
#secondary #smenu ul {
	margin: 0px;
	padding: 0px;
}
#secondary #smenu ul li {
	float: right;
	width: 100%;
	list-style-type: none;
	padding: 2px 0px;
	border-bottom: 1px dotted #dddddd;
}
#secondary #smenu ul li a {
	display: block;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	line-height: 20px;
	padding: 5px 0px 5px 0px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/smenu-off.gif);
	background-repeat: no-repeat;
	padding-left: 1px;
	padding-right: 21px;
}
#secondary #smenu ul li a:hover {
	color: #224dcb;
	font-weight: bold;
	width: 166px;
	text-align: right;
	padding-left: 6px;
	padding-right: 45px;
	background-color: #FFFFFF;
	background-image: url(../images/smenu-on.gif);
	background-repeat: no-repeat;
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px; /* Konqueror */
	border-radius: 2px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
}
#secondary #smenu ul li a.unit-now {
	color: #224dcb;
	font-weight: bold;
	width: 166px;
	text-align: right;
	padding-left: 6px;
	padding-right: 45px;
	background-color: #FFFFFF;
	background-image: url(../images/smenu-on.gif);
	background-repeat: no-repeat;
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px; /* Konqueror */
	border-radius: 2px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
}
/*每個頁面的 導引*/
#hmenu li.first a{
  display: block;
  width: 203px;
}
#hmenu li {
  padding-left: 10px;
}
.location {
	padding-top: 8px;
	text-align: right;
	font-size: 12px;
	color: #f38e0a;
}
.location a {
	color: #333333;
	font-size: 12px;
	padding: 0px 2px;
}
/*公告事項 
----------------------------------- */ 
#news {
	position: relative;
	float: left;
	margin-bottom: 15px;
	padding: 0;
}
#news ul {
	position: relative;
	width: 660px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	top: -15px;
}
#news ul li {
	position: relative;
	width: 700px;
	height: 110px;
	padding: 15px 0 10px 0;
	border-bottom: 1px dotted #bbbbbb;
}
#news .border {
	position: relative;
	float: left;
	width: 131px;
	height: 84px;
	overflow: hidden;
	background-image: url(../images/pic-border.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
}
#news .border a {
	position: absolute;
	width: 128px;
	height: 80px;
	top: 3px;
	left: 3px;
}
#news .text {
	position: relative;
	float: left;
	width: 534px;
}
#news .text h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
}
#news .text h2 b {
	color: #F00;
	padding-right: 5px;
}
#news .text h2 a {
	font-size: 15px;
	color: #444444;
	line-height: 20px;
	font-weight: bold;
}
#news .text h2 a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	color: #3b78d0;
}
#news .text h3 {
	font-size: 15px;
	color: #666666;
	line-height: 20px;
	margin-top: 3px;
}
#news .text .data {
	font-size: 13px;
	color: #f38e0a;
	line-height: 18px;
	margin-top: 3px;
}
#news .text .more a {
	margin-top: 3px;
	width: 43px;
	height: 13px;
	display: block;
	background-image: url(../images/more.png);
	overflow: hidden;
	text-indent: -9999px;
}
#news .text .more a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
/*本所簡介 
----------------------------------- */ 
#stu {
	position: relative;
	float: left;
	margin-bottom: 20px;
}
#stu .intro {
	position: relative;
	width: 660px;
}
#stu .intro .border {
	position: relative;
	float: left;
	width: 106px;
	height: 114px;
	overflow: hidden;
	background-image: url(../images/pic-border.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
}
#stu .intro .border img {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 3px;
	left: 3px;
}
#stu .intro .data {
	position: relative;
	float: left;
	width: 534px;
	padding: 0;
}
#stu .intro .data font {
	display: block;
}
#stu .intro .data span {
	margin-left: 10px;
}
#stu .intro .data .name {
	font-size: 15px;
	color: #333333;
	line-height: 22px;
	font-weight: bold;
	margin-right: 10px;
}
#stu .intro .data .office, .work, .tel, .mail, .study, .post {
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 2px;
}
#stu .intro .data .office a{
	color: #555555;
}
#stu .intro .data .office a:hover{
	position: relative;
	top: 1px;
	left: 1px;
	color: #3b78d0;
}
#stu .intro .data .mail a {
	color: #555555;
}
#stu .intro .data .mail a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	color: #3b78d0;
}
/*招生資料*/
.s-bn {
	width: 150px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	text-align: center;
	line-height: 40px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
/* faculty
----------------------------------- */ 
#faculty {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#faculty ul {
	position: relative;
	width: 660px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	top: -10px;
}
#faculty ul li {
	position: relative;
	float: left;
	width: 298px;
	height: 110px;
	padding: 8px;
	margin: 7px;
	background: url(../images/faculty-table-bg.gif) repeat-x bottom;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
}
#faculty .border {
	float: left;
	width: 87px;
	height: 102px;
	text-align: left;
	margin-right: 10px;
	border: 3px solid #dddddd;
}
#faculty .border img {
	border: 1px solid #FFF;
}
#faculty .border a:hover {
	position: relative;
	float: left;
	width: 87px;
	height: 102px;
	text-align: left;
	margin-right: 10px;
	border: 3px solid #3b78d0;
	top: -3px;
	left: -3px;
}
#faculty .data {
	position: relative;
	overflow: hidden;
	float: left;
	width: 192px;
	padding: 2px 0;
	height: 110px;
}
#faculty .data font {
	display: block;
	line-height: 20px;
}
#faculty .data .name, .name a {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
}
#faculty .data .name a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	color: #3b78d0;
}
#faculty .data .work, .tel, .mail, .office {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}
#faculty .data .mail a {
	color: #555555;
	font-size: 12px;
}
#faculty .data .mail a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	color: #3b78d0;
}
#faculty-more {
	position: relative;
	margin-left:20px;
}
#faculty-more .first {
	position: relative;
	width: 660px;	
}
#faculty-more .first .border {
	float: left;
	text-align: left;
	margin-right: 10px;
}
#faculty-more .first .border img {
		border:inset 1px solid #FFF;
	border: 3px solid #dddddd;
}
#faculty-more .first .data {
	position: relative;
	float: right;
	width: 330px;
	padding: 4px 0;
}
#faculty-more .first .data font {
	display: block;
	margin-bottom: 5px;
}
#faculty-more .first .data span {
	margin-left: 10px;
	font-weight: 200;
}
#faculty-more .first .data font.name {
	font-size: 18px;
	color: #333333;
	line-height: 22px;
	font-weight: bold;
	margin-right: 10px;
	font-family:"微軟正黑體", sans-serif;
}
#faculty-more .first .data font.office, #faculty-more .first .data font.work, #faculty-more .first .data font.tel, #faculty-more .first .data font.mail, #faculty-more .first .data font.study, #faculty-more .first .data font.research {
	font-size: 15px;
	color: #333333;
	line-height: 24px;
}
#faculty-more .first .data font.mail a {
	color: #555555;
}
#faculty-more .first .data font.mail a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	color: #3b78d0;
}
#faculty-more .thesis, .plan, .patent {
	position: relative;
	width: 660px;
	padding-top: 20px;
	clear: both;

}
#faculty-more .title {
	font-size: 18px;
	color: #3b78d0;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-weight: bold;
	background: #e5f0f7;
	padding: 3px 8px;
	text-decoration:none;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
}
#faculty-more .title a{
	font-size: 18px;
	color: #3b78d0;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-weight: bold;
	background: #e5f0f7;
	padding: 3px 8px;
	text-decoration:none;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
}
#faculty-more .title a:hover {
	
	color: #3b78d0;
	
}
#faculty-more .text {
	font-size: 16px;
	color: #333333;
	padding-left: 10px;
	line-height: 25px;
}
/* contact
----------------------------------- */ 
#contact {
	clear: both;
	width: 660px;
	margin: 0px auto;
	font-weight: bold;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}
#contact #First {
	height: 120px;
}
#contact #First .fPic {
	float: left;
}
#contact #First .fText {
	float: left;
	width: 490px;
	line-height: 20px;
}
#contact #First .fText span {
	font-size: 16px;
	color: #3b78d0;
	line-height: 26px;
	font-weight: bold;
	margin-top: 5px;
}
#contact #First .fText .mark {
	font-size: 13px;
	color: #f38e0a;
}
/* Table
----------------------------------- */ 
#Table {
	clear: both;
	width: 660px;
}
#Table th {
	height: 31px;
	font-size: 14px;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	background-image: url(../images/com-table-bg.gif);
	background-repeat: repeat-x;
}
#Table tr {
	background-image: url(../images/com-dotline-1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#Table tr:hover {
	text-decoration: none;
}
#Table td {
	line-height: 20px;
	padding: 6px 0px 8px 0px;
}
#Table .no {
	font-size: 12px;
	color: #333333;
	text-align: center;
}
#Table .data {
	font-size: 12px;
	color: #333333;
	text-align: center;
}
#Table .date {
	font-size: 12px;
	color: #518cd1;
	text-align: center;
}
#Table .link a {
	font-size: 12px;
	color: #518cd1;
	text-decoration: none;
}
#Table .link a:hover {
	color: #518cd1;
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: none;
}
#Table a {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
#Table a:hover {
	color: #f28623;
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: none;
}
#Table #line {
	height: 5px;
	border-bottom: 1px solid #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* gallery LightBox
----------------------------------- */  
#gallery {
	ZOOM: 1;
	OVERFLOW: hidden;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#gallery .title {
	margin-bottom: 10px;
	font-size: 18px;
	color: #3b78d0;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #e5f0f7;
	padding: 6px 8px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
}
#gallery dl {
	margin: 0px;
	padding: 0px;
}
#gallery dd {
	width: 200px;
	float: left;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 0px;
	margin: 0px;
}
#gallery dd .pic {
	width: 200px;
	height: 132px;
	border: 1px solid #dddddd;
	padding: 3px;
}
#gallery dd .name {
	text-align: center;
	font-size: 12px;
	color: #333333;
	width: 209px;
	margin-top: 5px;
	text-decoration: none;
}
/* other
----------------------------------- */
#com-content #primary {
	font-size: 13px;
	color: #333333;
	line-height: 22px;
}
#com-content #primary p {
	margin-bottom: 15px;
	font-size: 13px;
	color: #333333;
	line-height: 22px;
}
#com-content #primary .title-o {
	font-size: 18px;
	color: #f28623;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
#com-content #primary .title-b {
	font-size: 18px;
	color: #2479c1;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
#com-content #primary .right {
	float: right;
	margin-left: 10px;
}
#com-content #primary .left {
	float: left;
	margin-right: 10px;
}
#com-content #primary .center {
	text-align: center;
	vertical-align : middle;
}
.back a {
	display: block;
	width: 54px;
	height: 19px;
	background-image: url(../images/com-back-off.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin: 30px auto 0px auto;
}
.back a:hover {
	background-image: url(../images/com-back-on.gif);
}
.dotline-1 {
	background-image: url(../images/com-dotline-1.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.dotline-3 {
	background-image: url(../images/com-dotline-3.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 20px;
	clear: both;
}
/* tableList 
----------------------------------- */  
#attachTable th {
	font-size: 13px;
	color: #222;
	line-height: 20px;
	background-color: #eee;
}
#attachTable tr:hover {
}
#attachTable td {
	font-size: 13px;
	color: #666;
	line-height: 20px;
	text-align: center;
}
#attachTable td a {
	font-size: 13px;
	color: #666;
	line-height: 20px;
	text-decoration: none;
}
#attachTable td a:hover {
	color: #ff6600;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
#comTable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #dcdfdc;
}
#comTable td {
	font-size: 13px;
	color: #666666;
	vertical-align: middle;
	border: 1px solid #dcdfdc;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 18px;
}
#comTable td.title {
	font-family: "微軟正黑體", "Times New Roman", Times, serif;
	text-align: center;
	color: #3b78d0;
	font-size: 15px;
	font-weight: bold;
	background-color: #e6f2ff;
	padding-top: 8px;
	padding-bottom: 7px;
}
#comTable th {
	font-size: 13px;
	color: #666666;
	vertical-align: middle;
	border: 1px solid #dcdfdc;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 18px;
}
#comTable th.title {
	font-family: "微軟正黑體", "Times New Roman", Times, serif;
	text-align: center;
	color: #3b78d0;
	font-size: 15px;
	font-weight: bold;
	background-color: #e6f2ff;
	padding-top: 8px;
	padding-bottom: 7px;
}
#comTable h1 {
	font-size: 15px;
	color: #f00062;
	display: inline;
	font-weight: bold;
}
#comTable h1 a {
	text-decoration: none;
	color: #f00062;
}
#comTable h1 a:hover {
	text-decoration: underline;
}
#comTable h2 {
	font-size: 13px;
	color: #e16695;
	display: inline;
}
#comTable tr {
}
#comTable tr:hover {
}
#comTable ul {
	list-style-type: disc;
	margin-left: 8px;
	padding-left: 8px;
	text-align: left;
}
#comTable ol {
	margin-left: 8px;
	padding-left: 8px;
	text-align: left;
}
#comTable .name, .date {
	color: #3b78d0;
	text-align: center;
}
#comTable-2 th {
	height: 35px;
	font-size: 13px;
	color: #222;
	line-height: 20px;
	background-color: #eee;
}
#comTable-2 tr {
	background-image: url(../images/com-dotline-1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#comTable-2 tr:hover {
}
#comTable-2 td {
	font-size: 13px;
	color: #666;
	line-height: 20px;
	text-align: center;
	padding: 6px 0px 8px 0px;
}
#comTable-2 td a {
	text-decoration: none;
}
#comTable-2 td a:hover {
	color: #ff6600;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
#comTable-2 .span {
	text-align: left;
}
#comTable-2 ol {
	padding-left: 25px;
	text-align: left;
}
#comTable-2 .name, .date {
	color: #3b78d0;
	text-align: center;
}
/* TabPag
----------------------------------- */ 
#tabPag {
	clear: both;
	margin: 0;
}
#tabPag ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}
#tabPag ul.tabs li {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	text-shadow: 0px 1px 2px #0f4797;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	margin-right: 4px;
	border-left: none;
	font-weight: 500;
}
#tabPag ul.tabs li a {
	display: block;
	padding: 0 13px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/tabPagg-bg.png) repeat;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#tabPagg ul.tabs li .stay {
	background: #0e4ea9;
}
#tabPag ul.tabs li a:hover {
	background: #0e4ea9;
}
#tabPag ul.tabs li a.active {
	background: #0e4ea9;
}
#tabPag ul.tabs li.active a {
	background: #0e4ea9;
}
#tabPag ul.tabs li.active a:hover {
	background: #0e4ea9;
}
#tabPag div.tab_container {
	clear: both;
	padding: 20px;
	border: 1px solid #dddddd;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#tabPag div.tab_container_2 {
	clear: both;
}
#tabPag div.tab_container .tab_content {
	padding: 0px;
}
/* Font
---------------------------------------- */ 
.font-orange-12 {
	font-size: 12px;
	color: #f38e0a;
}
.font-orange-13 {
	font-size: 13px;
	color: #f38e0a;
}
.font-orange-15 {
	font-size: 15px;
	color: #f38e0a;
}
.font-gray-11 {
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}
.font-gray-12 {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.font-gray-13 {
	font-size: 13px;
	color: #666666;
	line-height: 22px;
}
.font-gray-15 {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}
.font-black-12 {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.font-black-13 {
	font-size: 13px;
	color: #333333;
	line-height: 22px;
}
.font-black-15 {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.font-black-18 {
	font-size: 18px;
	color: #333333;
	line-height: 35px;
}
.font-blue-12 {
	font-size: 12px;
	color: #3b78d0;
	text-decoration: none;
}
.font-blue-13 {
	font-size: 13px;
	color: #3b78d0;
	text-decoration: none;
}
.font-blue-14 {
	font-size: 14px;
	color: #3b78d0;
	text-decoration: none;
	line-height: 26px;
	font-weight: bold;
}
.font-blue-15 {
	font-size: 15px;
	color: #3b78d0;
	text-decoration: none;
	line-height: 22px;
}
.font-blue-16 {
	font-size: 16px;
	color: #3b78d0;
	line-height: 26px;
	font-weight: bold;
}
.font-red-12 {
	font-size: 12px;
	line-height: 18px;
	color: red;
	text-decoration: none;
}
.font-red-13 {
	font-size: 13px;
	line-height: 22px;
	color: red;
	text-decoration: none;
}
.font-red-15 {
	font-size: 15px;
	line-height: 28px;
	color: red;
	text-decoration: none;
}
.font-red-16 {
	font-size: 16px;
	line-height: 30px;
	color: red;
	text-decoration: none;
}
.designSeo {
	font-size: 13px;
	color: #3b78d0;
}
.designSeo h1 {
	font-family: "新細明體", "Times New Roman", Times, serif;
	display: inline;
	font-size: 13px;
}
.designSeo h1 a {
	color: #3b78d0;
	text-decoration: none;
}
.designSeo h1 a:hover {
	color: #3b78d0;
	text-decoration: none;
}
/*=======================師資簡介=========================*/

.clear {
	clear: both;
}
.teacher-info {
	width: 680px;
	height: auto;
	margin: 0 auto;
	padding: 0 auto;
}
.teacher-box {
	width: 343px;
	height: 277px;
	background-image: url(../images/teacher-bg.png);
	background-repeat: no-repeat;
}
.box-leftpic {
	float: left;
	width: 121px;
	height: 146px;
	background-color: #FFF;
	margin-top: 12px;
	margin-left: 12px;
}
.box-leftpic img {
	text-align: center;
	padding-top: 3px;
	clear: both;
	padding-left: 3px;
}
.box-rightinfo {
	float: right;
	width: 181px;
	margin-right: 12px;
	margin-top: 12px;
	text-align: left;
	font-size: 15px;
	line-height: 2.5;
	color: #333;
}
.box-rightinfo a {
	text-decoration: none;
	color: inherit;
}
.box-rightinfo a:hover {
	text-decoration: none;
	color: #F60;
}
.box-rightinfo span.infos {
	font-size: 13px;
	line-height: 2;
	color: #333;
	font-weight: normal;
}
.box-rightinfo span.infos a {
	text-decoration: none;
	color: inherit;
}
.box-rightinfo span.infos a:hover {
	text-decoration: none;
	color: #09C;
}
.teacher-box p.infomore-b {
	clear: both;
	font-size: 13px;
	line-height: 2;
	font-weight: normal;
	padding: 32px 10px 0px 20px;
	text-align: left;
}
.teacher-box p.infomore-s {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	padding: 5px 10px 5px 20px;
}

/*========= 右上角連結 ===========*/
#top-right{
	width: 400px;
    height: 30px;
    /*background-color: #0FF;*/
    left: 60%;
    position: relative;
    top: -39px;	
}
#top-right p{
	font-size:0.8em;
	color:#FFF;
}
#top-right p a{
	font-size:0.8em;
	color:#FFF;
	padding: 0 5px;
	opacity:0.8;
}
#top-right p a:hover{
	font-size:0.8em;
	color:#FFF;
	opacity:1;
}

/*========= 右上角連結 ===========*/
