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

img {
  vertical-align: bottom;
}

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

#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;	
}

#sub_menu2 {
  position: absolute;
  width: 880px;
  top: 434px;
  left: 50%;
  margin-left: -440px;
  text-align: center;
}

#container2 {
  width: 100%;
  min-width: 1000px;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

#visual_number {
  margin: 10px 0 60px;
}

#slider_bottom {
  margin: 50px 0 60px;
}

#space2 {
  width: 100%;
  min-width: 1000px;
  height: 100px;
}

#order {
  width: 882px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.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:12px;
  line-height: 160%;
}

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;
}

