@charset "Shift_JIS";
 @import url("../base.css");
/* Selectbox Styles
=================================*/

a.sctble_display {
	text-decoration: none;
	border: solid #9f6c76 1px;
	width: 278px;
	text-align: left;
}
a.sctble_display span {
	text-decoration: none;
	padding: 2px 22px 0 7px;
	height: 18px;
	background: #fff url(icon_select.gif) no-repeat right 0;/*line-height: 22px;*/
}
a.sctble_display:hover span {
	text-decoration: none;
	background-position: right -15px
}
/*a.sctble_focus span { background-position: right -42px !important }*/
	
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {
}
div.sctble_mat dl {
}
div.sctble_mat a {
	padding-right: .7em;
	text-align: left;
}
div.sctble_mat a.selected {
	color: #333;
	text-decoration: none;
	cursor: default;
}
