@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

/*---------------------------------------リンク指定*/

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #9900ff;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/*---------------------------------------レイアウトに関する指定*/

body {
  font-size: 80%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background: url(img/bg-header.gif) repeat-x 0 0;
}

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 730px;
#  background: url(img/bg-wrapper.jpg) no-repeat 0 40px;
  background: url(img/bg-sugicup.jpg) no-repeat 0 40px;
}

#header {
  margin-bottom: 20px;
  padding-top: 50px;
  background: url(img/bg-header.gif) repeat-x 0 0;
}

#container { width: 100%; }

#contents {
  width: 470px;
  float: right;
  padding: 2em 15px;
  color: #666666;
  border-top: 1px solid #000000;
}

#sidebar {
  width: 200px;
  float: left;
  padding-top: 280px;
}

#footer {
  clear: both;
  width: 100%;
  background: url(img/bg-footer.gif) repeat-x 0 100%;
}

/*---------------------------------------ヘッダーブロックに関する指定*/

/* -- キーワード -- */
h1 {
  text-align: right;
  font-size: 100%;
  font-weight: normal;
  margin: 0 0 0.5em 230px;
}

/* -- 企業名｜ショップ名｜タイトル -- */
.logo {
  text-align: right;
  font-size: 180%;
  text-align: right;
  margin: 0 0 0.5em 230px;
}

.logo a {
  text-decoration: none;
  color: #000000;
}

.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

/* -- ページの概要 -- */
.description {
  text-align: right;
  margin: 0 0 0 230px;
}

/*---------------------------------------コンテンツブロックに関する指定*/

/* -- 見出し -- */
h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-bottom: 1em;
  padding: 1em 0 1em 25px;
  background: url(img/bg-h.gif) no-repeat 0 50%;
}

h3,
h4,
h5,
h6 { margin-top: 3em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- リスト -- */
#contents ul { margin: 1em 0 1em 20px; }

#contents ol { margin: 1em 0 1em 25px; }

#contents li {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/*---------------------------------------サイドバーブロックに関する指定*/

/* -- サイドバータイトル -- */
.p_sidetitle {
  margin-bottom: 0.5em;
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}

/* -- リスト/サイドバーメニュー -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { margin-bottom: 0.5em; }

/*---------------------------------------フッターブロックに関する指定*/

#footer p {
  text-align: center;
  padding: 1em 0 0.5em;
  border-top: 1px solid #000000;
}

#footer #cds,
#footer #cds a,
#footer #cds a:hover {
  text-decoration: none;
  font-size: 90%;
  text-align: right;
  padding: 0;
  color: #999999;
  border: none;
}
