@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}


body {
background: #536976; /* fallback for old browsers */
background: -webkit-linear-gradient(137deg, rgb(11, 19, 26), rgb(128, 154, 180));
background: linear-gradient(137deg, rgb(11, 19, 26), rgb(128, 154, 180));

}

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: 5800px;
    background-color: #F8F8F1;	
}

.wrapper,footer{
	margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1200px;
}

.section01{
	position: relative;
	height: 1320px;
	background: url("../img/00_bg.jpg") no-repeat;
}

.section02{
	position: relative;
	height: 769px;
	background: url("../img/01_bg.jpg") no-repeat;
}

.section03{
	position: relative;
	height: 623px;
	background: url("../img/02_bg.jpg") no-repeat;
}


.section04{
	position: relative;
	height: 1635px;
	background: url("../img/03_bg.jpg") no-repeat;
}

.section05 {
	position: relative;
	height: 1453px;
	background: url("../img/04_bg.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;
}

