/* liScroll style declarations */

#information {
	width:800px;
	height:25px;
	overflow:hidden;
	position:relative;
}
#information h2.ttl {
	width:68px;
	height:11px;
	top:7px;
	left:-350px;
	position:relative;
}
html>/**/body #information h2.ttl {
	left:15px;
}
.tickercontainer { /* the outer div with the black border */
	width: 695px;
	height: 1em;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position:relative;
	top:-7px;
	left:40px;
}

* html body .tickercontainer {
	/* [for IE5.0　〜6.0] */
	top:-7px;
}

html>/**/body .tickercontainer { 
	/* [Firefoxのルタイル] */
	left:95px;
}




.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0px;
	top: 0px;
	width: 695px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 695px;
	font: bold 10px Verdana;
	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;
	background: #fff;
	white-space:nowrap;
	font-weight:normal;
}
ul.newsticker li a {
	display:block;
	white-space:nowrap;
	font-weight:normal;
}

ul.newsticker li span.date  {
	padding:0 10px 0 30px;

}
