@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: small;
}
#newst {
	background: url(../images/line_bottom.jpg) no-repeat bottom;
	padding: 0 18px 18px;
	text-align: right;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}
#newst a {
	text-decoration: none;
	color: #900;
	font-size: small;
}
#newst a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	color: #999;
}
#newst ul {
	background: url(../images/line_up.jpg) no-repeat top;
	width: 584px;
	margin: 0 auto;
	padding: 18px 0;
}
#newst ul li {
	background: url(../images/dottedline_01.jpg) no-repeat bottom;
	padding: 6px 18px;
	clear: both;
	list-style-type: none;
	text-align: left;
}
#newst ul li a {
	color: #333;
	text-decoration: none;
}

