@charset "Shift_JIS";

* {
  padding: 0;
  margin: 0;
}


body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3","MS UI Gothic", ;
  font-size: 1em;
  margin: 0;
  padding: 0;
  background: #ffffff 0 0;
}

#wrapper {
  margin: 0 auto;
  width: 800px;
}

#header {
text-align: right;
height: 108px;
width: 100%;
background-image: url('img/bg-header.gif');
background-repeat: no-repeat;
}


#globalnavi {
height: 30px;
width: 100%;
background-image: url('img/bg-globalnavi.gif');
background-repeat: no-repeat;
}

#contents {
  padding: 20px 50px 50px;
  background: url('img/bg-contents.gif') repeat-y;
}

#footer {
  font-size: 0.8em;
  text-align: center;
  height: 73px;
  width: 100%;
  background: url('img/bg-footer.gif') no-repeat;
}


/* -- ヘッダーテキスト -- */
.logo {
  font-size: 1em;
  font-weight: bold;
  padding-top: 90px;
  padding-right: 60px;
}

.logo a {
  text-decoration: none;
  color: #c9aede;
}

.logo a:hover {
  text-decoration: underline;
  color: #9866c0;
}

/* -- グローバルナビゲーションの設定 -- */
#globalnavi ul {
  text-align: center;
}

#globalnavi li {
  text-align: center;
  vertical-align: sub;
  margin-left: 0.5em;
  padding-right: 0.5em;
  display: inline;
}

#globalnavi li a {
  color: #666666;
  text-decoration: none;
  padding-left: 1em;
  background-image: url('img/roll_a.gif');
  background-repeat: no-repeat;
  background-position: left center;
  display: inline;
}

#globalnavi li a:hover {
  color: #0000A0;
  text-decoration: underline;
  padding-left: 1em;
  background-image: url('img/roll_b.gif');
  background-repeat: no-repeat;
  display: inline;
}


/* -- 見出し -- */
h1 {
  font-size: 1.5em;
  color: #666666;
  line-height: 200%;
  margin-bottom: 2em;
  padding-left: 10px;
  border-bottom: 1px solid #666666;
  border-left: 6px solid #9866C0;
}

h2
 {
  font-size: 1.2em;
  color: #9866C0;
  margin-top: 4em;
  margin-bottom: 2em;
  padding: 0 0 5px;
  border-bottom: 1px dotted #336600;
}

h3,
h4,
h5,
h6{
font-size: 1.2em;
font-weight: bold;
}



/* -- コンテンツの文字 -- */
#contents p {
  line-height: 2em;
  margin-bottom: 1em;
  margin-left: 1em;
}

/* -- パン屑リスト -- */
p.topicpath { font-size: 0.8em; padding-bottom: 30px; padding-left: 15px; }


/* -- footerナビゲーション-- */

#footer ul {
  text-align: center;
  padding-top: 1em;
}

#footer li {
  display: inline;
}

#footer li a {
  color: #666666;
  text-decoration: none;
}

#footer li a:hover {
  color: #0000A0;
  text-decoration: underline;
}

/* -- footerテキスト-- */
#footer p {
padding-top: 1em;
}

#contents ol{
line-height: 200%;
padding-bottom: 2em;
padding-left: 2em;
}

#contents li{
font-weight: bold;
}