
#coordinator {
  margin: 10px 0;
  padding: 0;
  font-size: small;
  line-height: 1.5em;
  clear: both;
}
#coordinator 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;
}
#coordinator h4 {
  color: #69c;
  margin: 0;
  padding: 0;
}
#coordinator p {
  margin-left: 1em;
  padding: 0;
  font-size: small;
}
#coordinator table {
border-top: 3px #69c solid;
width: 600px;
margin: 1em auto 3em auto;
border-collapse: collapse;
}
#coordinator caption {
text-align: left;
font-size: large;
font-weight: bold;
padding: 0;
color: #f00759;
}
#coordinator th {
width: 200px;
padding: 10px 1em 10px 0;
border-bottom: 1px #eee solid;
vertical-align: top;
}
#coordinator td {
width: 400px;
border-bottom: 1px #eee solid;
padding: 10px 0;
font-size: small;
vertical-align: top;
color: #666;
}
#coordinator ul {
margin: 0.5em 0 0.5em 2em;
padding: 0;
font-size: small;
}
#coordinator span {
font-size: small;
font-weight: bold;
color: #369;
}
/*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;
}