@charset "utf-8";
/* CSS Document */

div.topicEntry h3
{
 width:570px;
 height:35px;
 background-image:url(../imgs/topics/h3ttl_bg.gif);
 background-position:left top;
 background-repeat:no-repeat;
 color:#FFFFFF;
 font-size:20px;
 font-weight:bold;
 padding-left:5px;
}

div.topicEntry div.date
{
 width:570px;
 text-align:right;
 border-bottom:1px #efefef dotted;
 color:#B37C0B;
}

div.topicEntry p
{
 font-size:100%;
 line-height:160%;
 color:#333333;
 margin-top:10px;
 padding-left:10px;
 padding-right:10px;
}

div.topicEntry p img
{
 border:1px #efefef solid;
 margin:3px;
 padding:1px;
}


div.topicEntry ul
{
  margin-top:10px;
}

div.topicEntry li
{
 width:550px;
 margin-left:10px;
 list-style:none;
 padding-bottom:3px;
 border-bottom:1px dotted #ccc;
 margin-bottom:6px;
}

div.topicEntry li span.date
{
 color:#B37C0B;
}