.date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.new {
	color: #333333;
}
td.top {
	background-image: url(../img/bg_top.gif);
	background-repeat: no-repeat;
}


/* conts */
#conts{
width:100%;
height:auto;
text-align:left;
margin:0 !important;
padding:10px 0 0 0 !important;
}
#conts li{
width:300px;
height:auto;
overflow:hidden;
margin:0 auto;
padding:0 0 7px 0;
list-style:none;

}
#conts li span{
font-weight:bold;
float:left;
width:6em;
}

#conts li a{
float:right;
width:220px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#conts li { font-size:90%;  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#conts li a { width:210px;  }
}

