@charset "utf-8";
/* CSS Document */

/*基本共用
---------------------------------------------------------------------------------*/
body { margin:0;}
a{ color:#000000;text-decoration: none;}
a:hover{ text-decoration: underline;}

/*主要區塊
---------------------------------------------------------------------------------*/
.wrap { margin: 0 auto; width:970px; height:auto; font-family:Arial, Helvetica, sans-serif; font-size: 80%;}
.header {	float:left;	width:970px;	height:355px;	background: url(../images/topbg.jpg) no-repeat 0px 0px;}
.container { width:970px; height: auto; float:left;	}
.footer { width:970px; height: auto; float:left;}

/*次要區塊
---------------------------------------------------------------------------------*/
.list { margin: 10px auto; width:90%; border: 1px #c0c0c0 solid; }
.list02 { width:100%; }
.list th{ background-color: #fde8b3; padding: 10px; border: #c0c0c0 1px solid; font-size: 115%; line-height: 20px;}
.list td{  padding: 8px; border: #c0c0c0 1px solid; vertical-align: top; line-height:20px;}
.list02 td{	padding: 3px;	border: none;}
.column01 { text-align:center;}
.text01 {	vertical-align: middle;}
.list03 {	margin: 10px auto;	width:90%;	line-height:22px;}
.list03 span{ font-weight:bold; font-size: 115%;}

