@charset "Shift_JIS";

legend {
  color: #F2F2F2;
}

.panel {
  clear: both;
  padding : 0px 5px 0px 5px;
  line-height: 150%;
  display: none;
  ruby-align: auto;
}
.panel a{
  color : #4e6a9e;
  text-decoration : none;
}
.panel a:hover{
  color : #262f79;
  text-decoration : none;
}
.panel td,tr{
  padding : 3px 4px 3px 4px;
  ruby-align: auto;
}
.panel.active-tab-body {
  display: block;
}
.bar {
  padding: 0px 0px 0px 0px;
  height : 25px;
}
#tabs {
  list-style: none;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position : left center;
  background-image : url(img/tab/tab_line.gif);
  margin-top : 23px;
  height : 25px;
}
#tabs ul{
  height: 23px;
  list-style: none;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  background-image : url(img/tab/tab_line.gif);
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
#tabs  li {
  float: left;
}
#tabs  a {
  float: left;
  padding : 5px 6px 10px 6px;
  text-decoration: none;
  color: #999999;
  text-align: left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-right: 15px;
  background-color: white;
  margin-left: 5px;
}
#tabs  a.active-tab {
  padding-top: 0px;
  color : #4757af;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left;
  background-image : url(img/tab/tab_arr.gif);
}
#tabs  a:hover {
  padding-top: 0px;
  color : #4757af;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image : url(img/tab/tab_arr.gif);
  text-decoration : none;
}


#mainmenu {
  width: 100%;
}


