@charset "shift_jis";
/*  Top Contents
-----------------------------------------------------------------------------*/
/* Topics sample */
#topics dl {
  width: 600px;
  clear: both;
  }

#topics dt {
  position: absolute;
  padding: 10px 5px;
  }

#topics dd {
  padding: 10px 0 10px 90px;
  border-bottom: 1px dotted #ccc;
  }
