#tab {
  width:600px;
  padding:0;
  font-size: 90%;
}

#tab li {
  float: left;
  padding: 5px 10px;
  list-style: none;
  cursor: pointer;
  color:#666;
  width:130px;
  height: 32px;
  text-align:center;
  font-weight:bold;
  background-image:url('../img/tab_unselected.png');
  background-repeat:no-repeat;
  line-height:1em;
}

#tab li.oneline {
  padding: 10px;
  height: 22px;
  line-height:22px;
}

#tab li.select {
  color:#900;
  background-image:url('../img/tab_selected.png');
  background-repeat:no-repeat;
}

.hidden {
  display: none;
}

.info {
  clear: left;
  width: 568px;
  background: #fdd;
  color: #000;
  padding: 15px 15px 0 15px;
  border-right: 1px #999 solid;
  border-left: 1px #999 solid;
}

.content_wrap {
  clear: left;
  background: #fff;
  color: #000;
  padding: 10px 5px;
  font-size:90%;
}

.oshirase_box {
  width:600px;
  margin-top:20px;
  margin-right:0;
  margin-left:auto;
}

.oshirase_bottom {
  background-image:url('../img/tab_bottom.png');
  background-repeat:no-repeat;
  height:20px;
  width:600px;
}

.oshirase_box dl {
   margin: 0 auto ;
   width: 558px;
}

.oshirase_box dt {
  clear:left;
  float:left;
  padding-left:10px;
  padding-top:5px;
}

.oshirase_box dd {
  margin-left:135px;
  padding-top:5px;
}

.oshirase_box .history
{
  clear: left;
  width: 568px;
  background: #fdd;
  color: #900;
  padding: 0 15px 0 15px;
  border-right: 1px #999 solid;
  border-left: 1px #999 solid;
  font-size:80%;
  text-align:right;
}


.oshirase_box .history a {
  color: #900;
}

