/*---------------表單----------------------*/
@charset "big5";

/*----------------------------------------------------------主要內容區------*/
.Content {
	text-align: left;
	padding-bottom: 18px;
	padding-top: 10px;
	clear: both;
}
.Content .Head {
	background: url(../images/ContentHead.gif) repeat-x left top;
	color: #BD5941;
	height:45px;
	padding:10px 10px 0px 10px;
	margin:10px;
	letter-spacing: 0.05em;
	font-size: 120%;
	font-weight: bold;
}
.Content .Head2 {
	background: url(../images/ContentHead.gif) repeat-x left top;
	color: #BD5941;
	height:30px;
	padding:10px 10px 0px 10px;
	margin:5px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.Content .Body {
	font-size: 95%;
	padding: 0px 30px 5px 30px;
	text-align: left;
	vertical-align: middle;
	line-height: 160%;
}
.Content .Body img {
	vertical-align: middle;
}
.Content .Body .Img {
	background-image: url(../images/img_brd.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding:5px;
	margin:2px;
	width:350px;
	
}

.Content .Body .Pic {
	background-image: url(../images/img_brd.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding:5px;
	margin:2px;
	width:520;
	height:280;
	border: 1px solid #CCCCCC;
}

.Content .Body .sub, .Content .Body .sub a{
	color: #205796;
	line-height: 160%;
	text-decoration: none;
}
.Content .Body .sub a:hover{
	text-decoration: underline;
}
.Content .Body p {
	color: #444444;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 12px;
	padding-left: 20px;
}
.Content .Body ul,.Body ol{
	font-size: 100%;
	line-height: 160%;
	color: #716D6D;
	text-align: justify;
}
.Content .Body ul li a ,.Body ol li a{
	color: #205796;
	text-decoration: underline;
}
.Content .Body .Attch {
	color: #716D6D;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
	clear: both;
}
.Content .Foot {
	text-align: right;
	padding: 10px 0px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E8E9E9;
}
.Content table {
	text-align: left;
}
.Content table th{
	
	
}
.Content table caption{
}
.Content table td img{
	vertical-align: middle;

}
.Content table  td.theme{
	color: #307EB0;
	empty-cells:show;
	text-align: left;
	padding-left: 5px;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(../images/Arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 3px 10px;
	padding-left:20px;
	font-weight: bold;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
.Content table  th.theme a{
	color: #107CC1;
	background-repeat: no-repeat;
	background-position: left center;
}
.Content table  td.unit{
	color: #307EB0;
	text-align: left;
	padding-left: 5px;
	padding-top:5px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
.Content table  td.unit ul{
	color: #9DBED4;
	list-style-image: none;
	list-style-type: none;
}
.Content table  td.unit a{
	color: #205796;
}
.jumppage{
text-align:right;
font-size: 85%;
}

/*---------------------------------------------------------DataTable1 有框線的表格--*/
.DataTable1 {
	color: #444444;
	text-decoration: none;
	border-bottom: 2px solid #B0D2D0;
	width: 640px;
	font-size: 100%;
	margin-left: 40px;
	padding-bottom: 5px;
	
}
.DataTable1 caption {
	margin-bottom: 4px;
	text-align: left;
	color: #408080;
	font-size: 80%;
	letter-spacing: 1px;
}

.DataTable1 th {
	padding: 5px 5px 0px 5px;
	height:25px;
	text-align: center;
	border-bottom: 2px solid #B0D2D0;
	font-weight: bold;
	background-color: #E4F2F3;
	background-image: url(../images/th_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
.DataTable1 th a {
	color: #408080;
	white-space: nowrap;
	height:25px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.DataTable1 tr.InterlacedRow {
	background-color: #F6F6F6;	
}
.DataTable1 td {
	padding:4px;	
	border-bottom: 1px solid #D9D9D9;
	vertical-align: top;
}
.DataTable1 td a {
	color: #3366FF;
	text-decoration: none;
}
.DataTable1 td.aRight {
	text-align: center;
}
.DataTable1 td.aCenter {
	text-align: center;
}
.Number{
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*--------------------------------------------------DataTable2 無框線單雙行顏色交錯的表格--*/
.DataTable2 {
	color: #444444;
	text-decoration: none;
	margin-left: 15px;
	border-top: 3px solid #275B65;
	border-bottom: 2px solid #77A5AC;
	width: 97%;
	margin-bottom: 15px;
	background: #F2FDFC;
}
.DataTable2 caption {
	color: #000000;
 	font-size: 95%;
	text-align: left;
	line-height: 150%;
}

.DataTable2 th {
	font-size: 75%;
	font-weight: normal;
	color: #FFFFFF;
	background: #3F808D;
	white-space: nowrap;
	padding: 7px 0px 1px 3px;
	text-align: center;
	border: none;
}
.DataTable2 td {
	font-size: 75%;
	padding: 4px 5px 1px;
	vertical-align: top;
	line-height: 160%;
}
.DataTable2 td.aRight {
	text-align: right;
}
.DataTable2 td.aCenter {
	text-align: center;
}
/*-----------------------------------------------------DataTable3 兩欄式的表格--*/

.DataTable3 {
	color: #716D6D;
	text-decoration: none;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 100%;
	padding: 3px;
}
.DataTable3 caption {
	color: #000000;
 	font-size: 95%;
	text-align: left;
	line-height: 150%;
}

.DataTable3 th {
	font-size: 85%;
	font-weight: normal;
	text-align: center;
	border: none;
}
.DataTable3 td {
	font-size: 85%;
	vertical-align: top;
	line-height: 160%;
}
.np_table{
	padding: 5px;
	width: 100%;
}
.np_table ul{
	margin: 0px 0px 0px 10px;
	list-style-image: none;
	list-style-type: none;	
}
.np_table li {
	line-height: 25px;
}
.np_table li a{
	background-image: url(../images/icon_02.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
	text-decoration: none;
}
.np_table li a:hover{
	background-image: url(../images/icon_02m.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
	text-decoration: none;
}

/*----------------------------------------------------------內頁第三欄相關資訊------*/
.Related {

	text-align: center;
	width: 150px;
	margin-left:10px;
	border: 1px dashed #CCCCCC;
}
.Related a{
 	color: #4686BF;
}
.Related .Head{
 	height: 16px;
 	font-size: 100%;
	color: #AA431A;
 	background: #D8B96E url(../images/banner_bkg.gif) repeat-x center;
 	letter-spacing: 0.15em;
 	padding-left: 2px;
 	margin-top: 2px;
 	padding-bottom: 5px;
 	padding-top: 5px;
 	font-weight: bold;
	display: block;

}
.Related .body{

	background-color: #FEFDE9;
}	
.Related ul{
	margin-left: -5px;
}
.Related ul li{
 	font-size: 105%;
	border-bottom: 1px solid #E1DCCD;
	list-style-position: outside;
	list-style-type: disc;
	margin-right:5px;
}
/*---------------------------------------------------------Page 分頁--*/
.PageJump{
	font-size: 80%;
	margin-left: 300px;
	text-align: left;
	padding-bottom: 3px;
	margin-top: 15px;
}
.PageJump img{
	border: 0px none;
	vertical-align: middle;
}
