@charset "UTF-8";

/* =======================================

	Footer CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
	1.Footer Navi
	
	2.CorpName
	
	3.Copyright

========================================== */


/* UP
========================================== */
#footerUL ul#topup {
	position:absolute;
	width: 90px;
	top: -2px;
	right: 30px;
	zoom: 1;
}

#footerUL ul#topup:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

#footerUL ul#topup li {
	
}

#footerUL ul#topup li a {
	display: block;
	background: #FFF url(../../images/common/top_bt_on.jpg) no-repeat;
}
#footerUL ul#topup li.item01 a {background-position:  0 0;}

#footerUL ul#topup li a:hover {
	background-color: transparent;
}

#footerUL ul#topup li a:hover img {
	visibility: hidden;
}



