@charset "UTF-8";

/* intro */
#bg-intro {
  position:relative;
  margin: 0 auto;
  padding: 0;
  display: block;
  height: 900px;
  min-width: 1040px;
  background: url(../intro/img/bg-intro.png) top center repeat;
}

#text01 {
  position:absolute;
  top: 260px;
  left: 50px;
  display: block;
  height: 270px;
  width: 730px;
}
#text02 {
  position:absolute;
  top: 600px;
  right: 20px;
  display: block;
  height: 220px;
  width: 630px;
  text-indent: -9999px;
  background: url(../intro/img/text02.png) top center repeat;
}