@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p {
	margin: 0px;
	padding: 0px;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 200%;
	color: #6D6E71;
}
body {
scrollbar-face-color:#4E0205; /*捲軸面部顏色*/
scrollbar-highlight-color:#85040B; /*強光顏色*/
scrollbar-3dlight-color:#85040B; /*3D光顏色，可以通過這裏的設置來產生捲軸立體或者平面的感覺 */
scrollbar-darkshadow-color:#030000; /*陰影暗處的顏色 */
scrollbar-shadow-color:#030000; /*陰影顏色*/
scrollbar-arrow-color:#030000; /*箭頭顏色 */
scrollbar-track-color:#230103; /*捲軸軌道的顏色 */
}
/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #6D6E71;
}
a:hover {
	text-decoration: none;
	color: #98040B;
}
.click {
	color: #EBEBEB;
	text-decoration: none;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 260%;
}
/*--font---------------------------------------------------------------------------------------------------*/
.gray-title {
	font-size: 14pt;
	color: #333;
}
.gray-title2 {
    font-size: 16pt;
	color: #636466;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.white-2 {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #0066CC;
}
.red {
	color: #84040A;
}
.red_2 {
	color: #CC0000;
	font-size: 18pt;
	font-weight: bold;
}
.red_3 {
	color: #98040B;
	font-size: 14pt;
	font-weight: bold;
}
.red_4 {
	color: #98040B;
	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: #636466;
}
.bg-01 {
	background-image: url(images/index/index-bg-01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bg-02 {
	background-image: url(images/p1-about/bg-01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bg-03 {
	background-image: url(images/p1-about/bg-02.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.f-01 {
	border: 1px solid #6D6E71;
	background-color: #000;
	color: #6D6E71;
	padding: 2px;
}
.line-01 {
	border-bottom-width: 1px;
	border-bottom-color: #3E3E3E;
	border-bottom-style: dotted;
}
.line-02 {
	border: 1px solid #4D4D4D;
	padding-right: 0px;
	padding-left: 0px;
}
.line-03 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #C9C9CA;
	border-right-color: #C9C9CA;
	border-bottom-color: #C9C9CA;
	border-left-color: #C9C9CA;
	border-bottom-style: dotted;
	padding: 5px 0px;
}
/*--LuckyZoom---------------------------------------------------------------------------------------------------*/
.luckyZoomSmallImageCont {
	POSITION: relative
}
.luckyZoomBigImageCont {
	BORDER-RIGHT: #fff 1px solid;
	BORDER-TOP: #fff 1px solid;
	Z-INDEX: 0;
	VISIBILITY: visible;
	OVERFLOW: hidden;
	BORDER-LEFT: #fff 1px solid;
	BORDER-BOTTOM: #fff 1px;
	POSITION: absolute;
}
.luckyZoomHeader {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; Z-INDEX: 10; BACKGROUND: #9e2f2d; LEFT: 0px; PADDING-BOTTOM: 3px; FONT: 10px Tahoma, Verdana, Arial, sans-serif; COLOR: #fff; PADDING-TOP: 3px; POSITION: relative; TOP: 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
}

