@charset "utf-8";

img { BORDER: 0px; }

body,html {height:100%;} /*加了這行，則div可直接設定要畫面高度的%*/

body{
background-image:url(../images/index/bg.jpg);
background-position:center bottom;
background-repeat:no-repeat;
background-color:#000000;
margin:0;
padding:0;
letter-spacing:0px;
font-size:12px;
line-height:18px;
font-family: "新細明體", "細明體", "微軟正黑體","Arial", "Microsoft JhengHei", "標楷體";
color:#111111;
text-align:center;
/*overflow-x:hidden; /*讓橫向捲軸隱藏*/
overflow-y:hidden; /*讓縱向捲軸隱藏*/
}


.wrapper{
margin:auto;
padding:0;
position:relative;
width:1400px;
height:580px;
text-align:left;
}

.index-photo{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

.logo{
	position: absolute;
	top:0; bottom:0; left:0; right:0;  margin:auto;
	width: 200px;
	height: 208px;
	padding: 0px;
	z-index: 1000;
}


.allright_text{
	position: absolute;
	bottom: 26px;
	left:0;
	right:0;
	margin: auto;
	width: 450px;
	height: 22px;
	padding: 0px;
	z-index: 1000;
	text-align: center;
	color: #ae9d96;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
}


.color-green{
	color:#d5ff43;
}

.color-red{
	color:#ab0040;
}

.color-design{
	color:#350b13;
}

.color_lightgrey{
	color:#cac0b1;
}

.color-darkgrey{
	color:#80807f;
}

.color-white{
	color:#ffffff;
}

.color-orange{
	color:#f47300;
}

.color_yellow {
	color:#ffe56c;
}

.fontbig {
	font-size:16px;
	line-height:22px;
	font-family: "Arial", "微軟正黑體", "Microsoft JhengHei" ;
	font-weight:400;
}

.style1 {
font-family: Arial, Helvetica, sans-serif;
color:#444444;
}

A.naa:link {
	COLOR: #ebb934; TEXT-DECORATION: none
}
A.naa:visited {
	COLOR: #ebb934; TEXT-DECORATION: none
}
A.naa:hover {
	COLOR: #ff7e00; TEXT-DECORATION: underline;
	left: 2px;
	top: 2px;
	right: -2px;
	bottom: 0px;
	position: relative;
}


A.naw:link {
	COLOR: #ded8ca; TEXT-DECORATION: none
}
A.naw:visited {
	COLOR: #ded8ca; TEXT-DECORATION: none
}
A.naw:hover {
	COLOR: #ffbe10; TEXT-DECORATION: underline;
	left: 2px;
	top: 2px;
	right: -2px;
	bottom: 0px;
	position: relative;
	filter:Alpha(Opacity=70, FinishOpacity=70, Style=2);
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Moz + FF */
	opacity:0.7;
}


A.nay:link {
	COLOR: #222222; TEXT-DECORATION: none
}
A.nay:visited {
	COLOR: #222222; TEXT-DECORATION: none
}
A.nay:hover {
	COLOR: #ed5900; TEXT-DECORATION: underline;
	left: 2px;
	top: 2px;
	right: -2px;
	bottom: 0px;
	position: relative;
}


A.naz:link {
	COLOR: #ad9e6f; TEXT-DECORATION: none
}
A.naz:visited {
	COLOR: #ad9e6f; TEXT-DECORATION: none
}
A.naz:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline;
	left: 2px;
	top: 2px;
	right: -2px;
	bottom: 0px;
	position: relative;
}

A.nax:link {
	COLOR: #03d3de; TEXT-DECORATION: none
}
A.nax:visited {
	COLOR: #03d3de; TEXT-DECORATION: none
}
A.nax:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline;
	left: 2px;
	top: 2px;
	right: -2px;
	bottom: 0px;
	position: relative;
}
