@charset "utf-8";
/**
 * topics,news
 * @author  itakura@re-set.ne.jp(2008.12)
 * @version 1.0.0
 * @update  
 */
html{overflow-y:scroll;}
body{background:#F8F8F8; margin:0; padding:0; font-size:11px; line-height:16px; color:#5A5A5A;}
dl,dt,dd{margin:0; padding:0;}

#topic-list{width:95%;}

#topic-list dl dt{background:url(../img/index/arrow_topics.gif) no-repeat 0 0; padding:0 0 0 15px; line-height:16px;}
#topic-list dl dd{padding:0 0 0 15px;}

