@charset "Shift_JIS";

/*
[1]全体のリンク指定
[2]レイアウトに関する指定
[3]ヘッダー内の各部分指定
[4]コンテンツ内の各部分指定
[5]サイドバー内の各部分指定
[6]フッター内の各部分指定
*/

/* ---------------------------------------- [1]全体のリンク指定 */

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: gray;
  text-decoration: none;
}

a:visited {
  color: #000099;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

/* ---------------------------------------- [2]レイアウトに関する指定 */
body {
  font-size: 90%;
  text-align: center;
  line-height: 1.5; 
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-image: url(img/sky.jpg);
  background-repeat:no-repeat
}

#wrapper {
  text-align: left;
  width: 830px;
  margin: 0 auto;
  background: url(img/bg-container.jpg) repeat-y 0 0;
}

#header {
  width: 830px;
  height: 273px;
  margin-top: 0em;
  margin-bottom: 0em;
  position: relative;
  background: url(img/header.jpg) no-repeat 0 0;
}

#contents {
  float: right;
  width: 600px;
  margin-bottom: 0em;
  padding: 0 10px 0 10px;
}

#sidebar {
  float: left;
  width: 170px;
  line-height: 1; 
  background-color: white;
  margin-bottom: 0em;
  padding: 0 0px 0 0px;
}

#footer {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
}

#footer-inner {
  width: 830px;
  margin: 0 auto;
  padding: 25px 0 30px;
  background: url(img/footer1.jpg) no-repeat 0 0;
}

/* ---------------------------------------- [3]ヘッダー内の各部分指定 */

/* -- 見出しレベル1 -- */
h1 {
  font-size: 90%;
  font-weight: normal;
  color: white;
  position: absolute;
  top: 5px;
  left: 5px;
}

/* -- 企業名 ショップ名 サイト名 -- */
.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: center;
  width: 830px;
  position: absolute;
  bottom: 5px;
  left: 0;
}

/* ---------------------------------------- [4]コンテンツ内の各部分指定 */

/* -- 見出し -- */
h2{
  font-size: 100%;
  font-weight: bold;
  color: white;
  margin-bottom: 0.5em;
  padding: 1em 0 1em 20px;
  background: url(img/ber22.jpg) no-repeat 0 50%;
}
h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 0.5em;
  padding: 1em 0 1.3em 20px;
  background: url(img/ber03.jpg) no-repeat 0 50%;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

strong {
  font-size: 100%;
  font-weight: bold;
  color: #666699;
  margin-bottom: 0.5em;
  padding: 1em 0 1em 20px;
  background: url(img/midasi1.jpg) no-repeat 0 50%;
}
/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト 今回特に指定していません -- */
#contents .topic-path {}

/* -- 以下 リスト関係 -- */
#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; }

/* ---------------------------------------- [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: 165px;
  padding: 1.12em 5px 1.12em 30px;
  background: #ccc url(img/buton1.jpg) no-repeat 0 50%;
  color: #333333;
}

.localnavi a:visited {
  text-decoration: none;
  background: #333 url(img/buton1.jpg) no-repeat 0 100%;
  color: darkblue;
}

.localnavi a:hover {
  text-decoration: none;
  background: #333 url(img/buton2.jpg) no-repeat 0 100%;
  color: red;
}


/* ---------------------------------------- [6]フッター内の各部分指定 */
#cccccc;{ text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds,
#cds a,
#cds a:hover {
  clear: both;
  text-align: right;
  text-decoration: none;
  padding-right: 10px;
  color: #cccccc;
}