@charset "utf-8";

img { BORDER: 0px; }

body{
background-image:url(../images/index/bg.jpg);
background-color:#222222;
margin:0;
padding:0;
letter-spacing:0px;
font-size:12px;
line-height:20px;
font-family:"微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體", "細明體", "標楷體";
color:#434d0b;
text-align:center;
overflow-x:hidden; /*讓橫向捲軸隱藏*/
/*overflow-y:hidden; /*讓縱向捲軸隱藏*/
}

.area_logo{
	position:absolute;
	top:-100px; bottom:0 ; left:-60px; right:0;  margin:auto;
	width:1295px;
	height:321px;
	
	padding:0px;
	text-align:center;
}

.color_yellow{
	color:#e8e0ac;
}

.font_small{
	font-size:0.8em!important;
}
.font_type{
font-family: "微軟正黑體", "Microsoft JhengHei", "Arial";	
}


.area_enter{
	position:absolute;
	bottom:50px; left:0; right:0;  margin:auto;
	width:100%;
	height:70px;
	padding:0px;
	text-align:center;
	font-size:12px;
	line-height:30px;
	color:#949494;
	z-index:9999;
}

A.naz:link {
	COLOR: #cfc636; TEXT-DECORATION: none
}
A.naz:visited {
	COLOR: #cfc636; TEXT-DECORATION: none
}
A.naz:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline;
	left: 2px;
	top: 2px;
	right: -2px;
	bottom: 0px;
	position: relative;
	filter:Alpha(Opacity=80, FinishOpacity=80, Style=2);
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Moz + FF */
	opacity:0.8;
}

