@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p,form {
	margin: 0px;
	padding: 0px;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/*line-height: 180%;*/
	color: #636466;
}
body {
	background-image: url(images/index/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #B18D4F;
}
/*-background img-----------------------------------------------------------------------------------------*/
.top-bg {
	background-image: url(images/index/down-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.pagebg {
	background-image: url(images/p1-about/bg-01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.right-bg {
	background-image: url(images/down/down-05.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.right-bg2 {
	background-image: url(images/down/down-05-2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #636466;
}
a:hover {
	text-decoration: none;
	color: #791C00;
}
.click {
	color: #636466;
	text-decoration: none;
}
.click:hover {
	color: #38960A;
	text-decoration: none;
}
/*--font---------------------------------------------------------------------------------------------------*/
.gray-title {
    font-size: 12pt;
	color: #636466;
}
.gray-title2 {
    font-size: 16pt;
	color: #636466;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.brown {
	color: #000000;
}
.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;
	line-height: 150%;
}
.red_4 {
	color: #CC0000;
	font-size: 10pt;
	font-weight: bold;
	line-height: 150%;
}
.green {
	color: #7CB806;
}
.orange {
	color: #FF3701;
}
.yellow {
	color: #FFFF00;
}
.down {
	font-size: 8pt;
	color: #636466;
}
.down_2 {
	font-size: 9pt;
	color: #414042;
}
.down_3 {
	font-size: 9pt;
	color: #666666;
}
.down_3 a:hover {
	font-size: 9pt;
	color: #B18E50;
}
/*--others-------------------------------------------------------------------------------------------------*/
.space {
	padding-bottom: 8px;
}
.space2 {
	padding-bottom: 15px;
	padding-right: 5px;
}
.word-space {
	line-height: 160%;
}
/*--line-------------------------------------------------------------------------------------------------*/
.line {
	border-top: 1px #999999;
	border-right: 1px #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px #999999;
}
.line_2 {
	border-top: 1px #B1925B;
	border-right: 1px #B1925B;
	border-bottom: 1px dotted #B1925B;
	border-left: 1px #B1925B;
}
.line-5 {
	padding: 6px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #B18D4F;
	border-right-color: #B18D4F;
	border-bottom-color: #B18D4F;
	border-left-color: #B18D4F;
}
.line-6 {
	padding: 6px;
	border: 1px solid #999999;
}
/*--登入-----------------------------------------------------------------------------------------------------*/
.login {
	background-color: #FFFFFF;
	border: 1px solid #E6E7E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
.index-bg {
	background-image: url(images/index-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.txt_1 {
	font-size: 10pt;
	font-weight: bold;
	color: #4E3E27;
}
