@charset "UTF-8";

body{
  background-image: url(../img/bg.gif);
  background-repeat:repeat;
  background-attachment: fixed;
  color: #fff;

}

header h1{
  width: 800px;
  margin: 2px auto;
  padding: 1px;
  text-align: center;
}
p,h1,h3 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro',
   'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h3{
  margin: auto;
}
#main {
    width: 800px;
    height: 650px;
    margin: 0 auto 0 auto;
    padding: 0 auto 0 auto;
}
#city {
  margin: 30px;
}
#fw{
  margin: 30px;
}
#fes{
  margin: 30px;
}
footer{
  width: 800;
  margin: 30px auto 10px auto;
  padding: 30px;
  text-align: center;
}
