@charset "shift_jis";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 85%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background: url(/prx/000/http/www.css-designsample.com/csstemplate/design/sample41/img/bg-body.jpg) repeat-x 0 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 860px;
}

#header {
  height: 180px;
  padding: 20px 20px 0;
  background: url(/prx/000/http/www.css-designsample.com/csstemplate/design/sample41/img/bg-header.jpg) no-repeat 0 0;
}

/* -- 共通 -- */
#menu {
  float: left;
  width: 180px;
  padding: 20px 0 0;
  background-color: #690;
  color: #000;
  height: 380px;
}

/* -- 2カラム用 -- */
#contents {
  float: left;
  width: 660px;
  padding: 20px 10px 0;
  background-color: #eee;
  color: #000;
  height: 380px;
}

#right-sidebar { display: none; }

/* -- 3カラム用 トップページ -- */
#column-three #contents {
  float: left;
  width: 480px;
  padding: 20px 10px 0;
  background-color: #eee;
  color: #000;
  height: 380px;
}

/* -- 3カラム用 トップページ -- */
#column-three #right-sidebar {
  display: block;
  float: right;
  width: 180px;
  padding: 20px 0 0;
  background-color: #690;
  color: #000;
  height: 380px;
}

/* -- 1カラム用 任意のページ -- */
#column-one #contents {
  float: none;
  width: 840px;
  padding: 20px 10px 0;
  background-color: #eee;
  color: #000;
  height: 380px;
}

#column-one #menu { display: none; }

#footer {
  clear: both;
  padding: 1em 0 2em;
  background-color: #333;
  color: #fff;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 100%;
  font-weight: normal;
  background-color: transparent;
  color: #fff;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  text-align: right;
  font-size: 160%;
  margin-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}

.logo a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #cf0;
}

/* -- 概要 -- */
.description {
  text-align: right;
  background-color: transparent;
  color: #fff;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #333;
  border-bottom: 1px solid #333;
}

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

#contents ul { margin: 2em 0 2em 20px; }

#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  text-align: center;
  padding: 0.5em 0;
  border-bottom: 1px solid #fff;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #9c3;
  color: #000000;
  border-bottom: 1px solid #fff;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #cf0;
  color: #900;
  border-bottom: 1px solid #f00;
}

#right-sidebar .localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

#right-sidebar .localnavi li { display: inline; }

#right-sidebar .localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #690;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#right-sidebar .localnavi a:hover {
  text-decoration: none;
  background-color: #cf0;
  color: #900;
  border-bottom: 1px solid #f00;
}

#right-sidebar p {
  margin-bottom: 0.5em;
  padding: 0 5px;
}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds { display: none; }
