@charset "utf-8";

body {
	margin: 0px;   /*緊貼頂部(上下左右)，沒有空隙*/
	background-image: url(images/nbg.jpg);
}


#wrapper {
	width: 1000px;
	color: #333;
	border: 1px solid #313000;
	margin: auto;
}

#header {
	height: 161px; /*高度設定*/
	background-image: url(images/header.jpg); /*背景圖片設定*/
	background-repeat: no-repeat; /*設定為背景不重複*/
	width: 1000px;
	background-color: #FFF;
	background-position: center;
}

#Eng_header {
	height: 161px; /*高度設定*/
	background-image: url(images/header_Eng.jpg); /*背景圖片設定*/
	background-repeat: no-repeat; /*設定為背景不重複*/
	width: 1000px;
	background-color: #FFF;
	background-position: center;
}
		
#menu {
	width: 1000px;
	float: none;
	color: #FFF;
	text-align: center;
/*	margin: auto; */
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color:#6FF;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	display:inline-block;
}

#menu li {
	float: left;
	margin: 0px 12px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 8px 20px 0px 20px;
	text-decoration: none;
	font-size:18px;
	color:#000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

#menu .active a {
}

	
#content {
	font-size: large; /*字體大小*/
	line-height: normal;   /*字體行間為兩個字距*/
	background-repeat: no-repeat;
	width: 1000px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
	font-family: Arial, "標楷體";
	text-align: left;
    }

#content .ul
{
}

#content .li
{
	font-size: medium;
	text-align: left;
}

a {
	text-decoration: none
}

p.table_title
{
	font-family: Arial, "標楷體";
	font-size: large;
	color: #00F;
	text-align: left;
}

p.patent_title
{
	font-family: Arial, "標楷體";
	font-size: medium;
	text-align: left;
}

table {
	border: 0;
	font-family: Arial, "標楷體";
	font-size: 14px;
	height: 40px;
} 

th { 
  background-color:yellow; 
} 

td {
	border-bottom: 1 solid #000000;
	font-size: medium;
	font-family: Arial, "標楷體";
} 

table.publications
{
	border: 0;
}

table.publications th { 
  background-color:yellow; 
} 

table.publications td {
	border-bottom: 1 solid #000000;
	font-size: 18px;
	font-family: Arial, "標楷體";
} 

table.services
{
	border: 0;
	font-family: Arial, "標楷體";
	font-size: 14px;
}
table.services th { 
  background-color:yellow; 
} 
table.services td {
	border-bottom: 1 solid #000000;
	font-size: small;
	font-family: Arial, "標楷體";
} 
	
#patent_title
{
	font-family: Arial, "標楷體";
	font-size: medium;
	text-align: left;
}

#patent_authors
{
	font-family: Arial, "標楷體";
	font-size: small;
	text-align: left;
	color: #00F;
}

#footer {
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	background-image: url(images/footer.jpg); /*背景圖片設定*/
	background-repeat: no-repeat;
	float: left;
	width: 1000px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
         }
#main_table {
	font-family: Arial, "標楷體";
	font-size: 12px;
}
#td_attribute {
	height: 40px;
}
