@charset "utf-8";
/* CSS Document */
#right-bnr {
	position: fixed;
	right: 0;
	top: 114px;
	width: 80px;
	z-index: 9999;
}
#right-bnr li {
	position: relative;
	right: 0;
}
#right-bnr li + li {
	margin-top: 10px;
}
#right-bnr li a {
	display: block;
	height: 0;
	overflow: hidden;
	width:80px;
}
#right-bnr .right-bnr01 a {
	background: url(/common/img/r_bnr/bnr_01_off.png) no-repeat scroll 0 0;
	padding-top: 246px;
}
#right-bnr .right-bnr01 a:hover {
	background: url(/common/img/r_bnr/bnr_01_on.png) no-repeat scroll 0 0;
}
