/* liScroll style declarations */
.hotword_ticker_div{
	background:url(/img/ticker_bg.gif) repeat-x;
	height:42px;
	width:100%;
	margin:0;
	padding:0;
}
.hotword_ticker_l{
	float:left;
	width:2%;
	height:42px;
	background:url(/img/ticker_bg_l.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.hotword_ticker_c{
	width:95%;
	float:left;
	height:42px;/* 42 -14 */
	background:url(/img/ticker_bg.gif) repeat-x;
}
.hotword_ticker_r{
	width:2%;
	height:42px;
	float:right;
	text-align:right;
	background:url(/img/ticker_bg_r.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.hotword_ticker_div .hotword_title{
	color:#cc0000;
}

/** 以下はライブラリCSS **/

.tickercontainer { /* the outer div with the black border */
	height: 27px; 
	margin: 4px 0 0 0; 
	padding: 0;
	overflow: hidden;
	width:100%;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 300px;
	font-size: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	font-size:14px;
} 
ul.newsticker span {
	margin: 0 20px 0 0;
	font-size:12px;
}

