@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding:0;margin: 0;}
table {border-collapse:collapse;border-spacing:0;}fieldset,img {border: 0;}address,caption,cite,code,dfn,em,strong,th,var { font-weight: normal; font-style: normal; }
ol,ul { list-style: none; }caption,th { text-align: left; }h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; }q:before,q:after { content:''; }abbr,acronym { border: 0; }
body {font-size: 13px;*font-size:small;*font:x-small;text-align: left;}table {font-size:inherit;font:100%;}

/* common */
body {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;;
}
#wrap {
  position: relative;
  min-height: 600px;
}
#outer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 400px;
  text-align: left;
  margin: -200px 0 0 -400px;
  border: 1px solid #ccc;
  text-align: center;
}

#header {
  padding: 40px 0 0;
  margin: 0 0 100px 0;
  text-align: center;
  width: 100%;
}

h1{
 font-family: 'Cabin Sketch', cursive;
 font-size: 70px;
}

#footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  margin: 0 auto;
}