@charset "utf-8";
/*======== CONTENTS =========
footer.css
last-updated:2007/06/19
===========================*/
/*===== footer layout ======*/

#footer .gotop {
	padding:8px 10px 4px 10px;
	text-align:right;
}
#footer table {
	background: #FFFFFF url(/ez/static/common/images/headerfooter.png) repeat-x scroll 0 -563px;
}
td#footercopy {
	background: transparent url(/ez/static/common/images/headerfooter.png) no-repeat scroll left -1142px;
}
td#footermenu_l {
	background: transparent url(/ez/static/common/images/headerfooter.png) no-repeat scroll left -180px;
}
td#footermenu_r {
	background: transparent url(/ez/static/common/images/headerfooter.png) no-repeat scroll right -180px;
}
td#footerlogo {
	background: transparent url(/ez/static/common/images/headerfooter.png) no-repeat scroll right -1964px;
}
#footerlogo {
/*	width:74px;
	float:left;
*/}
#footer ul.rss {
	background: url(../images/rss_bg.gif) no-repeat right top;
	margin: 0 6px 6px 0;
}
#footer ul.rss img {
	margin: 0 6px 0 0;
}
#footer dl {
	font-size: 80%;
	line-height: 1.2;
}
#footer dt {
	font-weight: bold;
	padding: 0 0 10px 0;
}
#footer dd {
	padding: 0 0 10px 0;
	font-size: 10px;
}
td#footercopy p {
	font-size: 10px;
}

