/* 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 {
  width:235px;
  float:left;
  padding:13px 0px 0px 240px;
}

div.title #day {
  padding:13px 10px 0 0;
  float:right;
  font-weight: normal;
}

div.text {
  float:left;
  width:600px;
}
div.text p {
  margin:0px 0px 1em 10px;
  line-height:3.7em;
  text-indent:1em;
}
div.text p span {
  padding-bottom:2px;
  border-bottom:1px dashed #AF8383;
  font-size:14px;
}


div.report {
  width:600px;
}

div.report p {
  margin_bottom:1em;
}

div.report p span {
  line-height:32px;
  padding-bottom:2px;
  border-bottom:1px dashed #AF8383;
  font-size:12px;
}

div.gallery {
clear:both;
  float:center;
  width:600px;
}

div.gallery a {
  margin:0px 1px 0px 1px;
  padding:0px;
}
/*------------------------------------------------*/
