@charset "big5";
/* CSS Document */

body {
	background-attachment: scroll;
	background-color: #fff;
	/*background-image: url(images/bg.jpg); 整體背景 */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "微軟正黑體";
	font-size: 13px;
	color: #000;
	overflow-x:hidden;
}


#lv1 {
	position: relative;
	width:100%;	
	/*background-image: url(images/bg.jpg);  上半背景 橫向重覆 */
	background-repeat: repeat-x;
	background-position: top;
}


/* -----------置中-------------- */
#lv2 {
	position: relative;
	left: 50%;
	margin-left: -700px;
	width:1400px;	
}

/* -----------------浮水印-------------------- */

#float1 {
	position:absolute;
	right: 50%; 
	margin-right: -550px; /* 浮水印位置 */
	width:172px;
	height:225px;
	z-index:3;
	overflow: visible;
visibility: visible;
}
.w1 {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
.w2 {
	font-size: 22px;
	color: #ffda6b;
	font-weight: bold;
}
/*----------------------------- */
a.b:link {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
    padding-right:5px;
    padding-left:5px;
}
a.b:visited {
		font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
    padding-right:5px;
    padding-left:5px;
}
a.b:hover {
		font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: #ffcc00;
	text-decoration: none;
	    padding-right:5px;
    padding-left:5px;
}
a.b:active {
		font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: #ffcc00;
	text-decoration: none;
	    padding-right:5px;
    padding-left:5px;
}
/*----------------------------- */
.w3 {
	
	color: #0033ff;
	font-weight: bold;
}
.w4 {
	font-size: 17px;
	color: #C50062;
	font-weight: bold;
}
.w5dotline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E75700;
}
.w6 {
	
	color: #ffbe46;
	font-weight: bold;
}

.w_table {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	text-align: center;
}
.w_table td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
	
}

.w_table3 {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	
}
.w_table3 td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
	
}

.w_table2 {
	font-size: 13px;
	vertical-align: top;
}
.w_table2 td {
	vertical-align: top;
	border-bottom: 1px dotted #000;
}

.w_table4 {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 11px;	
}
.w_table4 td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
	
}

/*----------------------------- */
a.c:link {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
    padding-right:5px;
    padding-left:5px;
}
a.c:visited {
font-size: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
    padding-right:5px;
    padding-left:5px;
}
a.c:hover {
		font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	    padding-right:5px;
    padding-left:5px;
}
a.c:active {
		font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	    padding-right:5px;
    padding-left:5px;
}
/*----------------------------- */