  /* unitip css */

#unitip {
  position: absolute;
  z-index: 1000;
  top: -1000px;
  color: #fff;
  display: none;
}

  #unitippoint, #unitipmid, #unitipcap {
    position: relative;
    top: 0px;
    left: 0px;
    width: 280px;
    display: block;
  }

  #unitippoint {
    background: url(/~kouyuka/hokushin/js/images/TipPoint.png) no-repeat;
    height: 19px;
    overflow: hidden;
  }

  #unitipmid {
    background: url(/~kouyuka/hokushin/js/images/TipMid.png) repeat;
    width: 260px;
    height: auto;
    padding: 5px 10px;
  }
  #unitipmid h2 {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 160%;
  }
  #unitipmid p,
  #unitipmid li {
    font-size: 0.8em;
    font-size: 0.7em;
    line-height: 160%;
  }

  #unitipcap {
    background: url(/~kouyuka/hokushin/js/images/TipCap.png) no-repeat;
    height: 7px;
    overflow: hidden;
  }
