/* リンクのitemにはitem_scというclassを割り当てています。*/
a.item_sc:link {
	color : #FFFFFF;
	font-size : 9px;
	text-decoration : none;
} 
a.item_sc:visited {
	color : #FFFFFF;
	font-size : 9px;
	text-decoration: none;
}
a.item_sc:active {
	color: #FF0000;
	font-size : 9px;
	text-decoration: none;
}
/* スクロール用のdivタグ用です。*/
#scroller-h {
	background-color: green;
}