@charset "Shift_JIS";

/*
[1]全体のリンク指定
[2]CSS.DesignSampleへのリンク指定
[3]レイアウトに関する指定
[4]ヘッダー内の各部分指定
[5]コンテンツ内の各部分指定
[6]サイドバー内の各部分指定
[7]フッター内の各部分指定
*/


/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

/*++++++++++++++++++++++++++++++++++++++++

[1]全体のリンク指定 */

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #660066;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/*++++++++++++++++++++++++++++++++++++++++

[2]CSS.DesignSampleへのリンク指定 */

#footer #cds,
#footer #cds a,
#footer #cds a:hover {
  font-size: 90%;
  text-align: right;
  color: #ffffff;
}

/*++++++++++++++++++++++++++++++++++++++++

[3]レイアウトに関する指定 */

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-color: #458504;
}

/*-- 全体を囲んでいます --*/

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 750px;
  background: url(img/bg-wrapper.gif) no-repeat 0 198px;
  background-color: white;
}

/*-- ヘッダー部分 --*/
#header {
  padding: 60px 0 10px 300px;
  height: 130px;
  background: url(img/bg-header.jpg) no-repeat 0 0;
}

/*-- コンテンツ部分 --*/
#contents {
  float: left;
  width: 500px;
  padding: 100px 20px 5em 20px;
  background: url(img/bg-contents.jpg) no-repeat 0 0;
}

#contents p {
  padding-left: 50px;
}

/*-- サイドバー部分 --*/
#sidebar {
  float: right;
  width: 150px;
  padding: 0 20px 5em 0;
}

/*-- フッター部分 --*/
#footer {
  clear: both;
  padding: 2em 0 1em;
  background: url(img/bg-body.jpg) repeat-x 0 90%;
}

/*++++++++++++++++++++++++++++++++++++++++

[4]ヘッダー内の各部分指定 */

/* -- キーワード -- */
h1 {
  font-size: 100%;
  font-weight: normal;
  padding-bottom: 0.5em;
}

/* -- 企業名｜ショップ名｜タイトル -- */
.logo {
  font-size: 150%;
  font-weight: bold;
}

.logo a {
  text-decoration: none;
  color: #000000;
}

.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

/* -- ページの概要 -- */
.description { padding: 0.5em 0; }

/*++++++++++++++++++++++++++++++++++++++++

[5]コンテンツ内の各部分指定 */


/*-- 見出し --*/

h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 35px;
  color: #9C0B49;
}

h3,
h4,
h5,
h6 { margin-top: 3em; }

h2 { background: url(img/bg-h2.gif) no-repeat 0 50%; }

h3,
h4,
h5,
h6 { background: url(img/bg-h.gif) no-repeat 0 50%; }

/* -- 文字 -- */
#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;
}

/*++++++++++++++++++++++++++++++++++++++++

[6]サイドバー内の各部分指定 */

/*-- サイドバータイトル --*/

#sidebar .p_sidetitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 2px;
  border-bottom: 1px solid #666666;
}

/*-- ローカルナビ --*/

.localnavi {
  list-style-position: inside;
  margin-bottom: 2em;
}

.localnavi ul {
  list-style-position: inside;
  margin: 0.5em 0 1em 1.5em;
}

.localnavi li,
.localnavi ul li { margin-bottom:0.5em; }

.localnavi li a,
.localnavi ul li a { text-decoration: none; }

.localnavi li a:hover,
.localnavi ul li a:hover { text-decoration: underline; }



.img-kage {
margin: 0px 0px 0px 5px;
background: url(img/shadow_001.gif) right bottom;
float: left;
}

.img-waku {
position: relative;
left: -5px;
top: -5px;
padding: 5px;
background: #FFFFF0;
border: 1px solid #999999;
} 


/*++++++++++++++++++++++++++++++++++++++++

[7]フッター内の各部分指定 */

/*-- コピーライト --*/

#footer p { text-align: center; }


