@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #fffffe;
	font-family:微軟正黑體;
	background-color:#000;
	letter-spacing:1px;
}
/* 圖片導圓腳*/

.img_Fillet {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* 圖片超連結 位移*/

.a_img:active {
	position:relative;top:1px;
}

.img_case:hover{

	opacity:0.80;
}
.img_case{
	opacity:3;
	}

/* 預載圖*/
.loader{
  background-image:url(images/left/bg_ch.jpg) no-repeat;
  background:url(images/left/bg_ch.jpg) no-repeat;
  margin-left:-10000px;
}

/*防撐破*/
.table {
table-layout: fixed;
word-wrap:break-word;
}

/*圖片自適應大小~去鋸齒*/
.img {
max-width: 600px; 
width:expression(this.width > 600 ? "600px" : this.width);
overflow:hidden;

-ms-interpolation-mode: bicubic;
}

.img_01{
    border:1px solid #666;
    padding:3px;
    margin-bottom:0px;
    margin-top:0px;
}


.input{
	font-size: 12px;
	color: #7c7c7c;
	text-decoration: none;
	background-color: #f4f4f4;
	border: 1px solid #e2e2e2;
}
	
.textarea{
	font-size: 12px;
	color: #7c7c7c;
	text-decoration: none;
	background-color: #f4f4f4;
	border: 1px solid #e2e2e2;
}

a:link {
	color: #999;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: none;
}

a:active {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration:underline;
}

.a1:link {
	color: #fffffe;
	text-decoration: none;
}

.a1:visited {
	color: #fffffe;
	text-decoration: none;
}

.a1:active {
	color: #fffffe;
	text-decoration: none;
}

.a1:hover {
	color:#fffffe;
	text-decoration:underline;
}

hr{
	height:1px ;
	width:100%;
	border:1px dashed #ffffff;
	border-left-color:#ffffff;
	border-right-color:#ffffff;
	border-bottom-color:#aaa;

}


/*字型設定*/
.txt_wt{
	color:#fff;
}
.txt_red{
	color:#ff0000;
}
.txt_brl{
	color:#B78351;
}

.txt_gl{
	color:#999;
}

.txt_bu{
	color:#025398;
}

.txt_org{
	color:#b44d0d;
}


.txt_gold{
	color:#B3904A;
}
.txt_12{
	font-size:12px;	
}

.txt_8{
	font-size:8px;	
}


.txt_14{
	font-size:14px;	
}

.txt_16{
	font-size:16px;	
}

.txt_20{
	font-size:20px;	
}


/*分頁樣式表*/

	.page{font-family:Tahoma; font-size:12px;}
	
	.page {
	
		PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 7px; MARGIN: 3px; PADDING-TOP: 7px; TEXT-ALIGN: center
	
	}
	
	.page A {
	
		BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #666666 1px solid; COLOR: #666666; PADDING-TOP: 2px; BORDER-BOTTOM: #666666 1px solid; TEXT-DECORATION: none
	
	}
	
	.page A:hover {
	
		BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; COLOR: #fff; BORDER-BOTTOM: #666666 1px solid; BACKGROUND-COLOR: #000
	
	}
	
	.page A:active {
	
		BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; COLOR: #fff; BORDER-BOTTOM: #666666 1px solid; BACKGROUND-COLOR: #000
	
	}
	
	.page SPAN.current {
	
		BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #666666 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #666666 1px solid; BACKGROUND-COLOR: #666666
	
	}
	
	.page SPAN {
	
		BORDER-RIGHT: #888 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #888 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #888 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #888 1px solid;
	
	BACKGROUND-COLOR: #888
	
	}		
