@charset "Shift_JIS";
body, h1, h2, h3, ul, li, dl, dt, dd, p, a, div, span {
    margin: 0;
    padding: 0;
}

html {
    height:100%;
    -webkit-tap-highlight-color:rgba(255,154,40,0.4);
}

body {
    height: 100%;
    margin : 0px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 28px;
    color : rgb(52, 2, 94);
    
  background-image : url(img/bk.png);
  background-repeat : repeat;
  background-attachment : fixed;background-position : center bottom;
  
}

a {
    color : rgb(198, 6, 88);
}

img {
    border:0;
}

textarea {
    resize: none;
}


/**/
#center{
  text-align : center;
  margin-left : auto;
  margin-right : auto;
  width : 1000px;
  height : 100%;
}
#head_bk{
  background-image : url(img/head_bk.png);
  background-repeat : repeat-x;
  width : 100%;
  height : 139px;
}
