/* -------------------------------------------------------------------------------------------- */
/* top page                                                                                     */
/* -------------------------------------------------------------------------------------------- */
#information{
  margin:0px 0px 30px 20px;
  padding:3px 5px 0px 5px;
  border-right:1px solid #aaa;
  border-left:1px solid #aaa;
  border-bottom:1px solid #aaa;
  width:558px;
  height:500px;
  font-size:13px;
  overflow:auto;
  scrollbar-arrow-color:#999;
  scrollbar-base-color:#FFFFFF;
  scrollbar-darkshadow-color:#FFFFFF;
  scrollbar-highlight-color:#ccc;
  scrollbar-shadow-color:#ddd;
  scrollbar-track-color:#eee;
  }
#information .info_topic{
  margin:0px;
  padding:10px 0px 10px 2px;
  background-image:url(../image/under_line.jpg);
  background-position:bottom;
  background-repeat:repeat-x;
  width:535px;
  /*\*//*/
  overflow:hidden;
  /**/
  }
#information .info_topic:after{
  height:0;
  visibility:hidden;
  content:".";
  display:block;
  clear:both;
  }
#information .info_date{
  margin:0px;
  padding:0px;
  float:left;
  width:70px;
  }
#information .info_sentence{
  margin:0px;
  padding:0px 0px 0px 22px;
  float:left;
  width:443px;
  }
#information .border_none{
  background-image:none;
  }


