body {
	font-family: "Arial", "Verdana";
	margin: 0px;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	background-color: #FAFAFA;
}

#webcontent{
	background-image: url(../images/share/web_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#content{
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*站內所有連結設定開始 ======*/

a.link_ad:link {
	color: #246D91;
	text-decoration: none;
}

a.link_ad:visited {
	color:#246D91;
	text-decoration: none;
}

a.link_ad:hover {
	color: #EF4F00;
	text-decoration: underline;
}

a.link_admore:link {
	color: #CC6699;
	text-decoration: none;
}

a.link_admore:visited {
	color:#CC6699;
	text-decoration: none;
}

a.link_admore:hover {
	color: #EF4F00;
	text-decoration: underline;
}

a.link_top:link {
	color: #000000;
	text-decoration: none;
}

a.link_top:visited {
	color:#000000;
	text-decoration: none;
}

a.link_top:hover {
	color: #EF4F00;
	text-decoration: underline;
}
a.link_copyright:link {
	color: #5B5B5B;
	text-decoration: underline;
}

a.link_copyright:visited {
	color: #5B5B5B;
	text-decoration: underline;
}

a.link_copyright:hover {
	color: #FF6600;
	text-decoration: none;
}

a:link {
	color: #117E8D;
	text-decoration: underline;
}

a:visited {
	color: #9B921A;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}
a.link_brcam:link {
	color: #CC3366;
	text-decoration: underline;
}

a.link_brcam:visited {
	color: #CC3366;
	text-decoration: underline;
}

a.link_brcam:hover {
	color: #FF6600;
	text-decoration: none;
}

a.link_footer:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.link_footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.link_footer:hover {
	color: #FF6600;
	text-decoration: underline;
}


/*文字階層設定開始======*/

.content_ad { /*英文版首頁新聞跑馬燈用*/
	font-family: "Arial","Verdana";
	font-size: 13px;
	color: #333333;
	line-height: 16px;
}

.title{
	font-family: "Arial", "Verdana";
	font-size: 18px;
	color: #000000;
}

.subtitle_purple {
	font-family: "Arial", "Verdana";
	font-size: 13px;
	color: #6B2746;
	font-weight: bold;
}

.subtitle_black  {
	font-family: "Arial","Verdana";
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.subtitle_gray  {
	font-family: "Arial","Verdana";
	font-size: 13px;
	color: #68655C;
	font-weight: bold;
}
.subtitle_white  {
	font-family: "Arial","Verdana";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.content {
	font-family: "Arial","Verdana";
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

.content_fff {
	font-family: "Arial","Verdana";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
.content_red {
	font-family: "Arial","Verdana";
	font-size: 12px;
	color: #993333;
	line-height: 16px;
}
.content_s {
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #333333;
	line-height: 16px;
}

.content_s_fff {
	font-family: "Arial","Verdana";
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 16px;
}
.content_s_000 {
	font-family: "Arial","Verdana";
	font-size: 8pt;
	color: #000000;
	line-height: 16px;
}

.note{
	font-family: "Arial","Verdana";
	font-size: 10px;
	color: #993300;
}

.brcom{
	font-family: "Arial","Verdana";
	font-size: 10px;
	color: #ABABAB;
}

.copyright {
	font-family: "Arial","Verdana";
	font-size: 10px;
	color: #5B5B5B;
}

.date {
	font-family: "Arial","Verdana";
	font-size: 9pt;
	color: #6699CC;
	word-spacing: 1pt;
	font-weight: bold;
}

/*分隔線等設定開始======*/

.dotlinetable {
	text-decoration: none;
	padding: 3px;
	border: 2px dotted #eaeaea;
	font-size: 12px;
	color: #535353
}

.line_h_dot {
	background-image: url(../images/share/dot_h_line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.line_h_dot_bottom {
	background-image: url(../images/share/dot_h_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


.line_v_dot {
	background-image: url(../images/share/dot_v_line.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.line_v_dot_right {
	background-image: url(../images/share/dot_v_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.line_h_gary {
	background-image: url(../images/share/line_gary.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.line_h_gary_bottom {
	background-image: url(../images/share/line_gary.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*表單相關設定開始======*/

input, select, textarea {
	font-family: "Arial";
	font-size: 12px;
	color: #303135;
	BACKGROUND-COLOR: #EFEFEF;
	border: 1px solid #7F9DB9;
	padding: 1px;
}

#noline input{
	padding: 0px;
	border: 0px;
	background-color: #FCFFF0;
}


/*圖片框線等設定開始======*/

.banner_line_white {
	padding: 0px;
	border: 1px solid #FFFFFF;
}
.banner_line_gary{
	padding: 0px;
	border: 1px solid #333333;
}

.banner_line_lightgary{
	padding: 0px;
	border: 1px solid #E4E4E4;
}
.banner_line_story{
	padding: 0px;
	border: 3px solid #eeeeee;
}



/*bullet 等設定開始======*/
ul{
	text-align:left;
	margin-left:25px;
	margin-bottom:0px;
	pandding-top:5px;
	pandding-bottom:0px;
	margin-top:5px;
	
}
ol{
	text-align:left;
	margin-left:25px;
	margin-bottom:0px;
	pandding-top:5px;
	pandding-bottom:0px;
	margin-top:5px;
}
li{
	margin-bottom:4px;
	padding-top:0px;
	padding-left:0px;

}


/*背景圖css區塊*/
.bg_header{
	background-image: url(../images/share/header_bg_2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_front_news{
	background-color: #ECECEC;
	background-image: url(../images/index/title_bg_28.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
}

.bg_front_news ul{
	text-align:left;
	margin-left:20px;
	margin-bottom:0px;
	list-style:url(../images/share/icon_dot.gif) none outside;
}
.bg_front_news li{
	margin-bottom:4px;
	padding-left:0px;
}
.bg_front_product{
	background-color: #ECECEC;
	background-image: url(../images/index/product_bg_31.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
}

.bg_copyright{
	background-image: url(../images/share/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_left_shadow{
	background-image: url(../images/inside/left_shawdow_bg_9.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/*使用在左方navigation區塊*/
.left_navi_industry{
	width: 196px;
	text-align:left;
	font-family: "Arial","Verdana";
	font-size: 12px;
	font-style: normal;
	padding: 3px 10px 10px;
}
.left_navi_industry a{
	font-family: "Arial", "Verdana";
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.left_navi_industry a:visited{
	text-decoration: none;
	color: #000000;
}
.left_navi_industry a:hover{
	text-decoration: none;
	color: #FF6600;
}

.left_navi{
	width: 196px;
	text-align:left;
	font-family: "Arial","Verdana";
	font-size: 12px;
	font-style: normal;
	background-color: #FAFAFA;
	background-image: url(../images/inside/left_bg_8.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px 10px 10px;
}

.left_line_bottom {
	background-image: url(../images/share/dot_h_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 12px;
	padding-top: 10px;
}

.left_arror_bottom {
	background-image: url(../images/share/icon_left_arror.gif);
	background-repeat: no-repeat;
	background-position: center 17px;
	padding-bottom: 12px;
	padding-top: 10px;
}
.left_navi a{
	font-family: "Arial", "Verdana";
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.left_navi a:visited{
	text-decoration: none;
	color: #000000;
}
.left_navi a:hover{
	text-decoration: none;
	color: #FF6600;
}

/*SEO使用*/
#page h1{
	display: none;
}

/*透明下拉選單使用*/
.down_navi{
	background-color: #2F91B8;
	filter:Alpha(Opacity=80);
	opacity: .80;
	padding: 5px;	
	}

.down_navi_aror{
	background-color: #2F91B8;
	filter:Alpha(Opacity=80);
	opacity: .80;
	background-image: url(../images/share/icon_arror_white.gif);
	background-repeat: no-repeat;
	background-position: 2px 10px;
	}

.down_navi a{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.down_navi a:visited{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
.down_navi a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	}
