body {
	background-color:#000;
	background-repeat: repeat;
	background-position: 50% 0%;
	margin:0;
	padding:0;
}

.left {
	width:499px;
	background-image: url(images/bg_01.jpg);
	background-position: right top;
	background-repeat: no-repeat;

}
.right {
	width:499px;
	background-image: url(images/bg_02.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}





#LOGO{
	position: absolute;
	margin:10px 0 0 130px;
}

#bu_02{
	position: absolute;
	margin:0 0 0 700px;
}


.index_01 {
	width:1002px;
	height:842px;
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
}

.index_02 {
	width:902px;
	height:691px;
	font-size:19px;
    color:#FFF;
	letter-spacing:1px;
	line-height:30px;
	background-image: url(images/index_02.jpg);
	background-repeat: no-repeat;
	padding:50px;
}


.index_02 ol {
	margin:0px;

}
.index_03 {
	width:922px;
	height:437px;
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
	padding:30px 40px;
}

.box{
	width:857px;
	background-image: url(images/box.png);

	padding:30px;

}


.submitBtn{
	padding-top:20px;
	text-align:right;

}

.font01 {
  color: #f9e175;
}

.font02 {
  font-size:29px;
  color: #ffffff;
  letter-spacing:1px;
}

.font04 {
  font-size:20px;
  color: #ffffff;
  letter-spacing:1px;

}



/* 版權 */
.footer {
  width: 100%;
  color: #333;
  background-color: #060e24;
  float: left;
  padding: 50px 0 ;
  font-size:21px;
}

.footer .company-info {
  width: 100%;
  float: left;
  text-align: center;
  color: #555;
}

.footer .company-info .infoL {
  width: 100%;
  float: left;
  display: inline-block;
}

.footer .company-info .infoL .infoLogo {
  margin-right: 30px;
  vertical-align: middle;
}

.footer .company-info .infoL .copyright {
  vertical-align: inherit;

}

.footer .company-info .infoL .r12 {
  vertical-align: middle;
}



/*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;
}
