@charset "Shift-JIS";

/*
	リコール情報検索レイアウト
	最終更新： 2009-02-19
*/

/*--------------------------------------------------検索ボタン*/
/*画像置換*/ 
ul#button li a {
	display:block;
	width:200px;
	height:30px;
	margin:25px auto;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	font-size:0;/*IE対策*/
}
ul#button li#recallinfo a {
	background:url(../images/recall/button.jpg) no-repeat;
}
/*ロールオーバー*/
ul#button li#recallinfo a:hover {
	background-position:0 -30px;
}

/*EOF*/