body{
	font-size: 12px;
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/share/web_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

/*文字階層設定開始======*/

.title{
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 20px;
	color: #333333;
	letter-spacing: 0.025em;
}
.title_cn{
	font-family: "新細明體";
	font-size: 18px;
	color: #333333;
	letter-spacing: 0.025em;
	font-weight: bold;	
}

.subtitle_blue {
	font-family: "Arial", "Verdana","微軟正黑體","新細明體";
	font-size: 13px;
	color: #4A7171;
	font-weight: bold;
}
.subtitle_red {
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 13px;
	color: #C93232;
	font-weight: bold;
}

.subtitle_lightred {
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 13px;
	color: #D98088;
	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: #666666;
	line-height: 20px;
}

.content_fff {
	font-family: "Arial", "Verdana","微軟正黑體","新細明體";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
.content_red {
	font-family: "Arial", "Verdana","微軟正黑體","新細明體";
	font-size: 12px;
	color: #993333;
	line-height: 20px;
}
.content_s {
	font-family: "Arial", "Verdana","微軟正黑體","新細明體";
	font-size: 8pt;
	color: #666666;
	line-height: 20px;
}

.content_s_fff {
	font-family: "Arial", "Verdana","微軟正黑體","新細明體";
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 20px;
}
.content_s_000 {
	font-family: "Arial", "Verdana","微軟正黑體","新細明體";
	font-size: 8pt;
	color: #000000;
	line-height: 20px;
}


.note{
	font-family: "Arial", "Verdana","微軟正黑體","新細明體";
	font-size: 10px;
	color: #993300;
}

ul{
	text-align:left;
	margin-left:15px;
	margin-bottom:0px;
	pandding-top:5px;
	pandding-left:15px;
	pandding-bottom:0px;
	margin-top:5px;
	
}
ol{
	text-align:left;
	margin-left:30px;
	margin-bottom:0px;
	pandding-top:5px;
	pandding-left:15px;
	pandding-bottom:0px;
	margin-top:5px;
}
li{
	margin-bottom:4px;
	padding-top:0px;
	padding-left:0px;

}
p{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 網頁copyright部份 */
#footer{
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 11px;
	color: #999999;
	background-image: url(../images/share/bg_footer_3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin:0 auto;
}

#footer a:link{
	color: #999999;
	text-decoration: none;
}

#footer a:visited{
	color: #999999;
	text-decoration: none;
}

#footer a:hover{
	color: #FF6600;
	text-decoration: underline;
}

/* 網頁brcam部份 */
#brcam{
	font-family: "tahoma";
	line-height:1.231;
	font-size: 11px;
	color: #999999;
	text-align: right;
	vertical-align: top;
	height: 20px;
	width: 900px;
	margin:0 auto;
	pandding:0 auto;
}

#brcam a:link{
	color: #A90750;
	text-decoration: underline;
}

#brcam a:visited{
	color: #A90750;
	text-decoration: underline;
}

#brcam a:hover{
	color: #CC6666;
	text-decoration: none;
}


/***************************************表單相關設定======*/

.input, select, textarea {
	font-family: "Arial", "Verdana","微軟正黑體","新細明體";
	font-size: 12px;
	color: #333333;
}

/*黑框白底表單*/
#black_form input{
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

/************************************站內所有連結設定開始 ======*/

a:link {
	color: #3399CC;
	text-decoration: none;
}

a:visited {
	color: #3399CC;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.link_black:link {
	color: #333333;
	text-decoration: none;
}

a.link_black:visited {
	color:#333333;
	text-decoration: none;
}

a.link_black:hover {
	color: #EF4F00;
	text-decoration: underline;
}

a.link_black_line:link {
	color: #333333;
	text-decoration: underline;
}

a.link_black_line:visited {
	color: #333333;
	text-decoration: underline;
}

a.link_black_line:hover {
	color: #FF6600;
	text-decoration: none;
}

a.link_white_line:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.link_white_line:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.link_white_line:hover {
	color: #FFCC00;
	text-decoration: none;
}

a.link_white:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.link_white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.link_white:hover {
	color: #FFCC00;
	text-decoration: underline;
}

a.link_gary:link {
	color: #E0E0E0;
	text-decoration: none;
}

a.link_gary:visited {
	color: #E0E0E0;
	text-decoration: none;
}

a.link_gary:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.link_red_line:link {
	color: #A71515;
	text-decoration: underline;
}

