@charset "utf-8";
/* CSS Document */

#cont_wrap {
  background: url(../images/home/body_bg.png) top repeat-x #1E0000;
  padding-top: 20px;
}

#contents .main_catch {
  background: url(../images/home/main_catch.png) no-repeat;
  width: 950px;
  height: 300px;
  text-indent: -9999px;
  margin-bottom: 50px;
}

#main .info {
    font-size: 38px;
    color: #fff;
    margin-bottom: 30px;
}

#main .greet {
  background: url(../images/home/main_bg.png) no-repeat;
  width: 681px;
  height: 726px;
  margin-left: 24px;
  margin-bottom: 50px;
}

#main .greet h2, #main .greet h3{
  text-indent: -9999px;
}

#main .greet p {
  color: #bc8938;
  line-height: 2;
}

#main .greet p.first{
  margin-top: 100px;
}

#main .greet p.second {
  margin-top: 90px;
}

#main .staminizer {
  position: relative;
  background: url(../images/home/staminazer.png) no-repeat;
  width: 705px;
  height: 260px;
  margin-bottom: 50px;
}

#main .staminizer h2, #main .staminizer p{
  text-indent: -9999px;
}

#main .staminizer .btn_area {
  position: absolute;
  top: 90px;
  left: 300px;
}

#main .staminizer .btn_area a{
  margin-right: 15px;
}