@charset "utf-8";

/* インデックス */

* {
  margin:0;
  padding:0;
}

body {
  color:#000;
  background-color:#fff;
  font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
  text-align:center;
}

#index {
  width:800px;
  margin-left:auto;
  margin-right:auto;
}

#index h1 {
  font-size:14px;
  font-weight:normal;
  line-height:29px;
  letter-spacing:5px;
  margin:10px 26px;
  color:#09C;
}

#index h2 {
  font-size:14px;
  font-weight:normal;
  line-height:17px;
  letter-spacing:3px;
  color:#000;
  margin:0;
  padding:0 10px;
}

#index p {
  font-size:12px;
  letter-spacing:3px;
  line-height:21px;
  color:#333;
  padding:20px 35px;

  margin-bottom:14px;
}

#index #enterance {
  width:281px;
  height:105px;
  margin-left:auto;
  margin-right:auto;
  background:url(../images/index/button_bg.gif) center bottom no-repeat;
}

#index #enterance img {
  margin:0 10px;
}

#index img {
  border:none;
  vertical-align:text-bottom;
}

#index #warn {
  font-size:10px;
  letter-spacing:3px;
  color:#900;
  text-align:center;
  padding-bottom:6px;
  padding-top:20px;
  margin-bottom:0;
}

#index #notes {
  text-align:left;
  padding:30px;
  margin-top:20px;
  border-top:dotted 1px #ddd;
  border-bottom:dotted 1px #ccc;
}

#index #notes p {
  margin:0;
  padding:0 10px;
  font-size:10px;
  line-height:29px;
  padding-bottom:5px;
  letter-spacing:3px;
}

#index ul {
  padding:15px 20px;
  background:#eee;
}

#index li {
 color:#666;
 font-size:12px;
 list-style-position:inside;
 line-height:21px;
 letter-spacing:1px;
}

#index address {
  padding:20px 0;
  margin:0 25px;
  font-size:10px;
  letter-spacing:3px;
  line-height:12px;
  text-align:center;
  color:#333;
}

#index address a {
  color:#666;
  font-weight:bold;
  text-decoration:none;
}

