@charset "shift_jis";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }

/*-- 共通 --*/

body {
  font-size: 80%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 1em 0 0;
  margin: 0;
}

/*-- 全体 --*/

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 800px;
  padding: 10px 10px 0;
  background-color: #fff;
  color: #000;
}

/*-- ヘッダー部分 --*/
#header {
  height: 280px;
  padding: 20px;
  border: 5px ridge #ff0000;
  background: url(./image/logo/Logo_info_covid19.jpg) no-repeat 0 0;
}

/*-- トップ部分 --*/
#top {
  text-align: left;
  width: 800px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #666;
}

/*-- コンテンツ部分 --*/
#contents {
  float: left;
  width: 800px;
  margin: 0;
  margin-bottom: 10px;
}

/*-- フッター部分 --*/
#footer {
  padding: 20px 0 10px;
}

/*-- コンテンツ見出し --*/

h1,h2,h3,h4,h5 {
  font-size: 120%;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 5px;
  background-color: #ff0000;
  border: 5px ridge #ff0000;
}

h1,h2,h3,h4,h5 { margin-top: 10px; }

/* -- 文字 -- */
#contents p.normal {
  line-height: 10px;
  margin-top: 10px;
}

/* -- リンク文字 -- */
#contents p.link {
  text-align: right;
  line-height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* フッターブロック内に関する指定 */

#footer p {
  width: 800px;
  text-align: center;
  color: #333;
}