* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #111;
  background-image: url('repeat-bg2.jpg');
  background-repeat: repeat;
  background-position: top center;
  background-attachment: fixed;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, Arial, sans-serif;
  line-height: 1.4;
}

a:link,
a:visited {
  color: #ffffff;
  text-decoration: none;
}

a:active,
a:hover {
  color: #ffffff;
  text-decoration: none;
}

a img {
  border: none;
}

/* ===== Layout ===== */
#container {
  width: 782px;
  margin: 0 auto;
  text-align: left;
}

.clear {
  clear: both;
}

/* ===== Header ===== */
.head {
  height: 120px;
  text-align: center;
  background-image: url('https://blog-imgs-30.fc2.com/o/r/e/oresamachan/din_ban.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site_title {
  padding: 0;
  line-height: 1;
}

.site_title a {
  display: inline-block;
}

.header-logo {
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===== Navigation ===== */
.nav-bar {
  height: 23px;
  background-image: url("header-menu.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav-bar a {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Verdana, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
  padding: 4px 16px;
}

.nav-bar a:hover {
  color: #ffffff;
}

/* ===== Hero Image ===== */
.hero {
  text-align: center;
  margin: 0 auto 16px auto;
  background: transparent;
  padding: 12px;
}

.hero-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===== Footer ===== */
.copyright {
  clear: both;
  text-align: center;
  padding: 10px 40px 4px 40px;
  font-size: 11px;
}
