@CHARSET "utf-8";

#content ul {margin-bottom:20px }
#content ul li {
	clear: both;
	width:590px;
	display: block;
	background-image: url("../img/line01.gif");
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding:10px 0;
}
#content ul li .date { width:90px; float:left; }
#content ul li .item { width:440px; float:left; }
#content ul li .item a{ color:#336fb5;text-decoration: none; }
#content ul li .item a:hover{ text-decoration: underline; }
#content ul li .detailed { width:60px; float:left; }
#content ul li .detailed a {
	background-image:url(../img/button_detailed.gif);
	background-repeat:no-repeat;
	display:block;
	width:46px;
	height:22px;
	overflow:hidden;
	text-indent:-500px;
	margin-left:7px;
}
#content ul li .detailed a:hover { background-position: 0 -22px; }

/************ 090917 add ************/
#banner { margin: 0; padding: 15px 10px; border-bottom: 1px solid #cbc9c4; }
#banner div { margin: 8px 8px 0; }
/************ 090917 add end ************/

/************ 100125 add ************/
#content ul li .item { width:500px; float:left; }
/************ 100125 add end ************/
