@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 20px;
  padding: 0;
  font-size: small;
  color: #000000;
  background: #ffffff;
}

/* ヘッダ
---------------------------------------------------- */
#faq {
display:none;
}

/* ナビゲーション
---------------------------------------------------- */
#nav {
display:none;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  width: 700px;
}
h1 {
  font-size: small;
  margin: 10px 0 20px 0;
  padding: 0.4em 0.8em;
  color: #ffffff;
  background: #31a357;
}

p.totop {
display: none;
}

p.location { 
display: none; 
}
