@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  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: #87CEFA;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0 auto 0;
  width: 800px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

#header {
  margin: 0;
  padding: 0;
  width: 800px;
  height: 150px;
  background-image: url(img/top.gif);
  background-repeat: no-repeat;
}

#globalnavi {
  width: 100%;
  position: relative;
  margin: 3px 0 0 0;
}

#contents {
  float: right;
  width: 570px;
  padding: 4em 15px 4em 14px;
}

#sidebar {
  float: left;
  width: 180px;
  padding: 3.2em 10px 2em;
  background-color: #FFC0CB;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  border-top: 1px solid #cccccc;
  background-color: #000080;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0.8em;
  color: #ffffff;
  padding: 20px 0px 0px 170px;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  text-align: left;
  font-size: 1.8em;
  margin-bottom: 0.8em;
  color: #ffffff;
  padding: 0px 0px 0px 170px;
}

.logo a {
  text-decoration: none;
  color: #ffffff;
}

.logo a:hover {
  text-decoration: none;
  color: #ee0000;
}

.logo a:visited {
  text-decoration: none;
  color: #ffffff;
}

/* -- 概要 -- */
.description {
  text-align: left;
  color: #ffffff;
  padding: 0px 0px 0px 170px;
}

/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
  width: 800px;
  list-style-type: none;
  position: absolute;
  background-color: #000080;
}

#globalnavi li {
  text-align: center;
  width: 159px;
  float: left;
  border-left: 1px solid #ffffff;
  font-weight: bold;
}

#globalnavi .navi01{
  width: 160px;
  border: none;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 0;
  background-color: #000080;
  color: #ffffff;
  font-weight: bold;
}

#globalnavi li a:hover {
  background-color: #ee0000;
  color: #ffffff;
  font-weight: bold;
}

#globalnavi li a:visited {
  text-decoration: none;
  color: #ffffff;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  color: #ee0000;
  border-left: 10px solid #ee0000;
  border-bottom: 1px solid #ee0000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 画像回り込み -- */
#contents img.left {
  float: left;
  margin: 8px;
}

#contents img.right {
  float: right;
  margin: 8px;
}

/* -- 画像BOX -- */
#contents img.box {
  border:1px 1px 1px 1px solid #000000;
}

/* -- 以下 リスト関係 -- */
#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; }

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0em 0;
  text-align: center;
  color:#ee0000;
  font-weight: bold;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
  font-weight: bold;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #ee0000;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #ff8c00;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
}

.localnavi a:visited {
  text-decoration: none;
  color: #ffffff;
}

/* ---------------------------------------- #footer内の指定 */
#footer p {
  text-align: center;
  color: #ffffff;
}

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }