a:link, a:visited, a:active {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #669900;
}

/********** common **********/
.subbg {
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
}
.title {
	padding-top:2px;
	padding-bottom:2px;
}

.form {border-bottom:1px solid #CCCCCC;}

.note {
	border-left:5px solid #542174;
	border-top:10px solid #FFFFFF;
	border-bottom:10px solid #FFFFFF;
	padding:2%;}

.date_left {
	float: left;
	width: 14%;
}

.title_right {
	float: right;
	width: 86%;
}
.title_left {
	float: left;
	width: 86%;
}

.date_right {
	float: right;
	width: 14%;
}

/********** content **********/
.content {
	width:100%;
	float:left;
	background-image: url(/img/body.png);
	border:0;
}

.content table {
	margin:0 4% 1% 4%;
	width:92%;
}

/********** text **********/
.text {
	text-align:justify;
	font-size: 15px;
	font-weight: normal;
	font-family:"Arial","細明體", "新細明體";
	line-height:24px;
	padding-right:2%;
	margin: 0% 0% 0% 3%;
}

.text h2 {
	color:#993300;
	margin-left:1%;
	font-size:18px;
}

.text h4 {
	color:#BB5511;
	margin-left:2%;
}

.text h5 {
	font-size: 15px;
	color: #999999;
	margin-top:18px;
	letter-spacing:2px;
	margin-bottom:0px;
}

.text p {
	margin-left:2%;
}

.text hr {
	width:100%;
	color:#999999;
	margin-top: 20px;
	margin-bottom:20px;
	text-align:left;
	height:2px;
	border-width:0;
	background-color:#999999;
}

.margin-r {
	padding:0;
	margin-right:5%;
}

/********** faculty **********/

.faculty {
	text-align:justify;
	font-size: 15px;
	font-weight: normal;
	font-family:"Arial","細明體", "新細明體";
	line-height:24px;
	padding-right:2%;
	margin: 0% 0% 0% 3%;
}

.faculty table {
	margin-left:3%;
	width:90%;
	border:0px solid #000000;
}

.faculty td {
	width:30%;
}

.faculty h2 {
	color:#993300;
	margin-left:1%;
	font-size:18px;
}

.faculty h5 {
	font-size: 15px;
	color: #999999;
	margin-top:18px;
	letter-spacing:2px;
	margin-bottom:0px;
}

.faculty p {
	margin-left:2%;
}

.faculty hr {
	width:100%;
	color:#999999;
	margin-top: 20px;
	text-align:left;
	height:2px;
	border-width:0;
	background-color:#999999;
}

.faculty a{
	display:block;
	padding:5%;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	color:#888888;
	font-size:13px;
}
.faculty a.active {
	background:#EEEEEE;
	color:#999999;
}
.faculty a:hover {
	background:#EEEEEE;
	color:#669900;
}

/********** witness **********/

.witness {
	display:block;
	padding:5%;
	background:#EEEEEE;
}

.witness td {
	width:100%;
}

.witness a {
	display:inline;
	padding:0%;
	margin:0 auto;
	text-decoration:none;
	color:#888888;
}

.witness a:link, a:visited, a:active {
	text-decoration: none;
	color: #666666;
}

.witness a:hover {
	text-decoration: none;
	color: #669900;
}

/********** book **********/
.book {
	background-color: transparent;
}

.book img {
	float:left;
	margin: 0px 20px 20px 20px;
	border:2px solid gray;
	height:130px;
  }

.book p {
	width:78%;
	text-align:left;
	float:right;
	font-size:15px;
	font-weight: normal;
	font-family:"Arial","細明體", "新細明體";
	line-height:24px;
}

.book hr {
	width:96%;
	color:#999999;
	margin: 20px 0px 40px 2%;
	text-align:right;
	height:2px;
	border-width:0;
	background-color:#999999;
}

.book h2 {
	margin-left:3%;
	color:#993300;
	font-size:20px;
}

/********** table1.2 **********/

.table1 {
	line-height:15px;
	text-align:center;
	border:none;
	font-size:13px;
}

.table1 td {
	border-bottom:1px dotted gray;
}

.table2 {
	line-height:25px;
	border:none;
	font-size:13px;
	border-top:1px dotted gray;
	font-family:Verdana;
}

.table2 td {
	border-bottom:1px dotted gray;
}

.space {
	margin-left:3%;
}

/********** sidebar **********/
#sidebar{
	width:90%;
	padding:5%;
	background:#E1E1E1;
	word-wrap:break-word;
	font-size:11px;
	color:#888888;
	line-height:20px;
	overflow:hidden;
}
#sidebar a{
	display:block;
	padding:5%;
	background:#EEEEEE;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	color:#888888;
	font-size:13px;
	border-bottom:5px solid #E1E1E1;
}
#sidebar a.active {
	background:#FFFFFF;
	color:#999999;
}
#sidebar a:hover {
	background:#FFFFFF;
	color:#669900;
}

/********** title **********/
.title-1 {
	color:#BB5522;
	font-size:20px;
	line-height:0px;
	width:auto;
	font-weight: bold;
	font-family:"Arial Black", "細明體", "新細明體";
	margin-bottom:20px;
	margin-top:50px;
	margin-left:2%;
}

.title {
	color:#BB5522;
	font-size:20px;
	line-height:0px;
	font-weight: bold;
	font-family:"Arial Black", "細明體", "新細明體";
	margin-top:80px;
	margin-bottom:20px;
	margin-left:2%;
}
.title-small {
	color:#993300;
	font-size:20px;
	line-height:0px;
	font-weight: bold;
	font-family:"Arial Black", "細明體", "新細明體";
	margin-top:20px;
}

.date {
	font-size: 15px;
	color: #999999;
	letter-spacing:2px;
	margin-bottom:0px;
	font-weight:bold;
}