a.link_red_line:visited {
	color: #A71515;
	text-decoration: underline;
}

a.link_red_line:hover {
	color: #FF6600;
	text-decoration: none;
}

/***********************************圖片框線等設定開始======*/

.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_no{
	padding: 0px;
	border: 0px;
}


/******************************************分隔線等設定開始======*/

.dotlinetable {
	text-decoration: none;
	padding: 3px;
	border: 1px dotted #eaeaea;
	font-size: 12px;
	color: #535353
}

.line_h_dot_black {
	background-image: url(../images/share/line_dot_black.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.line_h_dot_black_bottom {
	background-image: url(../images/share/line_dot_black.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.line_h_double_brown {
	background-image: url(../images/share/line_double_brown.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.line_h_double_brown_bottom {
	background-image: url(../images/share/line_double_brown.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.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: left bottom;
}

/****************************************************** td 背景設定*/
#header {
	background-image: url(../images/share/bg_header_1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 65px;
	pandding:0 auto;
	font-size: 12px;
	color: #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "新細明體";
}
#header a:link{
	color: #999999;
	text-decoration: none;
}

#header a:visited{
	color: #999999;
	text-decoration: none;
}

#header a:hover{
	color: #669999;
	text-decoration: underline;
}

#td_3px{
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

#td_navi_5px{
	margin: 0px;
	padding: 0px;
	height: 5px;
}
/****************************************************** 首頁Focus talbe 區塊*/
#focus{
	width: 296px;
	height:90px;
	display: block;
	float: left;
	padding: 5px;
}
#focus img{
	float:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#focus a{
	color: #4A7171;
	text-decoration: none;
}
#focus a:visited{
	color: #4A7171;
	text-decoration: none;
}
#focus a:hover{
	color: #FF6600;
	text-decoration: underline;
}
#focus_wording{
	width: 180px;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
#focus_wording h1{
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #4A7171;
	margin:0;
	pandding:0;
}
#focus_wording h2{
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	margin:0;
	pandding:0;
}
.focus_bg{
	background-image: url(../images/index/product_table_2.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/****************************************************** 首頁news 區塊*/
#fp_news{
	width: 274px;
	color: #333333;
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 12px;
	line-height: 18px;
}

#fp_news ul{
	text-align:left;
	margin-left:20px;
	list-style-image: url(../images/share/icon_arror_squar_2.gif);
	list-style-position: outside;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#fp_news li{
	margin-bottom:3px;
	padding-top:0px;
	padding-left:0px;

}

/****************************************************** 內頁 左邊 menu 區塊*/
#left_menu{
	width: 200px;
	color: #333333;
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

#left_menu ul{
	text-align:left;
	margin-left:30px;
	list-style-image: url(../images/share/icon_arror_squar_2.gif);
	list-style-position: outside;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    margin-top: 0px;
}

#left_menu li{
	margin-bottom:10px;
	padding-top:0px;
	padding-left:3px;
	padding-bottom:12px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/share/line_dot_black.gif);
}
#left_menu a:link{
	color: #333333;
	text-decoration: none;
}
#left_menu a:visited{
	color: #333333;
	text-decoration: none;
}
#left_menu a:hover{
	color: #FF6600;
	text-decoration: none;
}

/****************************************************** 內頁 欄位 bullet 設定*/
#bullet_icon{
	color: #666666;
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 12px;
	line-height: 18px;
}

#bullet_icon ul{
	text-align:left;
	margin-left:30px;
	list-style-image: url(../images/share/icon_arror_squar_org.gif);
	list-style-position: outside;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bullet_icon li{
	margin-bottom:3px;
	padding-top:0px;
	padding-left:0px;

}


/****************************************************** hidden*/
.pavilink {
	display: none;
}
/*透明下拉選單使用*/
.down_navi{
	background-color: #333333;
	filter:Alpha(Opacity=90);
	opacity: .80;
	padding: 5px;
	}

.down_navi_aror{
	background-color: #333333;
	filter:Alpha(Opacity=90);
	opacity: .80;
	background-image: url(../images/share/icon_arror_white.gif);
	background-repeat: no-repeat;
	background-position: 4px 13px;
	}

.down_navi a{
	font-size: 12px;
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.down_navi a:visited{
	font-size: 12px;
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
.down_navi a:hover{
	font-size: 12px;
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	}
