@import url("common.css");

#Ticker li {
	display: none;
	text-align: center;
	list-style-type:none;
}

#Pickup {
	margin-top: 20px;
}
#Pickup a {
	margin: 10px;
}

#LinkList {
	width: 740px;
	margin: 0px auto;
}
#LinkList dl {
	float: left;
	width: 230px;
}
#LinkList dt {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#LinkList dd {
	margin: 0px;
	padding: 8px 0px;
	border-top: 1px solid #cccccc;
	line-height: 1.4em;
}
#LinkList a {
	color: #333333;
	padding-left: 15px;
	background: url("/image/arrow.gif") no-repeat;
	background-position: center left;
	text-decoration: none;
}
#LinkList a:hover {
	border-bottom: 1px solid #ff88aa;
}