/******************************************排版相關樣式******************************************/
.invisible {/*文字隱形*/
	line-height: 1000px;
	display: block;
	overflow: hidden;
}
.float-Left {/*置左有間距*/
	float: left;
	margin-right: 5px;
}
.float-Right {/*置右有間距*/
	float: right;
	margin-left: 5px;
}
.clear-both {/*清除左右*/
	clear: both;
}

/******************************連結樣式*/
.a_Yup:hover {
	position: relative;
	top: -1px;
}
.a_XL:hover {
	position: relative;
	left: -1px;
}
.a_XR:hover {
	position: relative;
	right: -1px;
}

/******************************img樣式*/
.img-border1 {
	border: 1px solid #999999;
}

/******************************table樣式*/
.table1, .table2, .table3 {
	background-color: #BBBBBB;
}
.table1 th {
	color: #CC9900;
	border: 2px solid #FFFFDD;
	padding: 3px;
	background: url(../icon/table-th_bg1.jpg) repeat-x;
	background-color: #FFF799;
}
.table2 th {
	color: #6666CC;
	border: 2px solid #F4F4FF;
	padding: 3px;
	background: url(../icon/table-th_bg2.jpg) repeat-x;
	background-color: #CCCCFF;
}
.table3 th {
	color: #339900;
	border: 2px solid #EBFFBF;
	padding: 3px;
	background: url(../icon/table-th_bg3.jpg) repeat-x;
	background-color: #D6FF80;
}

.table1 tr, .table2 tr, .table3 tr {
	background-color: #FFFFFF;
}
.table1 td, .table2 td, .table3 td {
	padding: 3px;
}
.trA:hover {
	background-color: #FFFFEF;
	text-decoration: none;
}
.trA a {
	display: block;
	width: 100%;
}
.trA a:hover {
	color: #6666CC;
	text-decoration: none;
}

/******************************p樣式*/
.p-line_Top {
	border-bottom: 1px dotted #B6955F;
}
.p-line_Bottom {
	border-top: 1px dotted #B6955F;
}
.p-line_Top, .p-line_Bottom {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	color: #B6955F;
	font-weight: bold;
	letter-spacing: normal;
}
.p-line_Top a, .p-line_Bottom a {
	color: #996600;
}
.p-line_Top strong, .p-line_Bottom strong {
	font-size: 14px;
	color: #FF9900;
}

/******************************txt樣式*/
.txt_normal {
	font-size: 12px;
	color: #000000;
}
.txt_sizeXS {
	font-size: 8px;
	font-weight: normal;
	color: #000000;
}
.txt_sizeS {
	font-size: 11px;
	font-weight: normal;
}
.txt_sizeM {
	font-size: 13px;
}
.txt_sizeL {
	font-size: 15px;
}
.txt_black {
	color: #000000;
}
.txt_white {
	color: #FFFFFF;
}
.txt_purple1 {
	color: #333399;
}
.txt_purple2 {
	color: #6666CC;
}
.txt_purple3 {
	color: #9999FF;
}
.txt_green1 {
	color: #339900;
}
.txt_orange1 {
	color: #FF3300;
}
.txt_orange2 {
	color: #FF6600;
}
.txt_orange3 {
	color: #FF9900;
}
.txt_green1 {
	color: #339900;
}
.txt_brown1 {
	color: #CC9900;
}
.txt_brown2 {
	color: #996600;
}
.txt_brown3 {
	color: #663300;
}
.txt_red1 {
	color: #990000;
}
.txt_red2 {
	color: #CC0000;
}
.txt_red3 {
	color: #FF0000;
}
.txt_gray1 {
	color: #666666;
}
.txt_gray2 {
	color: #999999;
}
.txt_gray3 {
	color: #CCCCCC;
}
