@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}


body {
  background: #00351C; /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #2E5717, #00351C); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #2E5717, #00351C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #BE8917;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
}

.mosttx {
	font-size: 0.8em;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

img{
  vertical-align:0;
  display:block;
}


#header {
	width: 100%;
	height: 3.6em;
	padding-top: 0.5em;
}

.wrapper{
	height: 2153px;
    background-color: #F8F8F1;	
}

.wrapper,footer{
	margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 960px;
}

.section01{
	position: relative;
	height: 1295px;
	background: url("../img/img/b1.jpg") no-repeat;
}

.section02{
	position: relative;
	height: 858px;
	background: url("../img/img/b2.jpg") no-repeat;
}

.text1{
	overflow: auto;	
	padding-left:10px;
	background-color: #FFFFFF;	
}

.mosttx132 {	
	font-size: 1.2em;
	color: #000;
	letter-spacing:1px;
	line-height:1.7em;
	margin-bottom:1em;
}

.mosttx133 {
	font-size: 1.3em;
	font-weight:bold;
	color: #BA5510;
	letter-spacing:1px;
	line-height:45px;
	margin:20;
}
.mosttx15 {
	font-family: 新細明體, Arial, 細明體, Verdana;
	font-size: 15px;
	color: #191918;
	letter-spacing:1px;
	line-height:25px;
}

.mosttx151 {	font-family: 新細明體, Arial, 細明體, Verdana;
	font-size: 15px;
	color: #191918;
	letter-spacing:1px;
	line-height:25px;
}

.mosttx17-b {
	font-family:  細明體, 新細明體, Arial, Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	letter-spacing:0.1em;
	word-spacing:0.2em;
	line-height:34px;
}

.top {
	background-color: #fff;
    position: fixed;
    bottom: 0em;
	right: 0em;

}

footer{
	padding-top: 3em;
	height: 70px;
	text-align: center;
}

