body {
	font-size:12px;
	background-color:#dad5f9;
	background-repeat: repeat;
	background-position: 50% 0%;
	margin:0;
	padding:0;
}


.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:10px 0 0 25px;
}



#LOGO{
	position: absolute;
	margin:40px 0 0 230px;
}


.INDEX_01 {
	width:1002px;
	height:702px;
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
}

.INDEX_02 {
	width:1002px;
	height:233px;
	background-image: url(images/index_02.jpg);
	background-repeat: no-repeat;

}


.BOX{
	width:850px;
	font-family: "微軟正黑體";
	color:#FFF;
	letter-spacing:1px;
	line-height:2.0;
	font-size:15px;
	margin:0 auto;

}



/* ========================================================
   所有字體
   ===================================================== */
   
.font_01{
	font-size:15px;
	color:#FF0;
	font-weight:bold;
	}
	
.font_02{
	font-size:19px;
	color:#FF0;
	font-weight:bold;
	}


/* ========================================================
   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;
}
