/* story css -------------------------------------*/
div#story_list {
    width:180px;
    margin:10px auto 10px auto;
    background-color:#EEE;

}
div#story_list ul {
  margin:0px;
  padding-left:25px;
  padding-bottom:10px;
  list-style-image:url(../img/story-list-icon.gif);
}
div#story_list li {
  margin:10px 0px 0px 0px;
}
div#story_list a {
  border:none;
  color:#666;
  font-size:13px;
  line-height:0em;
}
div#story_list a:hover {
  color:#F90;
}
div.title {
  width:600px;
  height:40px;
  margin-bottom:5px;
  background:url(../img/story-title_bg.gif) no-repeat;
}
div.title h3 {
  padding:13px 0px 0px 245px;
}
div.text {
  float:left;
  width:600px;
}
div.text p {
  margin:0px 0px 1em 10px;
  line-height:3.7em;

}
div.text p span {
  padding-bottom:2px;
  border-bottom:1px dashed #EEE;
  border-bottom:1px solid #777;
  font-size:14px;
}
div.report p span {
  line-height:21px;
  font-size:12px;
}
div.gallery {
clear:both;
  float:center;
  width:600px;
}
div.gallery a {
  margin:0px 1px 0px 22px;
  padding:0px;
}
/*------------------------------------------------*/

