#linklist{
  display: none;
}
span.hl{
  padding-bottom: 2px;
  border-color: #300;
  border-style: dashed;
  border-width: 0 0 1px 0;
  cursor: pointer;
}

/* Link Note */
#hlnote{
  position: absolute;
  width: 100%;
  height: 270px;
  left: 0;
  top: 0;
  background-color: #eee;
  border: solid #aaa 2px;
  font-size: 14pt;
  font-weight: normal;
  opacity: 1;
  display: none;
}
.hlclose{
  position: absolute;
  top: 5px; right: 5px;
  width: 30px; height: 30px;
  overflow: hidden;
  cursor: pointer;
}
#hlnote_name{
  margin: 5px auto 5px auto;
  height: 20px;
  padding: 3px 15px;
  font-weight: bold;
}
#hlnote_yomi{
  margin: 5px auto 2px auto;
  height: 20px;
  font-size: 0.85em;
  padding: 3px 15px;
}
#hlnote_text{
  margin: 5px auto 5px auto;
  padding: 5px 15px;
  height: 200px;
  overflow: auto;
  line-height: 1.5em;
  font-size: 12pt;
}
