/* CSS Document */

body{
    font-family:新細明體, mingliu, taipei; 
    background-color: #ffffff;
	font-size:1em; 
	color: #666666; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px ;
	letter-spacing:3px; 
	line-height:30px;
	 }

a:link {color:#666666; text-decoration:none;} 
a:visited {color:#333333; text-decoration:none;} 
a:hover {color:#cccccc; text-decoration:underline;} 
a:active {color:#FF00FF; text-decoration:underline;} 

/*導覽列*/
.navbar {
  font-family: 標楷體; 
  font-size:8pt; 
  line-height:150%;
  }
  
/*主標題與次標題*/

.title01 { 
  color: #666666; 
  font-family:ariel; 
  font-size: 24px; 
} 
.title02 { 
  color: #999999; 
  font-family:ariel; 
  font-size: 14px; 
} 


/*表格邊框邊界*/
.container { 
margin-top:5px; 
margin-left:5px; 
margin-right:auto; 
margin-bottom:10px; 
padding-top:10px; 
padding-left:10px; 
padding-right:10px; 
padding-bottom:10px;
border-top-width:1px;
border-top-style:dotted;
border-top-color:#cccccc;
  font-family: ariel; 
  font-size:10pt; 
  line-height:150%;
} 
 
.container_bottom { 
margin-top:5px; 
margin-left:5px; 
margin-right:auto; 
margin-bottom:10px; 
padding-top:10px; 
padding-left:10px; 
padding-right:10px; 
padding-bottom:10px;
border-top-width:1px;
border-bottom-style:dashed;
border-top-color:#cccccc;
  font-family: arial; 
  font-size:10pt; 
  line-height:150%;
}  
 
.container_noborder { 
margin-top:5px; 
margin-left:5px; 
margin-right:auto; 
margin-bottom:10px; 
padding-top:10px; 
padding-left:10px; 
padding-right:10px; 
padding-bottom:5px;
  font-family: ariel; 
  font-size:10pt; 
  line-height:150%;
} 
  
 
 /*表格背景*/
.select{ 
  background-image:url(images/bg.jpg); 
  background-repeat: repeat-y; 
} 

/*CSS清單*/
ul{
list-style-type: none;
margin: 0px;
padding-left: 20px; 
}
ul a{
border-bottom: #ccc 1px solid;
width: 100px;
background: url(images/symbol01.gif) no-repeat left center;
padding-left: 20px;
display: block;
}
ul a:hover{
background: url(images/symbol01.gif) no-repeat left center;
color:#ccc;
}



/*表格*/
.mytable { 
 
  background:url(images/select.gif) no-repeat left center ; 
  padding-left: 18px; 
  font-family: ariel; 
  font-size:10pt; 
  line-height:250%;
} 
.mytable a:link {color:#666666; text-decoration:none;} 
.mytable a:visited {color:#999999; text-decoration:none;} 
.mytable a:hover {font-weight:300;color:#990000; text-decoration:none;} 
.mytable a:active {color:#cccccc; text-decoration:underline;} 

.mytable_s { 
 
  background:url(images/select2.gif) no-repeat left center ; 
  padding-left: 30px; 
  font-family: ariel; 
  font-size:10pt; 
  line-height:200%;
} 
.mytable_s a:link {color:#666666; text-decoration:none;} 
.mytable_s a:visited {color:#999999; text-decoration:none;} 
.mytable_s a:hover {font-weight:500;color:#993300; text-decoration:none;} 
.mytable_s a:active {color:#cccccc; text-decoration:underline;} 

.footer {
  font-family: ariel; 
  font-size:10pt; 
  font-color:#ffffff;
  line-height:250%;
  background-color:#cccccc;
  }
  