html,body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1168px;
  background-color: #000;
  background-image: url(../image/bg_body.gif);
  background-position: center top;
  font-size: 5px;
}

img {
  vertical-align: bottom;
}


#header {
  position: relative;
  width: 100%;
  height: 106px;
  min-width: 1168px;
  max-width: 1600px;
  margin: 0 auto;
}

#ziz_logo {
  position: absolute;
  top: 30px;
  left: 40px;
}

#ziz_twitter {
  position: absolute;
  top: 30px;
  left: 345px;
}

#top_first {
  position: absolute;
  top: 30px;
  right: 40px;
}

.clear {
  clear: both;
}


#main {
  position: relative;
  width: 100%;
  min-width: 1168px;
  max-width: 1600px;
  height: 820px;
  margin: -820px auto 0;
}

#shadow_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 820px;
  background-image: url(../image/shadow_left.png);
  background-repeat: repeat-y;
}

#shadow_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 820px;
  background-image: url(../image/shadow_right.png);
  background-repeat: repeat-y;
}

#menu_container {
  position: absolute;
  top: 26px;
  left: 40px;
}

.menu {
  width: 120px;
  padding: 5px 0;
}

#title_rinkan {
  position: absolute;
  top: 20px;
  right: 40px;
}

#news {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

#tokuten {
  position: absolute;
  bottom: 30px;
  right: 30px;
}


#sub {
  position: relative;
  width: 100%;
  min-width: 1168px;
  max-width: 1600px;
  height: 180px;
  margin: -180px auto 0;
}

#sub_shadow_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 180px;
  background-image: url(../image/shadow_left.png);
  background-repeat: repeat-y;
}

#sub_shadow_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 180px;
  background-image: url(../image/shadow_right.png);
  background-repeat: repeat-y;
}



#bottom_container {
  width: 100%;
  min-width: 1168px;
  max-width: 1600px;
  margin: 0 auto;
}

.title {
  width: 1040px;
  margin: 0 auto;
  padding: 60px 0 0;
  border-bottom: 1px solid #CACAD9;
  text-align: center;
}

#info {
  width: 1040px;
  margin: 0 auto 40px;
}

#jacket {
  float: left;
  margin: 19px 22px;
}

#text {
  float: left;
  margin: 19px 0;
}

#order {
  float: right;
  width: 430px;
}

.list {
  position: relative;
  width: 430px;
  height: 77px;
  border-bottom: 1px solid #CACAD9;
}

.list_title {
  position: absolute;
  top: 19px;
  left: 22px;
}

.btn_order {
  position: absolute;
  top: 19px;
  right: 22px;
}

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

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

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


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

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

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

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

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

a {
  border: none;
  outline: none;
}



