@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p {
	margin: 0px;
	padding: 0px;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #FFFFFF;
}
body {
	background-image: url(images/index/bg-02.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
}
/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #636466;
}
a:hover {
	text-decoration: none;
	color: #86B4FF;
}
.click {
	color: #636466;
	text-decoration: none;
}
.click:hover {
	color: #38960A;
	text-decoration: none;
}
/*--font---------------------------------------------------------------------------------------------------*/
.gray-title {
    font-size: 10pt;
	color: #636466;
}
.gray-title2 {
	font-size: 12pt;
	color: #636466;
	line-height: 180%;
	font-weight: bold;
}
.black {
	color: #333333;
	line-height: 180%;
}
.white {
	color: #FFFFFF;
}
.white2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #0066CC;
	font-size: 10pt;
	line-height: normal;
}
.blue-2 {
	color: #004A6D;
	font-size: 12pt;
	line-height: 160%;
}
.blue-3 {
	color: #004A6D;
	font-size: 16pt;
	line-height: 180%;
}
.red {
	color: #CC0000;
}
.red_2 {
	color: #CC0000;
	font-size: 16pt;
	font-weight: bold;
}
.red_3 {
	color: #CC0000;
	font-size: 14pt;
	font-weight: bold;
}
.red_4 {
	color: #CC0000;
	font-size: 9pt;
}
.green {
	color: #7CB806;
}
.green-2 {
	color: #7CB806;
	font-size: 12pt;
	font-weight: bold;
}
.orange {
	color: #FF3701;
}
.yellow {
	color: #FFCC00;
}
.yellow2 {
	color: #FFCC00;
	font-size: 14px;
}
.yellow3 {
	color: #FFCC00;
	font-size: 16px;
}
.down {
	font-size: 9pt;
	color: #999999;
}
/*--others-------------------------------------------------------------------------------------------------*/
.space {
	padding-bottom: 8px;
}
.space2 {
	padding-bottom: 15px;
	padding-right: 5px;
}
.word-space {
	line-height: 160%;
}
/*--others-------------------------------------------------------------------------------------------------*/
.bg-index {
	background-image: url(images/index/index-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bg-p1 {
	background-image: url(images/p1-about/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bg-down {
	background-image: url(images/p1-about/bg-down.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/*--登入-----------------------------------------------------------------------------------------------------*/
.login {
	background-color: #3B3B3B;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;
}
/*--線-----------------------------------------------------------------------------------------------------*/
.line-01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
}
.line-02 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	top: 4px;
	bottom: 4px;
}
.line-03 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
}
.bb {
	font-weight: bold;
}
