/* CSS Document */

/* 50音検索専用
---------------------------------------------------- */

/* 50音ボタン
---------------------------------------------------- */
.btn50on {
	width:46px;
	height:46px;
	margin-left: 5px;
	float: left;
	margin-right: 3px;
	margin-top: 5px;
}

.btn50on a {
	text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
	width: 46px;
	height: 46px;
	background: url(../img/bg_50btn.gif) left top no-repeat;
	display: block;
}

.btn50on a:hover {
	height:46px;
	background-position: 0px -46px;
}

.btn50on img{
	margin-left:7px;
	margin-top:7px;
}

.btn50onNo {
	width:46px;
	height:46px;
	margin-left: 5px;
	float: left;
	margin-right: 3px;
	margin-top: 5px;
}
