@charset "EUC-JP";

/* プルダウン用arrow
---------------------------------------------------- */
.arrow, .arrow_down, .arrow_gray {
	padding: 3px 20px 3px 0;
	min-height: 1.8em;
	background: url(../images/common/arrow/arrowg_link.png) no-repeat right center;
	_background: url(../images/common/arrow/arrow_link.png) no-repeat right center;
	cursor: pointer;
	_text-decoration: underline;
}
.arrow_down {
	background: url(../images/common/arrow/arrowg_down.png) no-repeat right center;
	_background: url(../images/common/arrow/arrow_down.png) no-repeat right center;
}
.arrow_gray {
	background: url(../images/common/arrow/arrow_link_gray.png) no-repeat right center;
}
.arrow:hover, .arrow_down:hover, .arrow_gray:hover {
	color: #DE243B;
}
.arrow:hover {
	background: url(../images/common/arrow/arrow_link.png) no-repeat right center;
}
.arrow_down:hover {
	background: url(../images/common/arrow/arrow_down.png) no-repeat right center;
}