@charset "utf-8";
body {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	font-family: sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
}
form,input{margin:0px;}

.layout{text-align:left;width: 780px;margin:0px; padding:0px;
border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.Path{
	background-color: #FFFFFF;
	background-image: url(../images/path_bg.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
	height:25px;
	margin:0px -10px;
	padding:0px 10px;
}
.Path a{
	color: #000000;
	text-decoration: underline;
}
.Path a:hover{
	color: #CC6600;
	text-decoration: underline;
}
.goback{ float:right;margin:-20px 5px 0px 10px;}
.gotop{ text-align:right;margin:10px 10px;}

/*-----------橫幅banner---------------*/
.webtitle{
	background-image: url(../images/webtitle_bg.gif);
	height: 122px;	
	text-align:left;
}
.webtitle .flag{
	margin:30px 0px 0px 15px;	
}
.webtitle .flag img{
	padding:3px;
	display:inline;	
	width:58px;
	height:37px;
}
.Text{float:left;
	margin:-60px 0px 0px 90px;}
	
.Text .chinese{
	font-size:26px;
	line-height: 22px;
	font-weight: bold;
	padding-top:3px;
	letter-spacing: 1px;
	color: #000000;
	font-family: "標楷體";
}
.Text .english{
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	font-weight: bold;
}
.ENG_Version{
	margin:24px 0px 0px 35px;
	letter-spacing: 1px;
}
.ENG_Version a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/*-------------------中間區域--------------------*/
.middle{
	background-color: #FFFFFF;
	color: #444444;
	text-align: left;
	margin:0px;
	padding:0px;	
	width:780px;
}
/*-----------------左測選單-----------------*/
.menu{
	line-height: 25px;
	background-color: #E1F1CD;
	width: 172px;
	height:420px;
	margin:0px;	padding:0px;	
}
.menu ul{
	margin:15px 0px 0px 0px;
	list-style-type: none;
}
.menu li{
	padding:0px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8D76E;
}
.menu a{
	background-image: url(../images/icon_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left:10px;
	color: #000000;
	display:block;
	padding-left:18px;
	letter-spacing: 1px;
	text-decoration: none;
}
.menu a:hover{
	background-image: url(../images/icon_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	text-decoration: underline;
	background-color: #FFFFFF;
}

.menu li.over a{
	color: #009900;
	background-image: url(../images/icon_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	text-decoration: none;
}
/*----------------------內容資料-----------------*/
.content{background-color: #FFFFFF; padding:0px 10px;font-size: 12px; }
.cont_head{
	font-size: 15px;
	font-weight: bold;
	color: #000099;
	letter-spacing: 1px;
	height: 35px;
	margin:5px 0px 10px 0px;
	padding:7px 0px 0px 32px;
	background-image: url(../images/content_head.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
.content .cont_pic{
	width:135px;
	height:90px;
	margin:4px;
	padding:2px;
	float:left;
	border: 1px solid #CCCCCC;
}
.content p{
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.content  h1{
	font-size: 12px;
	margin:0px 5px;
	font-weight: bold;
	color: #663300;
	letter-spacing: 1px;
}
.content  h2{
	font-size: 13px;
	font-weight: bold;
	color: #663300;
	letter-spacing: 1px;
}
.content  h3{
	font-size: 13px;
	font-weight: bold;
	color: #663300;
	letter-spacing: 1px;
}
.content ul{
	margin: 5px 0px 20px 30px;
	list-style-type: none;
}
.content li{
	line-height: 22px;
	padding-left:3px;
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
.content li a{
	color: #666666;
	display:block;
	text-decoration: underline;
}
.content li a:hover{
	color: #CC6600;
	background-color: #FEF7E3;
}
/*----------------------內容表格資料-----------------*/
.DataTable {
	font-size: 12px;
	line-height: 150%;
	width: 560px;
	margin: 20px 0px 20px 15px;
	border-top: 2px solid #B89051;
	border-bottom: 1px solid #B89051;
	background-color: #FFFFFF;
}
.DataTable caption {
	text-align: left;
	color: #B89051;
	padding-bottom: 2px;
}
.DataTable th {
	text-align: left;
	padding:5px;
	color: #B89051;
	vertical-align: top;
	border-bottom: 1px solid #B89051;
	background-color: #FEF7E3;
}
.DataTable .header_left{
	text-align: right;
	padding:5px;
	color: #B89051;
	vertical-align: top;
	border-bottom: 1px solid #B89051;
	border-right: 1px solid #B89051;
	white-space: nowrap;
}
.DataTable td {
	text-align: left;
	padding: 1px 3px 12px;
	vertical-align: top;
	border-bottom: 1px solid #B89051;
}

/*----------------------列表資料-----------------*/
.LpTable {
	font-size: 12px;
	line-height: 150%;
	width: 560px;
	margin: 10px 0px 20px 15px;
	color: #666666;	
}
.LpTable .date{
	width:50px;
	text-align:left;
	color: #339933;
}
.LpTable td {
	text-align: left;
	padding:5px;
	vertical-align: top;
	border-bottom: 1px dotted #cccccc;
}
.LpTable a{
	color: #0066CC;
	display:block;
	text-decoration: none;
}
.LpTable a:hover{
	color: #CC6600;
}

/*-------------------最新消息--------------------*/
.news{margin:5px 5px 5px 10px;}
.news .title{
	font-size: 15px;
	font-weight: bold;
	color: #00A3D9;
	background-image: url(../images/news_title.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin-top:15px;
	padding:4px 0px 0px 35px;
	letter-spacing: 1px;
}
.news .body{
	background-color: #F4F4F4;
	border:0px;
	padding:5px;
	height:300px;
	width:570px;
	
}
.news .body .col_left{width:140px; vertical-align:top; padding:8px 5px 5px 8px;}
.news .body .pic{
	height:100px;
	width:130px;
	border: 1px solid #CCCCCC;
	padding:2px;
	margin:2px;
}
.news .body ul{
	margin:5px 5px 0px 3px;
	list-style-type: none;
	color: #333333;
}
.news .body li{
	margin:0px;
	background-image: url(../images/icon_arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left:25px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.news .body li a{
	color: #003399;
	text-decoration: none;	
}
.news .body li a:hover{
	color: #CC6600;
	text-decoration: underline;	
}
.news .body .more{
	height: 25px;	
	width: 45px;text-align:left; 
	float:right;
	background-image: url(../images/more.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:0px 0px 0px 8px;
	margin:5px 0px;
}
.news .body .more a{
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;	
}
.news .body .more a:hover{
	font-size: 12px;
	color: #CC6600;
	text-decoration: underline;	
}
/*-------------------跳頁連結--------------------*/
.pages_link{ text-align: center;}
.pages_link a{
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
.pages_link a:hover{
	color: #CC6600;
	text-decoration: none;
}


/*-------------------標尾資訊--------------------*/
.footer{
	background-color: #1D3A5A;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #87C438;
	height:40px;
	padding:5px;
	clear:both;
	color: #FFFFFF;
	text-align: center;
}
