@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,"新細明體";
	font-size: 13px;
	color: #000000;
	background-color: #e1ddd4;
}

img {border:none}

#clear{ /*清除div格式*/
	clear: both;
}

#web_content{ /* 整張網頁最寬955px之限制 */
	width: 905px;
	margin:0 auto;
	padding:0 25px 0 25px;
	background-color: #FFFFFF;
}

/*2欄式使用*/
#web_left{ /* 需左右切欄時之左欄*/
	float: left;
	margin:0;
	padding:0;
}
#web_right{ /* 需左右切欄時之右欄*/
	float: right;
	margin:0;
	padding:0;
}

/* 網站menu區塊*/
#header_menu{
	font-family: Arial,"新細明體";
	font-size: 11px;
	color: #aeaeae;
	text-align: right;
	padding: 0 0 10px 0;
	margin:0;
	
}

#header_menu select{
margin:3px 0 0 0;
padding:3px 0 0 0;
	font-family: Arial,"新細明體";
	font-size: 11px;
	color: #aeaeae;
}

#header_menu a:link{
	color: #aeaeae;
	text-decoration: none;
}

#header_menu a:visited{
	color: #aeaeae;
	text-decoration: none;
}

#header_menu a:hover{
	color: #FF6600;
	text-decoration: none;
}


/*網頁頁尾內容用*/
#footer{
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #333333;
	height: 34px;
	padding-top:15px;
	margin:0 auto;
	width:955px;
	min-width:955px;
	line-height: 18px;
	background-color: #e1ddd4;
}
#footer a:link{
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#footer a:visited{
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#footer a:hover{
	color: #333333;
	text-decoration: underline;	
}

/*h1{ 使用在文案中的SEO隱藏字型
	display:none
}
*/

/*首頁table設定*/
#content_table{
	margin:0 4px 0 4px;
	padding:10px 0 10px 0;
	width:218px;
	float:left;
	display:inline;
}


#content_table h1{
	margin:0;
	padding:0 0 5px 5px;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	font-family: Arial,"新細明體";
	font-weight: bold;
}
#content_table h2{
	margin:0;
	padding:3px 0 6px 15px;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	font-family: Arial,"新細明體";
	font-weight: normal;
}

#content_table_center{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e4;
	border-left-color: #e6e6e4;
	font-size: 13px;
	line-height: 21px;
	color: #000000;
	font-family: Arial,"新細明體";
	height:204px;
}

#content_table_center ul{
	margin:0;
	padding:0 0 0 15px;
	list-style-position: outside;
	list-style-image: url(../images/share/icon_arror_red.jpg);
	list-style-type:none;
}

#content_table_center li{
	margin:0 0 0 20px;
	padding:2px 0 1px 5px;
}

#content_table_center a:link{
	color: #000000;
}

#content_table_center a:visited{
	color: #000000;
}

#content_table_center a:hover{
	color: #FF6600;
}
#content_table_bottom{
	text-align: right;
	background-image: url(../images/share/table_bottom_2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:24px;
}

/*導引列區塊設計*/
#bracom{
	height:25px;
	width:877px;
	_width:867px; /*for IE6*/
	margin:0;
	padding:10px 0 0 28px;
	_padding:10px 0 0 28px;  /*for IE6*/
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #333333;
	background-image: url(../images/share/icon_arror_red.jpg);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}
#bracom a:link{
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #336699;
	text-decoration: underline;
}

#bracom a:visited{
	color: #336699;
	text-decoration: underline;
}

#bracom a:hover{
	color: #FF6600;
	text-decoration: none;
}

/*左內文內縮區塊設定*/
#wording{
	width:650px;
	margin:0;
	padding:0 0px 10px 15px;
	min-height:500px;
	_height:500px;
	font-family: Arial,"新細明體";
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}

#wording p{
	margin:0;
	padding:10px 0 5px 0;
}

#wording_topline {
	margin:0;
	padding:0;
	height:3px;
	width:650px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#wording_line {
	margin:5px 0 5px 0;
	padding:0;
	height:3px;
	width:650px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#wording_inline {
	margin:5px 0 5px 0;
	padding:0;
	height:3px;
	width:100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#wording_top{
	width:680px;
	margin:0;
	padding:0;
	height:30px;
	text-align: center;
}

/*右 menu 相關設定*/
.mainimg{
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #c8c8c8;
	border-bottom-color: #c8c8c8;
	border-left-color: #c8c8c8;
}


#inside_table_top{
	margin:0;
	padding:0;
	background-image: url(../images/share/inside_table_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	height:36px;
	width:218px;
}
#inside_table_top h1{
	margin:0;
	padding:10px 0 0 10px;
	font-size: 14px;
	color: #13658b;
	font-family: Arial,"新細明體";
	font-weight: bold;
}

