@charset "utf-8";
/* CSS Document */

#new {
	background: url(../img/new_middle.png) repeat-y;
	width: 709px;
	text-align: left;
	font-size: 12px;
	position: relative;
}

h2 {
	background: url(../img/new.png) no-repeat;
	width: 87px;
	height: 32px;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	left: 50px;
}

#new ul {
	width: 500px;
	margin-left: 180px;
}
#new li {
	border-bottom: 1px dotted #bcebff;
	margin-bottom: 5px;
}

#new a {
	margin-right: 0.5em;
}
