﻿@charset "utf-8";
fieldset,img { 
border:0;
}
html, body, .main,form{height: 100%;}
body > .main,body > form > .main  {height: auto; min-height: 100%;}
body > form > div > .main{height: auto; min-height: 100%;}
/*他的設法是將最主要區塊設成100%，然後其他須隨著畫面去貼邊的東西皆從負數開始算這樣自然可隨視*/

@font-face {
    font-family: 'gotham_lightregular';
    src: url('../gotham-light-webfont.eot');
    src: url('../gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../gotham-light-webfont.woff') format('woff'),
         url('../gotham-light-webfont.ttf') format('truetype'),
         url('../gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: 'gotham_lightregular';
	font-size: 16px;
	color: #362e2b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 150%;
	-webkit-text-size-adjust: none;
	background-color: #e6ca96;

SCROLLBAR-ARROW-COLOR: #000000;
 SCROLLBAR-FACE-COLOR: #f6edd5;
 SCROLLBAR-DARKSHADOW-COLOR: #ebddb8;
 SCROLLBAR-BASE-COLOR: #ebddb8;
 SCROLLBAR-HIGHLIGHT-COLOR: #ebddb8;
 SCROLLBAR-SHADOW-COLOR: #ebddb8;
 SCROLLBAR-TRACK-COLOR: #ebddb8;
 SCROLLBAR-3DLIGHT-COLOR: #ebddb8
}

a{
	color: #362e2b;
	text-decoration: none;
	line-height: normal;
}
a:hover {
	color: #fdfcfc;
	line-height: normal;
	text-decoration: none;
}
a:hover img{filter: alpha(opacity=80);opacity:0.80;  }

h1{
	font-size: 24px;
	color: #fffaed;
	line-height: normal;
	font-weight: lighter;
}
h2{
	font-size: 20px;
	color: #362e2b;
	line-height: normal;
	font-weight: lighter;
}
h3{
	font-size: 20px;
	color: #fffaed;
	font-weight: lighter;
}
.ge{
	font-size: 19px;
	color: #362e2b;
	line-height: normal;
}
.ge2{
	font-size: 12px;
	color: #ebddb8;
}
.ge2 a{
	
	color: #ebddb8;
	text-decoration: underline;
}
.ge2 a:hover{
	
	color: #FFFFFF;
	text-decoration: underline;
}
.ge3{
	font-size: 11px;

}
	
.w_txt{font-size: 16px;color: #fffaed;}
.w_txt a{
	font-size: 16px;
	color: #fffaed;
	text-decoration: none;
}
.w_txt a:hover{
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
}
.w_twt2{
	font-size: 24px;
	color: #fffaed;
	line-height: normal;
	font-weight: lighter;
}
.w_twt3{
	font-size: 30px;
	color: #fffaed;
	line-height: normal;
	font-weight: lighter;
	text-shadow: 2px 2px 3px #000000;
}
/*這裡的數值只能設這樣，多設的話，當內容多的時候footer會下不去*/
#main {
	width: 100%;
	float: left;
	
}


/*height: 100%者不能設float*/
.main{
height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*請設跟footer高度一樣的數值*/
.contect {
	max-width:1144px;
	min-width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	_overflow: hidden;
	_height: 0px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}



.footer{
	height: 26px;
	margin-top: -26px;
	width: 100%;
	position: relative;
	float: left;
	font-size: 11px;
	color: #b28850;
	text-align: center;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f8ecd5;
}
.footer2{
	height: 26px;
	margin-top: -26px;
	width: 100%;
	position: relative;
	float: left;
	font-size: 11px;
	color: #ebddb8;
	text-align: center;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f8ecd5;
}


/*共通*/
.all{
	width: 100%;
	float: left;
}
.all_10{
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.all_20{
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
/*頁面過長會自動出現top css*/
#go{
	display:none;
	cursor:pointer;
	position:fixed;
	right:10px;
	bottom:8px;
	width:40px;
	height:40px;
	z-index:10;
	background-image:url(../images/icon_top.png);
	color: #FF0000;
}
.home{
	width: 42px;
	position: absolute;
	z-index: 100;
	right: 0px;
}

.aa1{
	height: 100%;
	width: 100%;
        min-width: 1000px;
	background-image: url(../images/index_kv1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
float: left;

}
.aa2{
	height: 100%;
	width: 100%;
        min-width: 1000px;
	background-image: url(../images/index_kv2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
        float: left;

}