@CHARSET "utf-8";

#content ul {
					margin:15px 0;
					border-style: solid;
					border-width: 2px 0;
					border-color: #c1c1c1;
				}
#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:right; text-align: right; }
#content ul li .item { width:500px; float:left; }
#content ul li .item a{ color:#336fb5;text-decoration: none; }
#content ul li .item a:hover{ text-decoration: underline; }
#content ul li.listEnd {
					background-image: none;
				}

