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

#column_main .more {
	background: url(/images/right_arrow.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 14px;
	display: block;
	line-height: 1.1;
	margin-top: 5px;
}

#column_main .more:hover {
	background: url(/images/right_arrow2.gif) no-repeat 0 0;
}

#column_main .more2 {
	background: url(/images/right_arrow.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 14px;
	display: block;
	line-height: 1.1;
	margin-top: 5px;
}
#column_main .more2:hover {
	background: url(/images/right_arrow2.gif) no-repeat 0 0;
}

