/*--定義全頁面通用基本樣式--*/

/*--定義頁面的樣式--*/
body
	{ 
	/*font: small Arial, Helvetica, sans-serif;
	margin:0px; 
	padding:0px;
	line-height: 1.8;
	background-color:#A7AEA8;*/
	}

/*--定義頁面中的超鏈接樣式表--*/
a:link {text-decoration: none; color: #4B4B4B;}		/*--未參觀過的連結--*/
a:visited {text-decoration: none; color: #4B4B4B;}	/*--參觀過的連結--*/
a:hover {text-decoration: underline; color: #660000;}	/*--當滑鼠移到連結上的時候--*/
a:active {text-decoration: none;}			/*--執行中的連結--*/
a.here {font-weight:bold; text-decoration: underline; color: #CC0000;}


/*--定義頁面結構--*/



/*--定義頁面外圍控制及整體配置的寬度--*/
.wrapper
	{
	/*width:985px;
	background: #A7AEA8 url(images/wrapper.jpg) no-repeat center top;
	color:#000000;
	border:1px solid #666666;
	margin:0px auto; padding:0px;*/
	}

/*--定義頁面外圍控制及整體配置的寬度--*/
.wrapper_en
	{
	/*width:985px;
	background: #A7AEA8 url(images/wrapper_en.jpg) no-repeat center top;
	color:#000000;
	border:1px solid #666666;
	margin:0px auto; padding:0px;*/
	}
/*--定義頁面外圍控制及整體配置的寬度--*/
.header_en
	{
	/*width:100%;
	height:154px;
	background: #A7AEA8 url(images/wrapper_en.jpg) no-repeat center top;
	color:#444444;
	font-size:small;
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;*/
	}
/*--定義 頁首區塊 的樣式--*/
.header
	{
	/*width:100%;
	height:154px;
	background: #A7AEA8 url(images/wrapper.jpg) no-repeat center top;
	color:#444444;
	font-size:small;
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;*/
	}
.header a:link {/*text-decoration: none; color: #444444;*/}		/*--未參觀過的連結--*/
.header a:visited {/*text-decoration: none; color: #444444;*/}	/*--參觀過的連結--*/
.header a:hover {/*text-decoration: underline; color: #660000;*/}	/*--當滑鼠移到連結上的時候--*/



/*--定義 主視覺區 的樣式--*/
.main
	{
	/*	
	width:700px;
	height:100%;
	margin:0px; padding:0px;
	*/}

/*--定義 內容放置區塊 的樣式--*/
.content
	{
	width:100%;
	font: small Arial, Helvetica, sans-serif;
	/*background: #BA6241 url(images/content.jpg) no-repeat left top;
	border: 2px solid #B5491E;*/
	color:#464646;
	padding:10px;
	line-height: 1.2;
	text-align:left;
	}


.content_news
	{
	
	font: small Arial, Helvetica, sans-serif;
	color:#333333;
/*	border: 2px solid #cccccc;
	padding:10px;
	margin-bottom:5px;
	width:100%;*/
	line-height: 1.8;
	text-align:left;
	background-color: #FFFFFF;
	}
.content_news a:link {
	text-decoration: none;
	color: #666666;
}		/*--未參觀過的連結--*/
.content_news a:visited {text-decoration: none; color: #666666;}	/*--參觀過的連結--*/
.content_news a:hover {text-decoration: underline; color: #666666;}	/*--當滑鼠移到連結上的時候--*/
	
		
/*--定義 中間內容標題 的樣式--*/
.content_t {
	background-color:#787878;
	font-size:small;
	margin:10px 10px 10px 5px;
	line-height:1.5;
	}
	
.news_t
	{
	background-color:#787878;
	font-size: medium;
	margin:10px 10px 10px 0px;
	line-height:3;
	}

/*--定義 側邊區塊 的樣式--*/	
.sidebar_position{
	padding:0px 0px 0px 0px;
	}

.sidebar{ 
	width:150px;
	font-size: small;
	padding:0px 0px 0px 0px;
	color:#000000;
	line-height:1.4;
	}

.sidebar_detail{
	color: #C2572E;
	font-size: x-small;
	padding:0px 0px 0px 35px;
	}

/*--定義 頁尾區塊 的樣式--*/
.footer
	{
	width:100%;
	height:96px;
	background: #A7AEA8 url(images/footer.jpg) no-repeat center top;
	color:#333333;
	font-size:small;
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	line-height:1.3;
	}

.footer_top{
	text-align:right;
	vertical-align:top;
	padding:0px 80px 0px 0px;
	}

.footer_content{
	padding:10px 0px 0px 190px;
	}

/*--定義menu的超鏈接樣式表--*/
.nav
	{
	COLOR: #cdcdcd;
	letter-spacing:1px; /*設定文字間繫*/
	font-size: medium;
	font-weight:bold;
	margin:1px;
	padding:20px 0px 30px 190px;
	text-align:left;
	}
.nav a:link {text-decoration: none; color: #003366;}		/*--未參觀過的連結--*/
.nav a:visited {text-decoration: none; color: #003366;}	/*--參觀過的連結--*/
.nav a:hover {text-decoration: underline; color: #cc3300;}	/*--當滑鼠移到連結上的時候--*/

.subnav
	{
	font-size: small;
	color: #c86014;
	padding:0px 0px 0px 15px;
	text-align:left;
	}
	
.subnav a
	{
	
	}

.nav_select
	{
	color: #999999;
	font-size: small;
	/*background-image:url(SpryAssets/menu.jpg);*/
	border:1px solid #cccccc;
	height:60px;
	text-align:center;
	}

.nav_select a
	{
	font-size: medium;
	font-weight:bold;
	}
	

/*--定義 主選單 樣式--*/
.menu_position{
	width:150px;
	padding:10px 0px 0px 0px;
	}
	
.menu_top{
	padding:0px 0px 0px 0px;
	}
		
.menu
	{
	width:100%;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	margin:1px; 
	padding:0px 0px 0px 0px;
	letter-spacing:2px; /*設定文字間繫*/
	text-align:center;
	vertical-align:top;
	}


/*--定義 主選單 樣式--*/
.column
	{
	width:180px;
	color: #9f9e9c;
	/*background-image:url(images/column.jpg);
	background-repeat:no-repeat;*/
	font-weight:bold;
	margin:0px; 
	padding:13px 3px 5px 3px;
	letter-spacing:1px;
	text-align:left;
	vertical-align:top;
	}
	


/*--定義 標題 的樣式--*/
.title
	{
	font-size:18px;
	font-weight:bold;
	color: #FFF799;
	padding:2px 0px 2px 5px;
	text-align:left;
	line-height:2;
	}

.title_sidebar /*活動行事曆*/
	{
	margin:0 0 10px 0;
	padding:0;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	line-height:normal;
	background-color: #CCCCCC;
	/*text-align:left;
	display:block;
	height:20px;
	padding:0px 0px 0px 10px;*/
	}
.title_sidebar img {
border:none;}


/*--定義 <p>標籤 的樣式--*/
p
	{
	/*--text-indent:2em;--*/
	padding:0px 5px 0px 20px;
	color: #464646;
	}

/*--定義 <span>標籤 的樣式--*/
span
	{
	
	}



/*--定義 搜尋列 的樣式--*/
.search	{
	padding:120px 35px 0px 0px;
	text-align:left;
	}

/*--定義 主選單 的樣式--*/	
.mainmenu{
	padding:28px 0px 0px 25px;
	text-align:left;
	}


/*--定義 頂端選單 的樣式--*/
.topnav{
	padding:68px 0px 0px 130px;
	text-align:left;
	}

/*--定義 class="img"之圖片 的樣式--*/
.calendar{
	padding:0px 2px 2px 15px;
	text-align:right;
	vertical-align:top;
}

.img
	{
	padding:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	border: 3px solid #B4461A;
	float:left;
	}


.img_ad
	{
	padding:0px;
	margin:5px;
	margin-bottom:3px;
	border: 1px solid #999A99;
	}
	
.img_smail
	{
	padding:0px;
	margin:0px 0px 0px 5px;
	float:left;
	}


.icon{
	padding:0px 8px 0px 15px;
	}


/*--定義在Table中Button樣式(不在Table表的內容行中)--*/
.button
	{
	font-size:x-small;
	text-align:center;
	padding-top:1px;
	color:#ffffff;
	border:1px solid #777777;
	background-color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	}

.button_s
	{
	font-size:xx-small;
	text-align:center;
	padding-top:1px;
	color:#ffffff;
	border:1px solid #D9B0A1;
	background-color: #B35F3F;
	font-family:Arial, Helvetica, sans-serif;
	}


/*--定義 顏色 的樣式--*/	
.white	{
	color: #ffffff;
	}

.gray	{
	color: #666666;
	}

.red	{
	color: #C2572E;
	}

.beige	{
	color: #FFF799;
	}

.medium	{
	font-size: medium;
	}

.large	{
	font-size: large;
	}
	
.point{
	font-weight:bold;
	padding:0px 0px 0px 20px;
}	
	
/*--定義右側選單的樣式--*/
.line {
	padding:10px 5px 5px 5px;
	}
	
/*--小吳新增的css--*/	
#NEWS_T1{ 
	/*display:block; 
	border:#b4461a solid 2px; 
	height:30px;
	line-height:30px;
	margin:0; 
	padding:0; 
	width:755px;*/
}	
#NEWS_T1 h2{
/*display:block; 
font-size:16px; 
color:#FFFFFF; 
background-color:#b4461a; 
text-align:center;  
float:left; 
margin:0;padding:0px 30px 0px 30px;*/
font-size:13px;
	color:#464646;
	margin:0;
	line-height:30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
 }
#NEWS_T1 h3{
	display:block;
	font-size:12px;
	color: #666666;
	margin:0;
	padding:0;
	font-weight:normal;
}
#NEWS_TITLE { padding:5px 5px 15px 0px; font-size:15px; color:#fff799; width:680px; margin:auto;}
#MAIN_WORD{line-height:25px; width:680px; margin:auto;}
#MAIN_LIST {
	padding:5px 10px 5px 10px;
	width:500px;
	margin:auto;
	line-height:20px;
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#MAIN_LIST h2{
	font-size:13px;
	color:#000000;
	margin:0;
	line-height:30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-weight: bold;
}
#MAIN_LIST h3{
	font-size:12px;
	color:#666666;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:20px;
}
#MAIN_LIST h4{
	font-size:12px;
	color:#000000;
	margin:0;
	padding:0;
	font-weight:normal;
	float:right;
}
#MAIN_LIST ul{list-style:none; margin:0; padding:0;}
#MAIN_LIST ol{margin:0; padding:0 0 0 20px;}
#MAIN_LIST ol li {margin:0; padding:5px 0 0 0;}
#MAIN_LIST ul li {list-style:none; margin:0; padding:0; b display:block}
#MAIN_LIST li a{ color:#CCCCCC;}
#MAIN_LIST li a:hover{ color:#fff799; text-transform:inherit;}
#MAIN_LIST Input {border: solid #cccccc 1px;font-size:12px; }
#MAIN_LIST textarea {width:95%;font-size:12px; line-height:20px }
#MAIN_LIST table {border: none; width:100%;}
#MAIN_LIST tr {}
#MAIN_LIST th {border: none; width:90px; vertical-align:top; line-height:30px; text-align:right}
#MAIN_LIST th span { color: #FF6600; font-size:14px}
#MAIN_LIST td {}
#MAIN_LIST li.RegisterArt { padding-left:100px; padding-top:30px;list-style:none }

.phone{ display: inline-block; background-image:url(images/s_icon01.gif); width:26px; height:20px; font-size:11px; line-height:20px; color:#fff799; padding:0 0 0 20px; background-repeat:no-repeat;}
.add{ display:inline-block; background-image:url(images/s_icon02.gif); width:26px; height:20px; font-size:11px; line-height:20px; color:#fff799; padding:0 0 0 20px; background-repeat:no-repeat; }
.web{ display:inline-block; background-image:url(images/s_icon03.gif); width:26px; height:20px; font-size:11px; line-height:20px; color:#fff799; padding:0 0 0 20px; background-repeat:no-repeat; }
.new_buttom{
	border: solid #fff799 3px;
	background-color:#333333;
	line-height:20px;
	color:#FFFFFF;
	font-size:12px;
}	


#InPageTitle h2{
	font-family: "新細明體";
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #969696;
	display:block;
	/**/padding:0 3px 3px 3px;
	margin-top:0;
}
	