@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/* news
--------------------------------------------------------------------*/
#content #news{
  margin-bottom: 20px;
  overflow:hidden;
  zoom:1;
  clear:both;
}

#content #news ul{
  float:right;
}

#content #news li{
	margin-bottom:10px;
}

#content #news li.last{
	margin-bottom:0;
}

#content #news dl.txt{
 margin: 0 220px 0 0;
}

#content #news dl dt{
 margin-bottom: 2px;
 padding: 0 3px;
 border-bottom:1px dotted #999 ;
 font-size:1.2em;
}

#content #news dl dd{
 padding: 3px 0;
 font-size:1.2em;
}

#content p.back{
 margin-bottom: 30px;
}

#newstable{
 font-size:1.2em;
}






