@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p,form {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
body,td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 180%;
	color: #9E855E;
}
body {
	scrollbar-face-color:#685739; /*捲軸面部顏色*/
	scrollbar-highlight-color:#A68B5E; /*強光顏色*/
	scrollbar-3dlight-color:#A68B5E; /*3D光顏色，可以通過這裏的設置來產生捲軸立體或者平面的感覺 */
	scrollbar-darkshadow-color:#201E1F; /*陰影暗處的顏色 */
	scrollbar-shadow-color:#201E1F; /*陰影顏色*/
	scrollbar-arrow-color:#201E1F; /*箭頭顏色 */
	scrollbar-track-color:#2C2417; /*捲軸軌道的顏色 */
	background-color: #000;

}
.search{
	color:#9E855E;
	background-color:#000;
	border:solid 0px #FC0;
	padding:0px;
	font-size: 8pt;
}
/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #9E855E;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
.click {
	color: #636466;
	text-decoration: none;
}
.click:hover {
	color: #38960A;
	text-decoration: none;
}
/*--font---------------------------------------------------------------------------------------------------*/
.txt-01 {
	font-size: 11pt;
	color: #9E855E;
}
.txt-02 {
	color: #9E855E;
	line-height: 120%;
}
.gray-title {
	font-size: 9pt;
	color: #4D4D4F;
}
.gray-title2 {
	font-size: 10pt;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.gray-title3 {
	font-size: 12pt;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.black {
	color: #000000;
}
.black-01 {
	color: #000000;
	font-size: 14pt;
	line-height: 200%;
}
.white {
	color: #FFFFFF;
}
.white-01 {
	color: #FFFFFF;
	font-size: 14pt;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 100%;
}
.white-02 {
	color: #FFFFFF;
	font-size: 12pt;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #0066CC;
}
.red {
	color: #CC0000;
}
.red_2 {
	color: #CC0000;
	font-size: 18pt;
	font-weight: bold;
}
.red_3 {
	color: #CC0000;
	font-size: 14pt;
	font-weight: bold;
}
.red_4 {
	color: #CC0000;
	font-size: 11pt;
}
.green {
	color: #7CB806;
}
.green-2 {
	color: #7CB806;
	font-size: 12pt;
	font-weight: bold;
}
.orange {
	color: #FF3701;
}
.yellow {
	color: #FFFF00;
}
.down {
	font-size: 8pt;
	color: #65553D;
}
.bg-01 {
	background-image: url(images/index/bg-01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bg-02 {
	background-image: url(images/index/bg-02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-03 {
	background-image: url(images/index/bg-03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.line-01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #514431;
	border-right-color: #514431;
	border-bottom-color: #514431;
	border-left-color: #514431;
}
.line-02 {
	border-bottom-width: 1px;
	border-bottom-color: #4F432F;
	border-bottom-style: dotted;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.line-03 {
	border-bottom-width: 1px;
	border-bottom-color: #9E855D;
	border-bottom-style: solid;
	padding: 5px 0px;
}
.line-04 {
	padding-right: 0px;
	padding-left: 0px;
	border: 3px solid #000;
}
.line-05 {
	padding-right: 0px;
	padding-left: 0px;
	border: 6px solid #000;
}
.line-06 {
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	padding: 5px 0px;
}
.line-07 {
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	padding: 5px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.line-08 {
	padding-right: 0px;
	padding-left: 0px;
	border: 3px solid #514431;
}
.box-01 {
	font-size: 7pt;
	color: #9E855D;
	background-color: #000;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #000;
}
.box-02 {
	font-size: 7pt;
	color: #9E855D;
	background-color: #514431;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #534333;
}

/*--LuckyZoom---------------------------------------------------------------------------------------------------*/
.luckyZoomSmallImageCont {
	POSITION: relative;
	top: 2px;
}
.luckyZoomBigImageCont {
	BORDER-RIGHT: #fff 1px solid;
	BORDER-TOP: #fff 1px solid;
	Z-INDEX: 0;
	OVERFLOW: hidden;
	BORDER-LEFT: #fff 1px solid;
	BORDER-BOTTOM: #fff 1px;
	POSITION: absolute;
	visibility: hidden;
}
.luckyZoomHeader {
	Z-INDEX: 10;
	BACKGROUND: #9e2f2d;
	LEFT: 0px;
	FONT: 10px Tahoma, Verdana, Arial, sans-serif;
	COLOR: #fff;
	POSITION: relative;
	TOP: 0px;
	padding: 0px;
}
.luckyZoomHeader A {
	COLOR: #fff
}
.luckyZoomPup {
	BORDER-RIGHT: #aaa 1px solid;
	BORDER-TOP: #aaa 1px solid;
	Z-INDEX: 10;
	BACKGROUND: #ffffff;
	FILTER: alpha(Opacity=50);
	VISIBILITY: hidden;
	BORDER-LEFT: #aaa 1px solid;
	WIDTH: 50px;
	BORDER-BOTTOM: #aaa 1px solid;
	POSITION: absolute;
	HEIGHT: 50px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5
}
.input1 {
	background-color: #2C2417;
	border: 1pt solid #312719;
	color: #9E855E;
}
.input2 {
	background-color: #51422D;
	border: 1pt solid #312719;
	color: #9E855E;
}
.input3 {
	background-color: #2C2417;
	border: 1pt solid #312719;
	color: #9E855E;
}
.line-d1 {
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #6D583D;
}
.tb-title1 {
	font-weight: bold;
	color: #9E855E;
}
.title1 {
	font-size: 10pt;
}

