@charset "utf-8";
/**
 * レイアウト
 */
#substitute{
  text-align:center;
}
#news{
  width:650px;
  font-size:0.96em;
  position:relative;
  top:40px;
  left:44px;
}
#news li{
  margin:0 0 1px;
  border-bottom:1px dotted #ddd;
}
#news li span{
}
#news li span a{
  float:left;
  display:block;
  padding:5px 7px;
}
#news li .dt a{
  width:130px;
  background:#f5f5f5;
  text-align:right;
}
#news li .tt a{
  width:460px;
}
#news a{
  color:#aaa;
  font-family:Verdana;
}
#news a:hover{
  color:#da4090;
}

#movie{
  width:100%;
  text-align:center;
}
