html,body {
  margin: 0;
  padding: 0;
	background-color: #000;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5px;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img {
	margin: 0;
	padding: 0;
}

body {
	display: none;
}

img {
  vertical-align: bottom;
}



/* メインビジュアル */

#main {
  position: relative;
  width: 850px;
  height: 740px;
  margin: 0 auto;
	background-image: url(../image/special_back.jpg);
	background-repeat: no-repeat;
}

#ziz_order {
  position: absolute;
  bottom: 115px;
  left: 195px;
}

#lamm_order {
  position: absolute;
  bottom: 115px;
  right: 195px;
}

#text {
  position: absolute;
	width: 750px;
  bottom: 40px;
  left: 50px;
	text-align: center;
}



/* テキスト */

.text1 {
  font-size: 13px;
  line-height: 160%;
}