@charset "utf-8";
/* CSS Document */

.banner_index a
{
	background:url(../images/banner_index.jpg) no-repeat;
	width:540px;
	height:120px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	margin-bottom:10px;
}

.banner_index a:hover
{
	background-position:0 -120px;
}

.bnr_credit a
{
	background:url(../images/bnr_credit.jpg) no-repeat;
	width:540px;
	height:100px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	margin-bottom:10px;
}

.bnr_credit a:hover
{
	background-position:0 -100px;
}