@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: blue;
  text-decoration: underline;
}

a:visited {
  color: purple;
  text-decoration: underline;
}

a:hover {
  color: red;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  color: #003300;
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-color: white;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0em auto 0;
  width: 856px;
  border: 1px solid #cccccc;
  background-color: #66CC66;
}

#header {
  padding: 0px 5px 10px;
  height: 21px;
  color: white;
  background-color: #006600;
}

#globalnavi {
  width: 100%;
  position: relative;
}

#container {
  width: 100%;
  padding-top: 4em;
}

/* 実質756px */
#contents { padding: 0 50px 2em; }


/* 会社情報 */
#footer-1 {
  padding: 0.5em 0 0.5em;
  border-top: 1px solid #cccccc;
  background-color: white;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: center;
}

/* Copylight */
#footer-2 {
  padding: 0.5em 0 0.5em;
  border-top: 1px solid #cccccc;
  background-color: white;
  font-size: 0.9em;
  text-align: center;
}


/* コンテンツ終了部の濃い緑色の帯 */
#contents-end-belt {
  padding: 0.2em 0 0.2em;
  border-top: 1px solid #cccccc;
  background-color: #006600;
  font-size: 0.8em
}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

/* -- 概要 -- */
.description {}


/* ---------------------------------------- #globalnavi（画面上部のタブ状メニュー）の指定 */

#globalnavi ul {
  width: 856px;
  list-style-type: none;
  position: absolute;
  background-color: #006600;
}

#globalnavi li {
  width: 103px;
  float: left;
  border-right: 4px groove #006600;
}

#globalnavi li a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #006600;
  color: white;
}

#globalnavi li a:hover {
  background-color: #ccff00;
  color: red;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4 {
  color: #003300;
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #003300;
  border-bottom: 1px solid #003300;
  background-color: none;
}


h3,h4 { margin-top: 2.5em; }


/* -- h5は「祭りの思い出〜」用、 -- */
h5 {
  color: #ccff99;
  font-size: 1.8em;
  margin-bottom: 0.2em;
  padding: 5px 0 5px 5px;
  background-color: none;
 }

/* -- h6は震災者へのお見舞い用 -- */
h6 {
  color: white;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  padding: 5px 0 5px 5px;
  background-color: none;
 }


/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
  background-color: #66CC66;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 赤字 -- */
#contents .akaji {
  color: red;
}

/* -- 白字 -- */
#contents .shiroji {
  color: white;
}

/* -- 背景白・黒文字 -- */
#contents .backwhite {
  color: black;
  background-color: white;
}

/* -- 商品ページでの商品名記述用（少し大きめの文字） -- */
#contents .shouhinmei a{
  color: #003300;
  font-size: 1.5em;
  text-decoration: none;
  font-weight: bold
}

/* -- 祭の思ひ出用 -- */
#contents .omoide {
  color: #ccff99;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.2em;
}


/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }


#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- #footer内の指定 */
#footer-1 p {
  text-align: center;
  color: black;
 }

#footer-2 p {
  text-align: center;
  color: black;
 }

#contents-end-belt p {
  text-align: center;
  color: white;
 }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }

