@charset "UTF-8";

/* ========BASIC======== */
* {
  font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
   color:#666;
}

body {
  font-size: 11px;
  text-align: center;
letter-spacing:1px;
  padding:0;
  margin: 0;
}


br {
   letter-spacing:normal;
}

a {
  font-size: 11px;
   color:#999;
   text-decoration:none;
}

a:hover {
  font-size: 11px;
   color:#900;
   text-decoration:none;
}

img {
   border:0;
   vertical-align:bottom;
}

p {
margin:12px 0 6px 0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */

#wrapper {
  margin: 20px auto 0;
  width: 620px;
}