#inside_table_center{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c8c8c8;
	border-left-color: #c8c8c8;
	font-size: 13px;
	line-height: 21px;
	color: #000000;
	font-family: Arial,"新細明體";
	width:216px; /*218-2px的左右線*/
}

#inside_table_center ul{
	margin:0;
	padding:0 0 0 15px;
	list-style-position: outside;
	list-style-image: url(../images/share/icon_arror_red.jpg);
	list-style-type:none;
}

#inside_table_center li{
	margin:0 0 0 20px;
	padding:2px 0 1px 5px;
}

#inside_table_center a:link{
	color: #000000;
}

#inside_table_center a:visited{
	color: #000000;
}

#inside_table_center a:hover{
	color: #FF6600;
}

/*換頁之CSS設定*/
#pagechange{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

#pagechange a:link{
	font-size: 12px;
	font-weight: normal;
	color: #4e6a40;
	text-decoration: underline;
}

#pagechange a:visited{
	font-size: 12px;
	font-weight: normal;
	color: #4e6a40;
	text-decoration: underline;
}

#pagechange a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}

#pagechange .here{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669999;
	padding:0 3px 0 3px;
}

/*表單layout設定*/
input,textarea,select{
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #333333;
	padding: 2px 5px 2px 5px;
}


/*內容文字階層設定*/

.title{
	font-family: Arial,"新細明體";
	font-size: 18px;
	color: #000000;
	font-weight: bold;

}

.sbutitle{
	font-family: Arial,"新細明體";
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	line-height: 20px;
}

.sbutitle_blue{
	font-family: Arial,"新細明體";
	font-size: 15px;
	color: #0099CC;
	font-weight: bold;
	line-height: 20px;
}

.point_mark{
	padding:0px 5px 0px 5px;
	color: #000000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9900;
	font-weight: bold;
}
.content{
	font-family: Arial,"新細明體";
	font-size: 13px;
	color: #333333;
	line-height: 20px;	
}

.content_deepgary{
	font-family: Arial,"新細明體";
	font-size: 13px;
	color: #1F1F1F;
	line-height: 20px;
}

.content_s{
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #333333;
	line-height: 20px;	
}
.content_ss{
	font-family: Arial,"新細明體";
	font-size: 11px;
	color: #333333;
	line-height: 20px;	
}

.content_s_white{
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;	
}
.content_ss_white{
	font-family: Arial,"新細明體";
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;	
}
.content_s_deepgary{
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #1F1F1F;
	line-height: 20px;	
}

.content_ss_deepgary{
	font-family: Arial,"新細明體";
	font-size: 11px;
	color: #1F1F1F;
	line-height: 20px;	
}
.content_white{
	font-family: Arial,"新細明體";
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
}

.content_red{
	font-family: Arial,"新細明體";
	font-size: 13px;
	color: #990000;
	line-height: 20px;
}
.content_s_red{
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #990000;
	line-height: 20px;	
}

.content_ss_red{
	font-family: Arial,"新細明體";
	font-size: 11px;
	color: #990000;
	line-height: 20px;	
}

.content_s_orange{
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #FF6600;
	line-height: 20px;
}

.note{
	font-size:11px;
	color:#CC0000;
	font-family: Arial,"新細明體";
	line-height: 18px;
}

a:link{
	color: #335E09;
	text-decoration: none;
}

a:visited{
	color: #376123;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
	text-decoration: underline;
}

.pavilink{ /*使用在文案中的SEO隱藏字型*/
	position:absolute; left: -9000px;
}

.line_right_gary_3px{
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #E7E7E7;
	padding:0 5px 0 5px;
}

.line_bottom_gary_1px{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding:0 3px 0 3px;
}
.news_date{
	font-size: 12px;
	color: #333333;
	background-image: url(../images/share/icon_news_date.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:0 10px 0 0;
}

ul,ol{
margin:0;
padding:10px 0 10px 35px;
}

li{
margin:0;
padding:3px 0 0 0;
}
/*sitemap用分隔線等設定開始======*/

.dotlinetable {
	text-decoration: none;
	border: 1px dotted #999999;
	font-size: 12px;
	color: #333333;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
}

.dotlinetable a{
	color: #333333;
	text-decoration: none;
}
.dotlinetable a:visited{
	color: #333333;
	text-decoration: none;
}
.dotlinetable a:hover{
	color: #FF6600;
	text-decoration: underline;
}
.tr_over {
	background-color: #E6EEF7;
}

.tr_no {
	background-color: #FFF;
}

