body {
	font-size:12px;
	background-color:#FFF;
	background-position: 50% 0%;
	margin:0;
	padding:0;
	background-image: url(images/bg_03.jpg);
}


.LEFT {
	width:459px;
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


.RIGHT {
	width:459px;
	background-image: url(images/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#FB{
	position: absolute;
	margin:160px 0 0 880px;
}

#LOGO{
	position: absolute;
	margin:0 0 0 760px;
}



.INDEX_01 {
	width:1002px;
	height:836px;
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
}

.INDEX_02 {
	width:1002px;
	background-image: url(images/index_02.jpg);
}




.BOX{
	font-family: "微軟正黑體";
	color:#000;
	letter-spacing:1px;
	line-height:2.2;
	font-size:15px;
	margin:0 60px;
	padding-top:10px;
}




/* ========================================================
   所有字體
   ===================================================== */
   
.font_01{
	font-size:25px;
	color:#F60;
	font-weight:bold;
	}
	
.font_02{
	color:#F00;
	}
	


/* ========================================================
   所有表格
   ===================================================== */
   
.table1{
	margin: 2px;
	border: 1px solid #4dc0a2;
	background-color:#4dc0a2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 2.0;
	color:#FFF;
	text-align: center;
	letter-spacing:1px;
}
.table2{
	margin: 2px;
	border: 1px solid #4dc0a2;
	background-color:#e1faf8;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 2.5;
	color:#333;
	letter-spacing:1px;
}
	
.table3{
	margin: 2px;
	border: 1px solid #4dc0a2;
	background-color:#e1faed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 2.5;
	color:#333;
	letter-spacing:1px;
}



.table4{
	margin: 2px;
	border: 1px solid #4dc0a2;
	background-color:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 2.5;
	color:#000a07;
	letter-spacing:1px;
	font-weight:bold;
}

.table5{
	margin: 2px;
	border: 1px solid #4dc0a2;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 2.5;
	color:#333;
	letter-spacing:1px;
}
	


/* ========================================================
   reset.css-
   ===================================================== */

div, dl, dt, dd,  h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

caption, th {
	text-align:left;
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
