html,body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1060px;
  background-attachment: scroll;
  background-color: #000000;
  background-image: url(../image/bg_intro.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 5px;
}

img {
  vertical-align: bottom;
}

#wrapper {
  width: 100%;
  background-image: url(../../image/bg_4490.png);
}

#container1 {
  position: relative;
  width: 100%;
  height: 490px;
}

#main_menu {
  position: absolute;
  width: 240px;
  top: 0px;
}

#title {
  position: absolute;
  top: 0px;
  right: 0px;
}

#sub_menu {
  position: absolute;
  width: 660px;
  top: 222px;
  left: 50%;
  margin-left: -330px;
  text-align: center;
}

.sub_btn {
  float: left;
  margin: 0 10px;	
}

#world_info {
  position: relative;
  width: 80%;
  min-width: 1060px;
  height: 4000px;
  margin: 0 auto;	
}

#intro_lead_1 {
  position: absolute;
  top: 1400px;
  left: 20px;
}

#intro_lead_large {
  position: absolute;
  top: 800px;
  right: 20px;
}

#text {
  position: absolute;
  top: 2310px;
  left: 180px;
}

#order {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -441px;
  width: 882px;
}

.btn_order {
  float: left;
  padding: 0 11px;
}

.clear {
  clear: both;
}


.text1 {
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 160%;
}

.text2 {
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 160%;
}

.text3 {
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 180%;
}

a {
  color: #ffffff;
  font-style: normal;
  text-decoration: underline;
}

a:link {
  color: #ffffff;
  font-style: normal;
  text-decoration: underline;
}

a:visited {
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  color: #ffffff;
  font-style: normal;
  text-decoration: underline;
}

a img {
  border: none;
  outline: none;
}

a {
  border: none;
  outline: none;
}

