@charset "UTF-8";

.pickup  {
	margin: 15px 10px 10px 10px;
}

#news  {
	margin-top: 15px;
	padding-left: 21px;
}

#news dt {
	font-size: 93%;
	color: #333;
	background-image: url(../images/index/newsArrow.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0px 0px 8px 15px;
	border-bottom: 1px dotted #B8B5AD;
	margin: 0px 0px 10px;
}
#news dd {
	font-size: 93%;
	border-bottom: 1px dotted #B8B5AD;
	margin: -1.22em 0px 10px;
	padding: 0px 0px 8px 120px;
	width: 420px;
}
#news dd a {
	color: #0066FF;
	text-decoration: none;
}
#news dd a:hover {
	color: #F60;
	text-decoration: underline;
}
