@charset "UTF-8";

/*
[1]全体のリンク指定
[2]レイアウトに関する指定
[3]ヘッダー内の各部分指定
[4]コンテンツ内の各部分指定
[5]サイドバー内の各部分指定
[6]フッター内の各部分指定
*/

/* ---------------------------------------- [1]全体のリンク指定 */

/* 一括で全ての要素の余白をゼロに指定 */
* {
  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;
}

/* ---------------------------------------- [2]レイアウトに関する指定 */
body {
  font-size: 90%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background: url() repeat-x 0 0;
}

#wrapper {
  text-align: left;
  width: 810px;
  margin: 0 auto;
  background: url(img/bg-container.jpg) repeat-y 0 0;
}

#header {
  width: 810px;
  height: 145px;
  margin-bottom: 2em;
  padding: 0 10px 0 30px;
  position: relative;
  background: url(img/bg-header.jpg) no-repeat 0 0;
}

#contents {
  float: left;
  width: 550px;
  margin-bottom: 3em;
  padding: 0 10px 0 20px;
}

#sidebar {
  float: right;
  width: 200px;
  margin-bottom: 3em;
  padding: 0 10px 0 20px;
}

#footer {
  width: 100%;
  background-color: #ffffff;
  color: #333333;
}

#footer-inner {
  width: 830px;
  margin: 0 auto;
  padding: 25px 0 30px;
}


table.mumin {                      /* muminという名のテープル */
  width: 548px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 0px solid black;
}
table.mumin td {              /* テープルデータ */
  text-align: left;
  padding: 0.2em 1.2em;
  border: 0px solid gray;
  background-color: #ccFFFF;
}



table.treepeople {                      /* treepeopleという名のテープル */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 0px solid black;
}
table.treepeople td {              /* テープルデータ */
  text-align: left;
  padding: 0.2em 1.2em;
  border: 0px solid gray;
  background-color: #ffffff;
  color: blue;
}
table.treepeople th {              /* テープルヘッダー */
  text-align: left;
  padding: 0.2em 1.2em;
  border: 0px solid gray;
  background-color: #ffffff;
}



table.chosha {                      /* choshaという名のテープル */
  width: 548px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 0px solid black;
}
table.chosha td {              /* テープルデータ */
  text-align: left;
  padding: 0.2em 1.2em;
  border: 0px solid gray;
  background-color: #FFFFFF;
}






/* ---------------------------------------- [3]ヘッダー内の各部分指定 */

/* -- 見出しレベル1 -- */


/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 140%;
  position: absolute;
  top: 40px;
  left: 30px;
}

.logo a {
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

/* -- 概要 -- */
.description {
  text-align: left;
  width: 800px;
  position: absolute;
  bottom: 0px;
  left: 20;
  color: #333333;
}

/* -- パン屑リスト  -- */
.topic-path {
  text-align: left;
  width: 800px;
  position: absolute;
  bottom: 35px;
  left: 20;
  color: #333333;
}



/* ---------------------------------------- [4]コンテンツ内の各部分指定 */

/* -- 見出し -- */

h1 {
  margin-left : 20px;
  line-height: 1.6em;
  margin-bottom: 0.5em;
  font-size: 110%;
  font-weight: strong;
}

h2 {
  font-size: 120%;
  font-weight: strong;
  color: #880000;
  margin-bottom: 0.5em;
  padding: 1em 0 1em 50px;
  background: url(img/bg-h.jpg) no-repeat 0 50%;
}


h3,h4,h5 {
  font-size: 120%;
  font-weight: strong;
  margin-bottom: 0.5em;
  padding: 1em 0 1em 50px;
  background: url(img/bg-h.jpg) no-repeat 0 50%;
}


h6 {
  margin-left : 40px;
  line-height: 1.6em;
  margin-bottom: 0.5em;
  font-size: 88%;
  font-weight: normal;
}



h3,h4,h5 { margin-top: 2.5em; }




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



/* -- 以下 リスト関係 -- */
#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: 0.5em 0 0.5em 60px; }

#contents ol { margin: 0.5em 0 0.5em 60px; }

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

/* ---------------------------------------- [5]サイドバー内の各部分指定 */

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

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

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 185px;
  padding: 0.5em 5px 0.5em 10px;
  background: #ccc url(img/bg-localnavi.jpg) no-repeat 0 100%;
  color: #000000;
}

.localnavi a:hover {
  text-decoration: none;
  background: #333 url(img/bg-localnavi.jpg) no-repeat -200px 100%;
  color: #ffffff;
}

/* ---------------------------------------- [6]フッター内の各部分指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds,
#cds a,
#cds a:hover {
  clear: both;
  text-align: right;
  text-decoration: none;
  padding-right: 10px;
  color: #cccccc;
  background-color: transparent;
}
