/* liScroll styles */

.tickercontainer { /* the outer div */
/*background: #222; */
width: 600px; 
height: 27px; 
margin: 0;
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
padding-left: 10px;
padding-right: 10px;
top: 8px;
height: 20px;
width: 600px;
/*overflow: hidden;*/
}
ul.newsticker {
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
transition: all 0s linear 0s;
color: #fff; /* 通常のフォントのカラー */
}
ul.newsticker li {
float: left;
margin: 0;
padding-right: 15px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #fff; /* リンクのフォントのカラー */
font: bold 10px Verdana;
margin: 0 15px 0 15px;
text-decoration: none;
} 

ul.newsticker span {
	color: #FC0
} 

.minikuma{
width: 10px;
height: 10px;
margin: -4px 10px 0 800px;
}

#webticker_wrap{
	width: 600px;
	height: 27px;
	float: left;
	margin: 0
}

#TickerWrap{
	width: 600px;
	height: 27px;
	margin: 0 auto;
	padding: 0;
	background-color: #222;
}