@charset "utf-8";
/**
 * レイアウト
 */
#substitute{
  text-align:center;
}
#news{
  width:600px;
  font-size:0.96em;
  position:relative;
  margin:50px 100px;
}
#news li{
  margin:0 0 5px;
  border-bottom:1px dotted #ccc;
}
#news li span{
}
#news li span a{
  float:left;
  display:block;
  padding:5px;
}
#news li .dt a{
  width:130px;
}
#news li .tt a{
  width:450px;
}
#news a{
  color:#aaa;
  font-family:Verdana;
}
#news a:hover{
  color:#da4090;
}