@charset"EUC-JP";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	width: 470px;
	margin: 0;
	padding: 0;
	color: #606060;
	text-align: left;
	background: #e3f5f9 url(../img/newslist-bk.gif) repeat-x center top;
}

#newslist {
	width: 470px;
}

#newslist dl{
	padding: 8px 8px 15px 17px;
	overflow: auto;
	overflow-x: hidden;
}

#newslist dt{
	padding-left:16px;
	font-size: 80%;
	color:#999999;
	font-weight:normal;
	width:6em;
	background: url(../img/top-arrow-b.gif) no-repeat left center;
}

#newslist dd {
	margin: -15px 0 0 100px;
	padding-bottom:5px;
	font-size: 80%; 
	line-height: 140%;
	color:#c7d1d3;
}

#newslist dd a {
	text-decoration: underline;
	color:#4c87a0;
}

#newslist dd a:hover {
	text-decoration: none;
	color:#4c87a0;
}