@charset "Shift_JIS";
/* --------------------------------------------------------------------
	don't touch
-------------------------------------------------------------------- */
#dropframe {
  text-align: left;
  position: absolute;
  background-color: #ddd;
  border-top: 1px solid #eee;
  border-right: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
  border-left: 1px solid #eee;
  padding: 1px 3px 1px 3px;
}
ul.ziplist_ {
  position: absolute;
  top: auto;
  left: auto;
  background-color: #f0f0f0;
  list-style-type: none;
  padding: 5px 3px 5px 3px;
}
ul.ziplist_ li {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: left;
}
ul.ziplist_ li.hover {
  background-color: #ffff9a;
  cursor: pointer;
}


