@charset "utf-8";
/* CSS Document */
body {
  margin:0;
  padding:0;
  font-size:1.05em;
  font-weight:500;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  background-color:#62ba03;
}

div#layer02 {
  background-image:url(background_default.png);
  background-position:center top;
  background-repeat:repeat;
  background-attachment:fixed;
  background-color:#FFF;
  position:relative;
  width:100%;
  height:585px;
  margin:-585px auto;
  cursor:pointer;
}

div#layer02 img {
  margin:25px 100px;
}

div#layer01 {
  position:relative;
  background-color:#62ba03;
  background-image:url(springer.png);
  background-repeat:no-repeat;
  cursor:default;
  margin:0 auto;
  width:1000px;
  height:585px;
}

div#layer01 div#content02 {
  position:relative;
  width:1000px;
  left:0px;
}

#content02 img {
  position:relative;
  top:20px;
  left:425px;
}

.text01 {
  position:relative;
  margin:25px 51px 0 399px;
  color:#000;
  text-align:justify;
}

.text02 {
  position:relative;
  left:140px;
  top:10px;
  width:410px;
}

.navi {
  position:absolute;
  left:250px;
  top:520px;
  color:#000;
}

.navi a {
  color:#000;
}

.navi a:hover {
  color:#FFF;
}

#content02 a img {
  position:relative;
  border:0px;
  top:15px;
  left:870px;
}


