body {
	font-family: "Arial", "Verdana";
	margin: 0px;
	font-size: 11px;
	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: 5px;
	padding-left: 40px;
}

/*站內所有連結設定開始 ======*/

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: #333333;
	text-decoration: none;
}

a.link_footer:link {
	color: #5B5B5B;
	text-decoration: none;
}

a.link_footer:visited {
	color: #5B5B5B;
	text-decoration: none;
}

a.link_footer:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.link_content:link {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

a.link_content:visited {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

a.link_content:hover {
	color: #FF6600;
	text-decoration: underline;
	font-size: 12px;
}

a.link_download:link {
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}

a.link_download:visited {
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}

a.link_download:hover {
	color: #FF6600;
	text-decoration: underline;
	font-size: 12px;
}

a.link_sub:link {
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}

a.link_sub:visited {
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}

a.link_sub:hover {
	color: #FF6600;
	text-decoration: none;
	font-size: 12px;
}


/*文字階層設定開始======*/

.title{
	font-family: "Arial", "Verdana";
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.title_purple {
	font-family: "Arial", "Verdana";
	font-size: 16px;
	color: #993366;
	font-weight: bold;
}
.subtitle_purple {
	font-family: "Arial", "Verdana";
	font-size: 13px;
	color: #993366;
	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;
}

.content_s_red {
	font-family: "Arial", "Verdana";
	font-size: 11px;
	color: #CC0000;
}

.content_fff {
	font-family: "Arial","Verdana";
	font-size: 12px;
	color: #FFFFFF;
}
.content_red {
	font-family: "Arial","Verdana";
	font-size: 12px;
	color: #993333;
}

.content_blue {
	font-family: "Arial", "Verdana";
	font-size: 12px;
	color: #0365AC;
}

.content_pur {
	font-family: "Arial", "Verdana";
	font-size: 12px;
	color: #993366;
}

.content_s {
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #333333;
}

.content_s_fff {
	font-family: "Arial","Verdana";
	font-size: 8pt;
	color: #FFFFFF;

}
.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: #999999;
}

.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;
}

/*表單相關設定======*/

input, select, textarea {
	font-family: "Arial", "Verdana","微軟正黑體","新細明體";
	font-size: 12px;
	color: #333333;
}

/*分隔線等設定開始======*/

.dotlinetable {
	text-decoration: none;
	padding: 3px;
	border: 2px dotted #eaeaea;
	font-size: 12px;
	color: #535353
}

.line_h_dot {
	background-image: url(../images/shere/line_dot_black.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.line_h_dot_bottom {
	background-image: url(../images/shere/line_dot_black.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;
}

.line_orange {
	background-image: url(../images/shere/beline.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/*表單相關設定開始======

input, select, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #303135;
	BACKGROUND-COLOR: #FFFFFF;
	border: 1px solid #7F9DB9;
	padding: 1px;
}

#noline_input{
	padding: 0px;
	border: 0px;
}*/


/*圖片框線等設定開始======*/

.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: 1px solid #999999;
}



/*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;
}

/*banner使用*/
.banner_bg_t{
	background-image: url(../images/index/banner_bg_t.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.banner_bg_f{
	background-image: url(../images/index/banner_bg_f.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*download使用*/
.brand_font {
	font-family: "Arial", "Verdana","微軟正黑體","新細明體";
	font-size: 12px;
	color: #333333;
	padding: 5px 5px 5px 20px;
}
/*fwmail使用*/
.fwmail_bg_t {
	background-image: url(../images/fwmail/fwmail_02.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.fwmail_bg_f {
	background-image: url(../images/fwmail/fwmail_10.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.fwmail_bg_m {
	background-image: url(../images/fwmail/fwmail_06.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

