
/*======== CONTENTS =========
footer.css
last-updated:2007/06/19
===========================*/
/*===== footer layout ======*/

#footer .gotop{
	padding:8px 10px 4px 10px;
	text-align:right;
}
#footer table{
	width:100%;
	background: #fff url(/yz/static/common/images/footer_bg.gif)  repeat-x;
}
td#footercopy{
	background: url(/yz/static/common/images/footer_bg1.gif) no-repeat left top;
	width:32%;
	padding: 14px 10px 10px 10px;
}
td#footermenu_l{
	background: url(/yz/static/common/images/footer_bgbar.gif) no-repeat left center;
	width:16%;
	padding: 14px 8px 10px 8px;
}
td#footermenu_r{
	background: url(/yz/static/common/images/footer_bgbar.gif) no-repeat right center;
	width:18%;
	padding: 14px 10px 10px 10px;
}
td#footerlogo{
	background: url(/yz/static/common/images/footer_bg2.gif) no-repeat right top;
	width:34%;
	padding: 14px 10px 10px 10px;
}
#footerlogo{
/*	width:74px;
	float:left;
*/}

#footer ul li {
	list-style: none;
	padding: 0px 8px 4px 8px;
	font-size: 80%;
	line-height: 1.2;
}
#footer ul.rss {
	background: url(/yz/static/common/images/rss_bg.gif) no-repeat right top;
	margin: 0 6px 6px 0;
}
#footer ul.rss img{
	margin: 0 6px 0 0;
}
#footer p {
	font-size: 80%;
	line-height: 1.2;
	padding: 6px;
}
#footer dl {
	font-size: 80%;
	line-height: 1.2;
	padding: 6px 6px 0px 6px;
}
#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;
}
