@charset "Shift_JIS";

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

/*---------------------------------------リンク指定*/

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited  { color: blue; text-decoration: underline }

a:hover  { color: orange; 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;
}

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 95%;
  background: url(img/bg-wrapper.gif) repeat-y 0 0;
}

#header   { background: url(img/bg-header.jpg) no-repeat 100% 0; height: 120px }

#header-inner {
  height: 120px;
  background: url(img/bg-header-inner.gif) no-repeat 0 0;
}

#container {
  width: 100%;
  float: left;
  margin-right: -160px;
}

#contents {
  width: 100%;
  float: right;
  margin-left: -200px;
}

#contents-inner  { margin: 0 160px 0 200px; padding: 0 50px}


#left-sidebar            { color: orange; font-style: normal; font-weight: normal; line-height: 50px; font-stretch: normal; background: #9f6 url(img/bg-sidebar.gif) no-repeat; padding: 200px 10px 300px; top: 0; width: 180px; float: left }

#right-sidebar {
  width: 140px;
  float: right;
  padding: 80px 10px 0;
}

#footer {
  clear: both;
  width: 100%;
  padding: 60px 0 0;
  background: url(img/bg-footer.gif) no-repeat 0 100%;
}

/*---------------------------------------ヘッダーブロックに関する指定*/

/* -- キーワード -- */
h1    { color: green; font-size: 100%; font-weight: normal; text-decoration: none; padding: 0.5em 0 0.5em 250px }

/* -- 企業名｜ショップ名｜タイトル -- */
.logo  { color: orange; font-size: 250%; padding: 10px 0 10px 250px }

.logo a {
  text-decoration: none;
  color: #000000;
}

.logo a:hover  { text-decoration: none }

/* -- ページの概要 -- */
.description { padding: 0 0 0 250px; }

/*---------------------------------------コンテンツブロックに関する指定*/

/* -- 見出し -- */
h2,
h3,
h4,
h5,
h6  { font-size: 130%; background: url(img/bg-h.gif) no-repeat 0 50%; margin-bottom: 20px; padding: 25px 0 10px 55px; border-bottom: 15px dotted orange }

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;
}

/*---------------------------------------サイドバーブロックに関する指定*/

#left-sidebar a,
#right-sidebar a    { text-decoration: none }

#left-sidebar a:hover,
#right-sidebar a:hover   { color: #ff0000; text-decoration: underline }

/* -- サイドバータイトル -- */
.p_sidetitle     { color: white; font-weight: bold; padding-bottom: 10px; text-indent: 10px; border-bottom: 1px solid #ffffff }

/*
----- リスト/サイドバーメニュー -----
*/

#left-sidebar .globalnavi,
#right-sidebar .globalnavi   { list-style-type: none; margin-bottom: 2em; padding-bottom: 5px }

#left-sidebar .globalnavi li,
#right-sidebar .globalnavi li  { display: inline; margin: 0 }

#left-sidebar .globalnavi li a   { color: orange; font-weight: bold; display: block; padding: 0.5em 0; top: 100px; width: 180px; text-indent: 10px; border-bottom: 1px solid white }

#left-sidebar .globalnavi li a:hover  { color: #fff; font-weight: bold; text-decoration: none; background-color: orange; border-bottom: 1px solid #ff0000 }

#right-sidebar .globalnavi li a {
  width: 140px;
  display: block;
  padding: 0.5em 0;
}

#right-sidebar .globalnavi li a:hover {
  text-align: right;
  color: #ff0000;
  border-bottom: none;
}

#left-sidebar ul,
#right-sidebar ul  { list-style-position: inside; margin: 0 0 2em }

#left-sidebar ul li,
#right-sidebar ul li { margin-bottom: 0.5em; }

#left-sidebar ul li a { color: #ffffff; }

#right-sidebar ul li a { color: #0000ff; }

/*info-更新情報など----DLリスト*/

dl.sidebar-dl { margin: 0 0 2em; }

.sidebar-dl dt  { color: #ffffff; font-weight: bold; padding: 5px 0 2px; border-bottom: 1px solid #ffffff }

.sidebar-dl dd  { line-height: 1.6em; padding: 10px 0 2em }

.sidebar-dl dd p {
  margin-bottom: 0.5em;
  line-height: 1.6em;
}

li.links { list-style: none; text-indent: 230px; }

/*---------------------------------------フッターブロックに関する指定*/

#footer p {
  text-align: center;
  padding: 0.5em 0;
}

#footer #cds,
#footer #cds a,
#footer #cds a:hover {
  text-decoration: none;
  font-size: 90%;
  text-align: right;
  padding: 0;
  color: #999999;
}

ul#breadclumb {
	margin: 1em 0;
}

ul#breadclumb li {
	display: inline;
	padding: 0 10px;
}


