@charset "shift_jis";
/* -------------------------------
sidemenu
------------------------------- */
div.sdmenu {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding-bottom: 10px;
  color: #fff;
}
div.sdmenu div {
  overflow: hidden;
}
div.sdmenu div:first-child {

}
div.sdmenu div.collapsed {
  height: 36px;
}
div.sdmenu div span {
  display: block;
  font-weight: bold;
  cursor: pointer;
  height: 36px;
}
div.sdmenu div.collapsed span {
  display: block;
  font-weight: bold;
  cursor: pointer;
  height: 36px;
}
div.sdmenu div a {
  color:#557F72;
  display:block;
  height:1.5em;
  margin-bottom:5px;
  margin-left:1em;
}
div.sdmenu div a.current {
}
div.sdmenu div a:hover {
  text-decoration:underline;
}
div.sdmenu div a.moreSelection {
  text-align:right;
  margin-bottom:30px;
}

div.sdmenu div a.lastChild {
  margin-bottom:30px;
}
