@charset "UTF-8";

/* __________ news __________ */

#news_list li{
list-style:url(../images/square.gif) outside;
margin:25px 0 25px 22px;
padding-left:8px;
text-align:left;
}
*html #news_list li{
list-style:url(../images/square_forie6.gif) outside;
padding-left:6px;
margin:25px 0 17px 25px;
}
*+html #news_list li{
list-style:url(../images/square_forie6.gif) outside;
padding-left:6px;
margin:25px 0 17px 25px;
}

#news_list .li_line{
list-style:none;
margin:0;
padding:0;
height:1px;
background:#CCC;
}
#news_list .li_line hr{
display:none;
}

#news_list li span{
display:inline;
}
