/*----------基本設定----------*/
* {
	margin: 0;
	padding: 0;
	/*解決用了padding後版面亂掉的問題,ie8不支援*/
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;/*list-style:none;*/
}

body {
	/*overflow: hidden;	隱藏捲軸*/
	background-color: #FFF;
	/*background-image: url(images/index_01.jpg);重複背景用*/
	background-position: center;
	-webkit-text-size-adjust: none;/*手持轉向不改變字體大小*/
	/*預設文字設定*/
	color: #000;
	font-size: 1em;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: 0.02em;
	/*letter-spacing:1px;*/
	text-shadow: 1px 1px 2px rgba(250,250,250,0.2);
	-webkit-font-smoothing: antialiased;
	font-family: "PT Sans", "Hiragino Sans GB", "Microsoft YaHei", sans-serif, '微軟正黑體', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #06F;
	outline: none; /* for Firefox 清虛線*/
	 hlbr:expression(this.onFocus=this.blur()); /* for IE 清虛線*/
}

img{
	border:0px;
	margin:0;
	padding:0;}
/*----------切版------------*/

/*上方背景用*/

.TOP_BG {
	width: 100%;
	height: auto;
	background-position: 50% top;
	background-repeat: no-repeat;

	background-image: url(images/index_01.jpg) ;
	z-index:0;
}
.WRAP {
	position: relative;
	max-width: 1002px;
	margin: 0 auto;

}
/*以下頁首*/
.header {
	height: 640px;
	/*background-image:url(images/index_02.jpg);*/
}
/*以下內容區*/
.article {
	/*height: 818px;不可以設高才能延伸*/
	/*background-image: url(images/index_05.jpg);*/
	background-repeat: no-repeat;/*background-color:#0F0;*/
}
/*以下頁尾*/
.footer {
	height: 75px;
	background-image: url(images/index_03.jpg);/**/
	background-repeat: no-repeat;
	background-position: center;
}
/*----------浮動區塊----------*/
.fb_ {
	position: absolute;
	z-index: 99;
	margin-top: 10px;
	left: 0px;
}
.BB {
	position: absolute;
	z-index: 1;
	left: 490px;
	top: 0px;
}
.logo {
	position: absolute;
	z-index: 99;
	margin-left: 80%;
	top: 480px;
}
#gotop {/*回頂端*/
	display: none;/*預設隱藏*/
	position: fixed;/*固定在右下角*/
	right: 20px;
	bottom: 17px;
	padding: 10px 15px;
	font-size: 20px;
	background-color: #040402;
	color: white;
	cursor: pointer;
}

#B2,#B3,#B4,#B5,#B6{
	/*display:none;*/}
/*----------文字------------*/

.font_B1 {/*文字下間距*/
text-align:center;
}
.font_B2 {/*變紅色*/
	font-size: 1em;
	color: #CC0000;
	font-weight: bold;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	}
.font_B2-1{/*變綠色*/
	font-size: 1em;
	color: #063731;
	font-weight: bold;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
.font_B3 {/*文字註解*/
	font-size: 0.9em;
	letter-spacing: 0.1em;
	color: #000000;
	line-height:1.5em
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
/*----------以下icon字型-----------*/
/*在html的文字前加上<b>a</b>後,可以抓到icon字型的圖示*/
@font-face {  /*自定義字型名稱,和其來源*/
	font-family: SP;
	src: url(js/sosa.ttf);
}
b {/*特殊符號*/
	font-family: SP;
	color: #000000;
	float: left;
	padding-left: 0em;
	font-weight: normal;
	font-size: 3em;
	
}
/*----------表格------------*/
.table_white {	           /*整體表格*/
	width: 80%;
	margin: 10px 5% 10px 2%; /*表格與外部的間距*/
	font-size: 1em;       /*文字大小*/
	text-align: center;	   /*文字置中*/
	/*text-shadow: 1px 1px 2px #333;  文字陰影*/
	border: #CC0000 dashed; /*框線顏色,樣式*/
	/*外_框線粗細*/
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}
.table_white tr:hover {   /*滑鼠滑過*/
	background-color: #FF3333;
	color: #000;
	background-color: rgba(159,213,176,0.4);
}
.table_white td {		 /**/
	line-height: 1.6;/*列_高度*/
	padding: 3px;
	;/*框線顏色,樣式*/
	/*內_框線粗細*/
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color:  #132B1B;
	border-right-color:  #132B1B;
	border-bottom-color: #132B1B;
	border-left-color: #132B1B;
}
.table_white th {
	line-height: 1.8;/*第1列_高*/
	color: #FFF;/*第1列_文字顏色*/
	text-align: center;/*第1列_文字置中*/
	font-weight: bold;/*第1列_粗體*/
	letter-spacing: 2px;
	background-color: #132B1B;/*第1列_底色*/
	border: rgba( 255,255,255,0.5) dashed;/*框線顏色,樣式*/
	/*首_框線粗細*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}
/*--------選單（按鈕）-----------*/
#uper{/*浮動按鈕*/
	position:absolute;
	width:138px;
	height:56px;
	background-image:url(images/btn_00.png);
	z-index:99;}
	

#tabMenu {
	width:129px;
	height:348px;
	position:relative;
	top:350px;/*按鈕定位*/
	margin-left:140px;
}

#tabMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:129px;
	height:56px;
	padding-top:5px;
	background-repeat:no-repeat;
	background-position: left bottom;
}
#tabMenu li {
	float:left;
}


#tabMenu li a {
	position:relative;
	z-index:100;
	display:block;
	width:129px;
	height:56px;
	text-indent:-9999px;
	text-decoration:none;


}


.S1{	background-image:url(images/btn_01.png);}
.S2{	background-image:url(images/btn_02.png);}
.S3{	background-image:url(images/btn_03.png);}
.S4{	background-image:url(images/btn_04.png);}

/*--------選單（切換頁）-----------*/
#BOX1,#BOX2,#BOX3/*,#BOX4*/{
	display:none;}

#TEXT {/*用來包BOX*/
	z-index:10;
	/*top:720px;*/
	padding: 0px 15% 30px 20%;/*內文上下寬距*/
	/*background-color: #F9F;內文底圖*/
}

.BOXS {
	
}


/*--------banner-----------*/

#BANNER {
	width: 610px;
	height: 490px;
	
		position: relative;
}
#WRAPPER {
	width: 610px;
	height: 377px;
	overflow: hidden;
position: absolute;
	
}
#WRAPPER ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}


#NUMBER {/*數字*/
	width: 255px;
	overflow: hidden;
	position:absolute;
	top:55px;
	z-index:10;
	right:47px;
}
#NUMBER ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 255px;
	height: 36px;
	margin: 0 auto;
	background-image:url(images/s-bg3.png);
	background-position:left top;
}
#NUMBER li {border:0;
	/*font-size: 14px;*/
	float:left;
	cursor: pointer;
/*	display: block;*/
	width: 34px;
	height: 36px;
	margin-left: 6px;

	/*background-color: #132C1B;*/
	line-height: 36px;
	text-align: center;
	color: #FFF;
}
.CC {
	/*background-color: #990000;*/
	background-image: url(images/s-bg2.png);
	color: #000;
}
