@import url(/common/css/fix.css);

div.set{
 padding: 15px 5px;
 background: url("") transparent left top repeat-x;
 line-height: 140%;
 zoom: 1;
}

div#firstSet{ background: transparent; }

div.set:after{
 clear: both;
 content: ".";
 visibility: hidden;
 display: block;
 height: 0; 
 line-height: 0;
 font-size: 0;
}

div.date{
 float: left;
 color:#FF6600;
 width: 85px; 
}

div.categ{
 float: left;
 width: 85px;
 background: #F0F0F0;
 text-align:center;
}

div.news{
 float: right;
 width: 540px;
 padding-top:3px;
}

div.news h4{
 font-weight:normal;
}

div#contents div.news p{
 padding-top: 10px;
 line-height: 120%;
}

