@charset "utf-8";
/*整體設定*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	background-color: #bdbebe;
	background-image: url(../images/share/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	height: 100%;
	font-family: "微軟正黑體", "Arial", "Verdana", "新細明體";
}
img {
	border: 0;
}
ul {
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
}
ol {
	margin: 0 5px 0 15px;
	padding: 0 5px 0 5px;
}
li {
	margin: 0 5px 0 5px;
	padding: 0 5px 5px 5px;
}
/*td{
word-break:break-all;
}*/

form input, select, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
#clear { /*清除div格式*/
	clear: both;
}
#web_content {
	width: 940px;
	min-width: 940px;
	margin: 0 auto;
	padding: 0;
}
/*2欄式使用*/
#web_left { /* 需左右切欄時之左欄*/
	width: 352px;
	float: left;
	margin: 0;
	padding: 0;
}
#web_right { /* 需左右切欄時之右欄*/
	width: 588px;
	float: right;
	margin: 0;
	padding: 0;
}
/*網頁頁尾內容用*/
#footer {
	width: 940px;
	height: 30;
	font-size: 11px;
	color: #797574;
	line-height: 22px;
	text-align: right;
	margin: 0 auto;
}
#footer a:link {
	color: #797574;
	text-decoration: underline;
}
#footer a:visited {
	color: #797574;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/*內頁left menu 區塊

#left_menu{
	width: 280px;
	height:100%;
	min-height:250px;
	margin:o;
	padding:0;
}

#left_menu ul{
	list-style-type: none;
	margin:0 ;
	padding:0;

}
#left_menu li{
	margin:10px 20px 5px 20px;
	padding: 5px 20px 5px 20px;
	background-color: #ededed;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #e60012;

}
#left_menu a:link{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

#left_menu a:visited{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

#left_menu a:hover{
	color: #e60012;
}

#left_menu img{
border:0;	
}
*/

/*內頁導覽列區塊設定
#brcame{
	margin:0px;
	padding:o;
	width: 100%x;
	font-size: 10px;
	color: #666666;
}

#brcame a:link{
	color: #ac050f;
	text-decoration: none;	
}

#brcame a:visited{
	color: #ac050f;
	text-decoration: none;	
}

#brcame a:hover{
	color: #FF6600;
	text-decoration: underline;
}
*/

/*內頁文字階層設定*/

.title {
	font-family: Arial;
	font-size: 16px;
	color: #03b7cc;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding: 5px 0 7px 0;
}
.subtitle {
	color: #03b7cc;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}
.subtitle_black {
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}
.subtitle_white {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
}
.subtitle_red {
	font-size: 13px;
	color: #ae0f17;
	font-family: Arial;
	font-weight: bold;
}
.content {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.content_white {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
.content_red {
	font-size: 12px;
	color: #CC0000;
	font-family: Arial;
	line-height: 20px;
}
.content_s {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
.content_white_s {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
.note {
	font-size: 10px;
	color: #ae0f17;
	font-family: Arial;
	line-height: 18px;
}
a:link {
	color: #b31d23;
	text-decoration: none;
}
a:visited {
	color: #b31d23;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.dotline {
	border: 1px dotted #999999;
	padding: 5px;
}
.pavilink { /*使用在文案中的SEO隱藏字型*/
	display: none
}
/**************背景圖設定*/

/*首頁NEWS*/
.index_news_content {
	background-image: url(../images/index/table_news_03.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #EAEAEA;
	font-family: Arial;
	font-size: 11px;
	background-color: #be1b21;
}
.index_news_left {
	background-image: url(../images/index/table_news_06.jpg);
	background-repeat: repeat-y;
}
.index_news_right {
	background-image: url(../images/index/table_news_07.jpg);
	background-repeat: repeat-y;
}
.index_news_bottom {
	background-image: url(../images/index/table_news_09.jpg);
	background-repeat: repeat-x;
}
/*首頁Download*/
.index_download_bg {
	background-image: url(../images/index/index_download_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*內頁title*/
.title_bg {
	background-color: #ae0f17;
	font-family: Arial;
	color: #FFFFFF;
}
/**************背景圖設定 EDN*/

/*連結設定*/
a.link_white_underline:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.link_white_underline:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.link_white_underline:hover {
	text-decoration: none;
	color: #FFCC00;
}
a.link_white:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.link_white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.link_white:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a.link_gary:link {
	text-decoration: none;
	color: #333333;
}
a.link_gary:visited {
	text-decoration: none;
	color: #333333;
}
a.link_gary:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.link_lightgary:link {
	text-decoration: none;
	color: #EAEAEA;
}
a.link_lightgary:visited {
	text-decoration: none;
	color: #EAEAEA;
}
a.link_lightgary:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* 圖片邊框線 */
.banner_line_lightgary {
	border: 1px solid #e4e4e4;
}
.banner_line_lightgary_3px {
	border: 3px solid #FFFFFF;
}
/* 分隔線 */

.line_gary_1px {
	padding: 0px;
	margin: 0px;
	height: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
}
.line_red_dot_3px {
	font-size: 13px;
	color: #ae0f17;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #ae0f17;
	font-weight: bold;
	padding-bottom:3px;
}
.line_gray_dot_1px {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dbdbdb;
}
/* 網頁pagecount部份 */
#pagecount {
	font-family: "Arial", "Verdana", "微軟正黑體", "新細明體";
	font-size: 10px;
	color: #666666;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 20px;
	vertical-align: middle;
}
#pagecount a:link {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#pagecount a:visited {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#pagecount a:hover {
	color: #FFFFFF;
	background-color: #ae0f17;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
#pagecount .here {
	color: #FFFFFF;
	background-color: #ae0f17;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
/*--------------------20150316改版--------------------*/
/*首頁*/
.index-content {
	width: 320px;
	height: 380px;
	position: absolute;
	left: 50%;
	margin: 150px 0px 0px -160px;
}
.index-logo {
	width: 320px;
	height: 305px;
}
.index-link {
	padding-top: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.index-link a {
	color: #000;
	padding: 0px 20px;
	text-decoration: none;
}
.index-link a:hover {
	color: #b31d23;
}
/*menu*/
ul.menu {
	display: block;
	padding: 0;
	margin: 30px auto 0px auto;
	list-style: none;
	width: 250px;
}
ul.menu li {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: 10px;
}
ul.menu li a .normal {
	display: block;
	padding: 10px 0px;
	text-align: center;
	background-color: #b31d23;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
ul.menu li a span.this {
	display: none;
}
ul.menu li a:hover span.this {
	display: block;
	padding: 10px 0px;
	text-align: center;
	background-color: #b31d23;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
ul.menu li a:hover span.normal {
	display: none;
}
/*內頁標題*/
.right-title{
	background-color: #b31d23;
	margin-top:30px;
	margin-bottom:20px;
	color:#FFF;
	font-size:40px;
	padding:30px 10px 0px 10px;
	position:relative;
}
.w-16-b{
	font-size:16px;
	font-weight:bold;
}
.w-14-r{
	position:absolute;
	right:10px;
	top:60px;
	font-size:14px;
}
.w-blue-15-b{
	color:#069;
	font-size:15px;
	font-weight:bold;
}
.w-b{
	font-weight:bold;
	
}