@charset "utf-8";

#ticker_bg {
	background-image: url(../images/pickup.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 15px;
}

.ticker {
	padding: 6px;
	width: 795px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-color: #000000;
	color: #FF0;
	margin-left: 110px;
}

.ticker a:link {
	color: #FF0;
}
.ticker a:visited {
	color: #FF0;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}
.news {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 100%;
}
.news dt {
	background-color: #e3e3e3;
	float: left;
	text-align: center;
	margin-right: 13px;
	width: 70px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.news dd {
	float: left;
	line-height: 150%;
	width: 587px;
}
.voice {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	padding-top: 15px;
	padding-bottom: 15px;
}
.voice dt {
	float: left;
	width: 42px;
	margin-right: 13px;
}
.voice dd {
	float: left;
}
.voice dd .title {
	font-weight: bold;
	margin-bottom: 6px;
}
.voice dd .comment {
	font-size: 84%;
	line-height: 140%;
	width: 615px;
}
