@charset "shift_JIS";

/* 全体の設定 */
body {
  background-image: url("backimg.jpg");
}

/* ヘッダー */
header {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 32px;
  text-shadow: 5px 5px 6px #ffdddd;
}

header .header1 {
  text-align: center;
  font-family: 'Monotype corsiva', sans-serif;
}

header .header2 {
  text-align: center;
  font-family: 'ＭＳ 明朝', sans-serif;
}

/* フッター */
footer {
  width: 100%;
  background-color: #808080;
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
  margin-top: 30px;
  text-align: center;
}


/* 画像 */
img {
  width: auto;
  height: auto;
  display: block;
}

/* リンクの文字部分 */
a {
  text-decoration: none;
  color: #99ddff;
}

a:hover {
  text-decoration: underline;
}

/* コンテナ、幅は940px固定、左右均等空き */
.container {
  max-width: 940px;
  margin: 0 auto;
}

/*グローメニュー*/
.global-nav {
  font-size: 13px;
  padding: 0px 15px;
  background-color: #000080
}

.nav-list {
  margin: 0px;
  padding: 0px;
}

.nav-item {
  display: inline-block;
  color: #99ddff;
  padding: 13px 15px;
}


/* 見出し */
h1 {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック' ,sans-serif;
  font-weight: bold;
  color: #ffbbbb;
  line-height: 1.1;
  letter-spacing: 2px;
  margin-top: 68px;
  margin-bottom: 24px;
  text-align: center;
}

h3 {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック' ,sans-serif;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 2px;
  margin-top: 68px;
  margin-bottom: 24px;
  text-align: center;
}

/* 本文 */
p {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック' ,sans-serif;
  font-weight: nornal;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 1px;
  margin: 10px 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
} 