@charset "utf-8";
/* CSS Document */
html {
  overflow: visible;
  *overflow: auto;
  _overflow: visible;
}
body {
  width: 130px;
  padding: 0px;
  background-image: url(../contents/img/iframe.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
li {
  min-height: 12px;
  padding-left: 25px;
  margin-bottom: 5px;
  background-image: url(../contents/img/icon.gif);
  line-height: 110%;
  _height: 12px;
}
a {
  font-size: 12px;
  line-height: 110%;
  text-decoration: none;
}
a:hover {
  color: #D16005;
}
.Red {
  color: #FF0000;
  line-height: 110%;
}
body#EncyclopediaMenu ul {
  margin-top: 1px;
}
body#EncyclopediaMenu li {
  padding-left: 11px;
  margin-bottom: 5px;
  background: none;
}
body#ClassSelectMenu {
  width: 84px;
  background-image: url(../contents/encyclopedia/img/iframe_classselect.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body#ClassSelectMenu h2 {
  margin-bottom: 6px;
}
body#ClassSelectMenu li {
  height: 21px;
  padding-left: 0px;
  margin-bottom: -2px;
  background: none;
  line-height: 0;
}
body#ClassSelectMenu a {
  font-size: 0px;
  line-height: 0;
}
body#ClassSelectMenu a img {
  border: none;
}
/*
PointSelectMenu
-------------------------------------------------------------------------------*/
body#PointSelectMenu {
  width: 61px;
  background-image: url(../contents/encyclopedia/img/iframe_point.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body#PointSelectMenu li {
  height: 17px;
  padding-left: 0px;
  margin-bottom: 4px;
  background: none;
  line-height: 0;
}
body#PointSelectMenu a {
  font-size: 0px;
  line-height: 1;
}
body#PointSelectMenu a img {
  border: none;
  line-height: 1;
}