
#sitemap {
  margin: 10px 0 20px;
  padding: 0;
  font-size: small;
  line-height: 1.5em;
  clear: both;
}
#sitemap h2 {
  border-top: 10px solid #c50018;
  padding: 7px 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: medium;
  background-image: url(../img/h2_gray.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #9b9b9b;
  color: #c50018;
}
div.site {
width: 300px;
min-height: 200px;
float: left;
margin-right: 2em;
}
div.site h3 {
color: #333;
font-size: small;
padding: 2px 5px;
background-color: #eee;
}
div.site ul {
color: #999;
margin: 0 0 1em 2em;
padding: 0;
font-size: small;
list-style-type: square;
}
div.site ol {
color: #999;
margin: 0 1em;
padding: 0;
font-size: small;
list-style-type: none;
line-height: 1.2em;
}
div.site span {
color: #333;
}
div.site a {
color: #333;
text-decoration: none;
}
div.site a:hover {
text-decoration: underline;
}
/*161118サブメニュー
-------------------------------------------------*/

#subosigoto {
  border: 2px solid #993300;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  float: left;
  width: 176px;
}
#subosigoto h2 {
  margin: 0;
  padding: 18px 10px;
  font-size: 13px;
  line-height: 18px;
  background-color: #ff6600;
  text-align: center;
  background-image: url(../img/h2_osigoto.jpg);
  background-repeat: repeat-x;
  color: #ffffff;
}
#subosigoto ul {
  margin: 5px;
  padding: 0 0 0 25px;
  font-size: 12px;
  line-height: 1.5em;
  list-style-image: url(../img/list_osigoto.gif);
  width: 140px;
  float: left;
  list-style-position: outside;
}
#subosigoto li {
  margin: 0.25em 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.25em;
  list-style-image: url(../img/list_osigoto.gif);
  list-style-position: outside;
  width: 140px;
  float: left;
}
#subosigoto a {
  text-decoration: none;
}
#subosigoto a:hover{
text-decoration: underline;
}