@charset "UTF-8";
/* CSS Document */

#scrollup {
	position: relative;
	width: 191px;
	height: 275px;
	overflow:hidden;
}

.headline {
	position: absolute;
	top: 310px;
	left: 0;
	width:191px;
	height: 265px;
}

.headline>p{
	color:#000033;
}

.headline>p>a{
	color:#000033;
}

#scroller {
	float:left;
	width:191px;
	height:275px;
	padding:64px 8px 15px 20px;
	background:url(../images/BG_news.png) 0 0 no-repeat;
	text-align:left;
}

#scroller_fg {
	position:absolute;
	margin:-72px 0 0 -18px;
	width:217px;
	height:87px;
	background:url(../images/FG_news.png) 0 0 no-repeat;
}