@charset "UTF-8";

#content h3 {
  margin: 8px 0;
  font-size: 18px;
}

#spec {
  float: left;
  width: 530px;
  margin-bottom: 1em;
}

#spec h4 {
  font-size: 14px;
  line-height: 2;
}

#spec ul {
  list-style-type: none;
  font-size: 12px;
}

#spec ul ul, #spec ul ol {
  margin-left: 3em;
}

#spec ol li {
  margin-left: 2em;
  list-style-type: decimal;
}

#spec strong {
  font-style: normal;
  font-weight: bold;
}

#spec em {
  font-style: normal;
  font-weight: bold;
  color: #FF0000;
}

#image {
  float: right;
  margin-bottom: 10px;
  width: 200px;
  height: 200px;
}

#image img {
  display: block;
  margin: auto;
}

#text {
  float: left;
  width: 555px;
  padding-top: 1em;
  margin-bottom: 2em;
  border-top: 1px solid #999999;
  font-size: 14px;
  line-height: 2em;
}

#text h4 {
  font-size: 16px;
}

#navi {
  float: right;
  width: 175px;
}

#navi li {
  display: block;
  margin-bottom: 10px;
  width: 175px;
  height: 36px;
}

#navi li a {
  display: block;
  width: 175px;
  height: 36px;
  line-height: 12px;
  text-indent: -5000px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#navi .site a { background-image: url("btn/site.png") }
#navi .return a { background-image: url("btn/return.png") }

