@charset "Shift-JIS";

/*
	トップページレイアウト
	最終更新： 2010-12-09
*/

/*--------------------------------------------------詳細説明ページ移動ボタン*/
/*画像置換*/ 
ul#btn_report {
	margin:0 0 20px 123px;
}

ul#btn_report li a {
	display:block;
	float:left;
	height:30px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	font-size:0;/*IE対策*/
}
ul#btn_report li#btn001 a {
	background:url(../images/top/btn_report.jpg) no-repeat 0 0;
	width:329px;
}
/*ロールオーバー*/
ul#btn_report li#btn001 a:hover {
	background-position:0 -30px;
}

/*--------------------------------------------------自動車登録情報説明ページ移動ボタン*/
/*画像置換*/ 
ul#btn_registration {
	margin:10px 0 30px 155px;
}
ul#btn_registration li a {
	display:block;
	float:left;
	height:30px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	font-size:0;/*IE対策*/
}
ul#btn_registration li#btn002 a {
	background:url(../images/top/btn_registration.jpg) no-repeat 0 0;
	width:265px;
}
/*ロールオーバー*/
ul#btn_registration li#btn002 a:hover {
	background-position:0 -30px;
}

/*EOF*/