@charset "utf-8";
/*----------------------------------------------------------------------

eastpass/index.html
destinations/gala.html

----------------------------------------------------------------------*/

/* Agent Banner */

#contents .bnr_agent {
	overflow: hidden;
	height: 94px;
}

#contents .bnr_agent p{
	width: 932px;
	height: 94px;
}

#contents .bnr_agent p a {
	display: block;
	width: 932px;
	height: 94px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}

#contents .bnr_agent p a:hover {
	background-position: 0 100%;
}

#contents .bnr_agent p a {
	background-image: url(../img/banner/galabanner.jpg);
}

