@charset "utf-8";
/*
/////////////////////////////////////
style.css
----各カテゴリ毎の設定
/////////////////////////////////////
*/
#topicContents{
margin:20px 0px;
}

#topicContents dl{
clear:both;
margin-bottom:5px;
background:url(line_dot.gif) repeat-x bottom left;
overflow: hidden;
}

#topicContents dl dt{
clear:both;
float:right;
width:545px;
}

#topicContents dl dt a{
font-weight:bold;
}
#topicContents dl dd{
float:right;
width:545px;
margin-bottom:5px;
}

#topicContents dl dd.topicIcon{
clear:none;
float:left;
width:45px;
margin-left:0;
}
#topicContents dl dd.topicIcon img{
padding-left:2px;
}

