@charset "utf-8";
/* CSS Document */
body,td {
	font-family: "MS UI Gothic","MS PGothic","Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
	line-height: 180%;
	margin: 0px;
	text-decoration: none;
}
a{
	color: #E4232F; 
	text-decoration: none;
}
a:hover{
	color: #E4232F;
	text-decoration: underline;
		}
/*-----------------------------index------------------------------------*/
.BgL{
	background-attachment: scroll;
	background-image: url(../_img/00_layout/BG_L.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.BgR{
	background-attachment: scroll;
	background-image: url(../_img/00_layout/BG_R.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.IndexBGbot{
	background-attachment: scroll;
	background-image: url(../_img/00_index/index_newsBG_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.IndexNewsTitBG{
	background-attachment: scroll;
	background-image: url(../_img/00_index/index_newstitBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 13px;
	padding-left: 29px;
}
.IndexNewsBGtop{
	background-attachment: scroll;
	background-image: url(../_img/00_index/index_newsBG_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.IndexNewsDotline{
	background-attachment: scroll;
	background-image: url(../_img/00_index/index_news_dotline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.IndexNewsDate{
	font-size: 11px;
	font-weight: normal;
	color: #FF7209;
	text-decoration: none;
}
.IndexNewsTit{
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #E12424;
	text-decoration: none;
}

.IndexNewsTit a{
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #E12424;
	text-decoration: underline;
}
.IndexNewsTit a:hover{
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #E12424;
	text-decoration: none;
}
.IndexNewsTxt{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 160%;
}
.IndexLinkBG{
	background-attachment: scroll;
	background-image: url(../_img/00_index/index_link_BGtop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*-----------------------------bottommenu------------------------------------*/
.BottomMenu{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.BottomMenu a{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.BottomMenu a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #E4232F;
	text-decoration: underline;
}
/*-----------------------------topmenu------------------------------------*/
.TopMenu{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.TopMenu a{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.TopMenu a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

/*-----------------------------News------------------------------------*/
.NewsPagetop{
	background-attachment: scroll;
	background-image: url(../_img/01_news/page_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.NewsPagebot{
	background-attachment: scroll;
	background-image: url(../_img/01_news/page_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Pagenumber{
	font-size: 12px;
	font-weight: bold;
	color: #E4232F;
	text-decoration: none;
}
.Pagenumber a{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.Pagenumber a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #E4232F;
	text-decoration: underline;
}
.NewsTit{
	font-size: 15px;
	line-height: 160%;
	font-weight: bold;
	color: #E93B34;
	text-decoration: none;
}
.NewsPrevBGtop{
	background-attachment: scroll;
	background-image: url(../_img/01_news/prevBG_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.NewsPrevBGm{
	background-attachment: scroll;
	background-image: url(../_img/01_news/prevBG_M.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.NewsPrevBGbot{
	background-attachment: scroll;
	background-image: url(../_img/01_news/prevBG_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*-----------------------------Table------------------------------------*/
.map_line {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.map_linedown {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-right-style: none;
}
.map_lineright {
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}
.taiwanBg {
    background-image: url(../_img/02_pageeditor/t_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
