@charset "UTF-8";
/* CSS Document */

/* ==================== 版面配置 ==================== */

#container	{
	width: 1000px;
	margin: auto;
	height: auto;
}

#content	{
	width: 780px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	float: left;
}


/* ==================== 頁首 ==================== */

#header	{
	width: 1000px;
	height: 310px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#header_inner	{
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	text-align: center;
}

#header_inner img {
  border: 0px
}

#header_logo	{
	float: left;
	padding: 0px;
	height: 100px;
	width: 220px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header h1	{margin: 0;
	font-size: 2em;
	font-family: Verdana, Helvetica, sans-serif;}

#header p	{
	font-size: 2em;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	width: auto;
}

#header a	{
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	width: auto;
	text-decoration: blink;
}

.imgleft	{
	float: left;
	margin-right: 50px;
	margin-bottom: 15px;
}
.imgright	{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}

/* ==================== 選單 ==================== */
.menu	{
	text-align: center;
	height: auto;
	width: 200px;
	float: right;
	margin-top: 65px;
}

.menu li a	{
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.menu li	{
	display: inline;
	list-style-type: none;
	margin-left: 5px;
	padding-left: 5px;
}

.menu li.first	{border-left: none;
	             margin-left: 0;
	             padding-left: 0;
				 width: 200px;
				 }

.menu ul	{
	padding: 0;
	margin: 0;
}

.menu img {
  border: 0px
}

.urlImg1 {
	width: 200px;
	height: 200px;
	display: block;
	background-image: url(images/project1.png);
  } 

/* .urlImg1:hover { 
  background-image: url(images/project1.png); 
  } */
  
.urlImg2 {
	width: 200px;
	height: 200px;
	display: block;
	background-image: url(images/research1.png);
} 

/*.urlImg2:hover {
	background-image: url(images/research1.png);
  } */
  
.urlImg3 {
	width: 200px;
	height: 200px;
	display: block;
	background-image: url(images/register1.png);
  } 

/*.urlImg3:hover {
	background-image: url(images/register2.png);
  } */
  
  .urlImg4 { 
  width: 200px; 
  height:200px; 
  display:block; 
  background-image: url(images/facebook1.png); 
  } 

/*.urlImg4:hover { 
  background-image: url(images/facebook2.png); 
  } */

  .urlImg5 { 
  width: 200px; 
  height:200px; 
  display:block; 
  background-image: url(images/news-button.png); 
  } 

  .urlImg6 { 
  width: 200px; 
  height:200px; 
  display:block; 
  background-image: url(images/building-ICON.png); 
  } 
/* ==================== 內容 ==================== */

.post	{width: auto;}
.post h1	{
	font-size: 1.5em;
	margin-bottom: 15px;
	line-height: 32px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 10px;
	color: #093;
	font-family: Verdana, Geneva, sans-serif;
}

.post h2	{
	font-size: 1.2em;
	line-height: 32px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #C63;
	margin: 0;
	padding-bottom: 15px;
}

.post h3	{
	font-size: 1em;
	font-weight: bold;
	color: #009;
	text-indent: 2em;
}

.post li	{
	list-style-type: disc;
	list-style-position: inside;
}

.posttext	{
	font-size: 0.875em;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}

.posttext p	{
	margin-bottom: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-left: 30px;
}

.post table	{
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 20px;
}

.inred	{
	color: #F00;
}

.email	{
	text-align: left;
	text-indent: -20px;
	line-height: 5px;
}

.ingreen {
	color: #090;
	}
	
.posttext img {
  border: 0px
}

.space	{
	text-indent: 2em;
}

.Spt	{
	font-size: 14px;
	line-height: 1.2em;
}

.research	{
	font-size: 14px;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
}

.top	{
	text-align: right;
	padding-right: 25px;
}
.HL	{
	background-color: #FF0;
}
/* ==================== 頁尾 ==================== */

#footer	{
	width: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	border-top-width: 10px;
	border-top-style: groove;
	border-top-color: #f3d532;
	clear: both;
}

#footer p	{
	color: #666666;
	font-size: 0.75em;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
}
