﻿@charset "utf-8";

/* 視覺效果 */
h3 {
	font-weight: bold;
	font: 100%/1.8em verdana, sans-serif;
	padding: 3px 0 2px 0;
	border-bottom: 2px solid #485AEC;
        /* 分隔線 */
}
h3.ch {
}
h3.ch b{
	font: 100%/1.8em 標楷體, sans-serif;
}

h4 {
	font-size: 90%;
	font-weight: bold;
	padding-top: 20px;
}
h4.list {
	margin-top: 20px;
	padding: 5px 5px 0 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	clear: both;
}
h4.list a {
	float: left;
}
h4.list img {
	padding: 5px 5px 5px 0;
	float: right;
}
h4.member {
	margin-bottom: 0;
	padding: 3px 0 2px 0;
	border-bottom: 2px solid #666666;
}
h5 {
	font-size: 75%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
td h5 {
	font-size: 75%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
h6 {
	font-size: 75%;
	font-weight: bold;
	margin-bottom: 3px;
}
h4 a, h5 a, h6 a {
	font-weight: bold;
}

italicword {
	font-style: italic;
}

underline {
	text-decoration:underline;
}

boldandiword {
	font-weight: bold;
	font-style: italic;
}

/*內容*/
div#contentArea p {
	font-size: 75%;
	margin-top: 10px;
}

/*圖片格式*/
div#contentArea .fig {
	text-align: center;
}
div#contentArea .fig img {
	margin-bottom: 3px;
}

/*內容*/
div#contentArea div.explanation {
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	border: solid 1px #999999;
}
div#contentArea div.explanation table {
	font-size: 80%;
}
div#contentArea div.explanation table th {
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	padding-top: 5px;
}
div#contentArea div.explanation table td {
	padding-top: 5px;
}

/*作者*/
p.author {
	text-align: right;
}

/*一般*/
ul.normal {
	font-size: 80%;
	margin-left: 20px;
}
ul.normal li {
	padding: 2px 0;
}
ul.normal ul {
	font-size: 80%;
	margin-left: 10px;
	list-style: disc;
}

/*論文*/
ul.paper {
	list-style: none;
	margin: 5px 5px 8px 6px;
}
.paper li {
	font-size: 80%;
	background-image: url(../images/li_paper.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin-bottom: 5px;
	padding-left: 18px;
}


/*教授及學生*/
table.people {
	border: none;
	margin: 0px;
}
table.people th, table.people td {
	font-size: 100%;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
	border-bottom: 1px dotted #485AEC;
}
table.people th {
	font-weight: bold;
	text-align: left;
}
table.people p.ch{
}
table.people p.ch u{
	font: 100%/1.8em 標楷體, sans-serif;
	text-decoration:underline;
}
table.people p.ch b{
	font: 100%/1.8em 標楷體, sans-serif;
}

/*為了對齊*/
table.agg {
	border: none;
	margin: 0px;
}
table.agg th, table.agg td {
	font-size: 100%;
	vertical-align: top;
	background-image: url(../images/dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding: 0px 5px 0px 10px;
	border-bottom: 1px dotted #485AEC;
}
table.agg th {
	font-weight: bold;
	text-align: left;
}
table.agg p.ch{
}
table.agg p.ch u{
	font: 100%/1.8em 標楷體, sans-serif;
	text-decoration:underline;
}
table.agg p.ch b{
	font: 100%/1.8em 標楷體, sans-serif;
}
/*網站地圖*/
table.sitemap {
	margin: 10px 0;
}
table.sitemap td {
	vertical-align: top;
	padding: 0 8px;
	border-left: 1px dotted #999999;
}table.sitemap td.left {
	border-left: none;
}
table.sitemap td h5, table.sitemap td h5 a:link, table.sitemap td h5 a:visited {
	color: #333366;
	font-weight: bold;
	margin-left: 2px;
}
table.sitemap td li a {
	text-decoration: none;	
}
table.sitemap td li a:hover {
	text-decoration: underline;	
}