@charset "big5";
body {
	font-family: "Arial", "Verdana","新細明體","微軟正黑體";
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
}

/*所有td的背景======*/
.header_top_bg {
	background-image: url(../images/index/gray.jpg);
	background-repeat: repeat-x;
}
.navi_bg {
	background-image: url(../images/share/navi_bg.jpg);
	background-repeat: repeat-x;
}
.footer_bg {
	background-image: url(../images/shere/footer_bg.jpg);
	background-repeat: repeat-x;
}
.footer_bg_spring {
	background-image: url(../images/spring/footer_02.jpg);
	background-repeat: repeat-x;
}
.footer_bg_summer {
	background-image: url(../images/summer/footer_02.jpg);
	background-repeat: repeat-x;
}
.footer_bg_fall {
	background-image: url(../images/fall/footer_02.jpg);
	background-repeat: repeat-x;
}
.footer_bg_winter {
	background-image: url(../images/winter/footer_02.jpg);
	background-repeat: repeat-x;
}
.title_bg {
	background-image: url(../images/shere/index_08.jpg);
	background-repeat: repeat-x;
}

.pop_top_bg {
	background-image: url(../images/pop_images/bg_t.jpg);
	background-repeat: repeat-x;
}
.pop_foot_bg {
	background-image: url(../images/pop_images/bg_f.jpg);
	background-repeat: repeat-x;
}
.pop_left_bg {
	background-image: url(../images/pop_images/bg_l.jpg);
	background-repeat: repeat-y;
}
.pop_right_bg {
	background-image: url(../images/pop_images/bg_r.jpg);
	background-repeat: repeat-y;
}

/*內文文字設定開始======*/

.content{
	font-family: "Arial", "Verdana",  "新細明體", "微軟正黑體";
	font-size: 12px;
	color: #666666;
	line-height:18px;
	letter-spacing: 0.15em;
}

.content_red{
	font-family: "Arial", "Verdana",  "新細明體", "微軟正黑體";
	font-size: 12px;
	color: #CC3300;
	line-height:18px;
	letter-spacing: 0.15em;
}

.content_orange{
	font-family: "Arial", "Verdana",  "新細明體", "微軟正黑體";
	font-size: 12px;
	color: #FF9900;
	line-height:18px;
	letter-spacing: 0.15em;
}

.content_s{
	font-family: "Arial", "Verdana",  "新細明體", "微軟正黑體";
	font-size: 11px;
	color: #666666;
	line-height:18px;
}

.subtitle_black  {
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.subtitle_gray  {
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.subtitle_gray_s {
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

.subtitle_orange  {
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 13px;
	color: #EC7600;
	font-weight: bold;
}

.subtitle_yellow  {
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 13px;
	color: #FFFF33;
	font-weight: bold;
}
.subtitle_blue  {
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 12px;
	color: #336699;
	font-weight: normal;
}

.subtitle_red  {
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 13px;
	color: #CC3300;
	font-weight: normal;
}

.subtitle_brown  {
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 11px;
	color: #CC9900;
	font-weight: normal;
}

.brcom{
	font-family: "Arial", "Verdana",  "新細明體", "微軟正黑體";
	font-size: 10px;
	color: #515151;
}

.note{
	font-family: "Arial", "Verdana",  "新細明體", "微軟正黑體";
	font-size: 10px;
	color: #993300;
}

.copyright {
	font-family: "Arial", "Verdana",  "新細明體", "微軟正黑體";
	background-image: url(../images/share/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 18px;
	font-size: 12px;
	color: #FFFFFF;
}

/*強迫斷行語法======*/
td {word-break:break-all}

/*div間距設定開始======*/

#brand_bd {
	margin-left: 40px;
}

#brand_dot {
	margin-left: 40px;
	margin-right: 40px;
}


/*bullet 等設定開始======*/
#fp ul{
	text-align:left;
	margin-left:30px;
	margin-bottom:0px;
	pandding-top:5px;
	pandding-bottom:0px;
	margin-top:5px;
	list-style:url(../images/shere/icon.jpg) none outside;
	
}
#fp ol{
	text-align:left;
	margin-left:30px;
	margin-bottom:0px;
	pandding-top:5px;
	pandding-bottom:0px;
	margin-top:5px;
}
#fp li{
	margin-bottom:5px;
	padding-top:0px;
	padding-left:0px;

}

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

a:link {
	color: #0099CC;
	text-decoration: underline;
}

a:visited {
	color: #0099CC;
	text-decoration: underline;
}

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

a.link_none:link {
	color: #0099CC;
	text-decoration: none;
}

a.link_none:visited {
	color:#0099CC;
	text-decoration: none;
}

a.link_none: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: #FF9900;
	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: #FF9900;
	text-decoration: underline;
}

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

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

a.link_white:hover {
	color: #FFFF00;
	text-decoration: underline;
}

a.link_red:link {
	color: #CC3300;
	text-decoration: none;
}

a.link_red:visited {
	color:#CC3300;
	text-decoration: none;
}

a.link_red:hover {
	color: #CC3300;
	text-decoration: underline;
}

a.link_brown:link {
	color: #86372F;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a.link_brown:visited {
	color: #86372F;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a.link_brown:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
a.link_header:link {
	color: #86372F;
	text-decoration: none;
	font-size: 11px;
}

a.link_header:visited {
	color: #86372F;
	text-decoration: none;
	font-size: 11px;
}

a.link_header:hover {
	color: #FF9900;
	text-decoration: none;
	font-size: 11px;
}
a.link_brown_lne:link {
	color: #9e7740;
	text-decoration: none;
}

a.link_brown_line:visited {
	color:#9e7740;
	text-decoration: none;
}

a.link_brown_line:hover {
	color: #FF9900;
	text-decoration: underline;
}

a.link_gray:link {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

a.link_gray:visited {
	color:#666666;
	text-decoration: none;
	font-size: 12px;
}

a.link_gray:hover {
	color: #FF9900;
	font-size: 12px;
}
a.link_gray_line:link {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}

a.link_gray_line:visited {
	color:#666666;
	text-decoration: underline;
	font-size: 12px;
}

a.link_gray_line:hover {
	color: #FF9900;
	text-decoration: none;
	font-size: 12px;
}

/*分隔線等設定開始======*/
.line_h_dot {
	background-image: url(../images/shere/dot_h_line.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.line_blue {
	background-image: url(../images/share/line_black.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.line_v_dot {
	background-image: url(../images/shere/dot_v_line.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.main_image_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


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

.input, select, textarea {
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 12px;
	color: #666666;
}

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

.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;
}
.link_image_line {
	border: 1px solid #999999;
}
.banner_line_fp {
	border: 1px solid #999999;
	padding: 3px;
}