@charset "utf-8";

#informationArea {
  width:940px;
  height:242px;
}

#informationListData{
  width:940px;
  height:192px;
  background-color: whitesmoke;
  overflow-y: scroll;
}

div.informationListTemplate {
/*   height:35px; */
  margin: 0px;
}

dl{
  width:895px;
  padding-top: 10px;
    margin-left: 15px;
  border-bottom: 1px dotted #000000;
}

dl dt{
  width: 100px;
  float: left;
}

dl dd{
  margin-left: 100px;
  width: 795px;
}