/* liScroll style declarations */
#container{
	position:relative;
}

#whatsnew {
	height:125px;
}

#rssBnr {
	position:absolute;
	left:14px;
	top:487px;
	width:520px;
	height:77px;
	display:block;
	background:url(../images_top/bnr_gb10s_bg.gif) no-repeat 0 0;
}



#rsslist {
	margin:33px 0 0 0;
	height:14px;
	overflow:hidden;
	display:none;
}


.tickercontainer { 
	width: 463px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

/*マスク領域*/
.tickercontainer .mask { 
	position: relative;
	left: 75px;
	top: 0px;
	width: 388px;
	overflow: hidden;
}

/*マスク領域(IE6)*/
* html .tickercontainer .mask {
	width: 388px;
}

/*表示領域*/
ul.rssticker {
	position: relative;
	left: 388px;
	width:100%;
	list-style-type: none;
	height:14px;
	margin: 0;
	padding: 0;

}
ul.rssticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	font-size:10px;
}

ul.rssticker a {
	color:#4EBDD7;
	text-decoration:none;
}

ul.rssticker span {
	padding-right:40px;
}

ul.rssticker a:hover {
	text-decoration:underline;
}
