@charset "euc-jp";

div.ticker {
	/*margin: 20px;*/
	width: 600px;
	position: relative;
	overflow: hidden;
}

div.ticker ul {
	height: 1.6em;
}

div.ticker ul li {
	float: left;
	display: inline;
	clear: both;
	text-align: left;
	list-style-type: none;
	position: relative;
	line-height: 1.6em;
	margin-bottom: -1.6em;
}


div#longitudinally ul li,
div#fade ul li {
	left: 10px;
}
