@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, p, ul, li {
margin:0;
padding:0;
}
body {
background-color: #FFFFFF;
}
* {
	padding:0px; 
	margin:0px;
	font-size:12px;
	font-family:,"Arial","新細明體","Verdama","Tahoma";
	
	
}

html {
	width:100%;
	height:100%;
}



a,a:link, a:visited {
	text-decoration:underline;
	color:#00ccFF;
}
a:hover {
	text-decoration:underline;
    color:#FFCC00;
}
#UtilityNavigation a,#UtilityNavigation a:link,#UtilityNavigation a:visited {
	text-decoration:underline;
	color:#FFF;
} 
#UtilityNavigation a:hover {
	text-decoration:underline;
	color:#FFCC00;
}
img{
border:0;
}


/*---- 最外層包裝 ----*/
#Container {
width: 800px;
margin:0 auto;
padding:0;
background-image:url(../images/outer_bg.png);
}
/*---- 頁首 ----*/
#HEADER {
padding:0 0 10 0 px;
float:left;
background-color: #FFFFFF;
width: 800px;
}
#Head01{
margin:20px 0 0 0px;
}
#Logo{
	float:left;
	
	width:500 px;
	}

/*---- 回首頁/網站地圖----*/
#BtnHome {
    background:#000000;
    float:right;
	width:200px;
    padding:10 0 0 0 px;
	color:#FFFFFF;
	text-align:right;
}

#Banner {
clear:both;
width: 800px;
height: 115px;
}
#HEADER h1 a {
text-indent: -9999px;
display: block;
width: 800px;
height: 200px;
background-image: url(images/header.gif);
}
/*---- 主選單 ----*/
#MAIN_NAV {
overflow:auto;
width: 800px;
background:#000;
height:auto;
}
#MAIN_NAV ul {
list-style-type:none;
}
#MAIN_NAV li {
float: left;
}
#MAIN_NAV li a {
display: block;
padding: 5px 10px 5px 10px;
background-color: #000000;
color: #FFFFFF;
font-weight: bold;
font-family: Arial;
font-size: 12px;
text-decoration: none;
border-right:1px solid #FFFFFF;
}
#MAIN_NAV li a:hover {
text-align:center;
background-color: #FFFFFF;
color: #000000;
}
/*---- 次選單 1 ----*/
#MenuBar2{
		float:right;
	height:auto;	
	}
/*---- 次選單 1 ----*/
#SUB_NAV_1{clear: both; float:left; width:150px;}
#SUB_NAV_1 a{ color:#6699FF;}
#SUB_NAV_1 a:hover{ color:#FF0000;}
#SUB_NAV_1 p,#SUB_NAV_1 h2{ text-align:center; padding:5px 10px;}

/*---- 次選單 2 ----*/
#SUB_NAV_2{ float:right; width:150px;}
#SUB_NAV_2 a{ color:#6699FF;}
#SUB_NAV_2 a:hover{ color:#FF0000;}
#SUB_NAV_2 p,#SUB_NAV_2 h2{ text-align:center; padding:5px 10px;}
/*---- AD  ----*/
#AD {
clear:both;
background-color: #E8EEEE;
width:150px;
height:auto;
float:left;

}
.ADtitle1 {
	background:url(../images/title1.jpg);
	width:150 px;
	height:25px;
	text-align:center;
	color:#FFF;
	}
	.ADtitle2 {
	background:url(../images/title2.jpg);
    width:150 px;
	height:25px;
	text-align:center;
	color:#FFF;
	}
	.ADtable{
	    margin:10px 0 0 10px;
		width:150 px;
		height:100 px;
		border:0;
		text-align:center;
		}
/*---- 內容區 ----*/
#CONTENT {
width:600px;
margin:20px 0 0 50px;
float:right;
}
#NewsTable{
	border:1;
	width:500px;
	}

#CONTENT h2, #CONTENT h4, #CONTENT p {
padding:6px 20px 6px 20px;
font-size:12px;
}
#CONTENT h2 {
font-family: Arial;
font-size: 24px;
text-align: center;
padding-top: 10px;
background-color:#666;
color:#FFF;
letter-spacing:10px;
border-top:2px #999 solid;
}
/*---- 頁尾 ----*/
#FOOTER {
bottom:10px;
width:800px;
clear: both;
background:#CCCCCC;
}
#FOOTER a{
	color:#FFF;
	
	}
#FOOTER h2, #FOOTER p {
text-align:center;
font-size: 12px;
padding:5px 20px;
font-family: Arial;
color: #666666;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
/*---照片區---*/
#PhotoCONTENT {
width:600px;
height:auto;
margin:10px 20px 0 0;
float:right;
}
#deaphotolist{
width:120px;
height:auto;
margin:10px 0 0 0 ;
float:left;
}
.deaphotolist{
width:100px;
line-height:20px;
height:20 px;
text-align:center;
float:left;
}

#deaphoto{
width:450px;
height:auto;
margin:10px 0 0 0;
float:right;
}
.deaphoto{
width:120px;
height:100px;
}
/*----新聞區----*/
.NewsTable{
width:600px;
height:20px;
}
.NewsTable th{
width:60px;
height:20px ;
background-color:#000;
color:#FFF;
font-weight:borld;
}
.NewsTable td{
width:500px;
height:20px;

}