@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}


body {
  background: #F3E6D8; /* fallback for old browsers */
  }

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 {background: #154364;
	width: 100%;
	height: 3.6em;
	padding-top: 0.5em;
}

.wrapper{
	height: 3455px;
    background-color: #F8F8F1;	
}

.wrapper,footer{
	margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 1200px;
}

.section01{
	position: relative;
	height: 657px;
	background: url("../img/1-1.png") no-repeat;
}

.section02{
	position: relative;
	height: 767px;
	background: url("../img/2.png") no-repeat;
}

.section03{
	position: relative;
	height: 725px;
	background: url("../img/3.png") no-repeat;
}


.section04{
	position: relative;
	height: 707px;
	background: url("../img/4.png") no-repeat;
}

.section05 {
	position: relative;
	height: 676px;
	background: url("../img/5.png") no-repeat;
}

.text{
	overflow: auto;	
}

.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;
}

.top {
	background-color: #fff;
    position: fixed;
    bottom: 0em;
	right: 0em;

}

footer{
	background: #154364;
	padding-top: 3em;
	height: 70px;
	text-align: center;
}

