@charset "EUC-JP";
#newsarea {
	position:relative;
	width:200px;
	height:185px;
}
#newsarea-Content {
	position: absolute;
	top: 0;
	width: 188px;
	height: 185px;
	overflow: hidden;
	font-family:
				'¥á¥¤¥ê¥ª',
				'Meiryo',
				'Hiragino Kaku Gothic Pro',
				'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3',
				'Osaka',
				'£Í£Ó £Ð¥´¥·¥Ã¥¯',
				sans-serif;
	font-size:12px;
	line-height:130%;
	color:#666666;
}

#newsarea .Scroller-Container {
	position: absolute;
	top: 0; 
	left: 0px;
}

#newsarea-Scrollbar {
	position: absolute;
	top:0;
	left:188px;
}

#newsarea .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	top:0;
	width: 12px; 
	height: 12px;
	background:url(../img/newsupa2.gif) no-repeat;
	font-size: 0px;
}

#newsarea .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 173px;
	width: 12px;
	height: 12px;
	background:url(../img/newsdwa2.gif) no-repeat;
	font-size: 0px;
}

#newsarea .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 12px; 
	height: 161px;
	position: absolute;
	top: 12px;
	background:url(../img/newssbka2.gif) repeat-y;
}

#newsarea .Scrollbar-Track-Pressed {
	background-color: #DDD;
}

#newsarea .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 12px; height: 30px;
	background:url(../img/newssba2.gif) no-repeat;
}

#newsarea .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #AAA;
}

#newsarea .Scrollbar-Disabled {
	display: none;
}