#footer{
	float:left;
	padding-left:118px;
}
#footer .footernav{
	float:left;
	background-color:#f2f1e7;
	border:2px solid #d3d3c3;
	width:972px;
	height:22px;
	padding:9px 0 0 13px;
}
#footer ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer ul li{
	float:left;
	margin:2px 0 0 0;
	padding:0;
}

*:first-child+html #footer ul li { /* IE7 */
	margin:6px 0 0 0;
}

#footer ul li a{
	text-decoration:none;
	display: block;
	
}
#footer ul li#sitemap a{
	background:transparent url(../images/site_map.png) no-repeat;
	width:40px;
	height:11px;
	text-indent:-9999px;
	font-size:0px;
	
}
#footer ul li#sitemap a:hover{
	background-position:0 -12px;	
}

#footer ul li#contactus a{
	background:url(../images/contact_us.png) no-repeat top left;
	width:49px;
	height:9px;
	text-indent:-9999px;
	margin-left:30px;
	font-size:1px;
}
#footer ul li#contactus a:hover
{
    background:url(../images/contact_us.png) 0 -10px no-repeat;    
}
#footer ul li#termsofuse a{
	background:url(../images/terms_of_use.png) no-repeat top left;
	width:144px;
	height:11px;
	text-indent:-9999px;
	margin-left:33px;
	font-size:1px;
}
#footer ul li#termsofuse a:hover{
	background:url(../images/terms_of_use.png) 0 -12px no-repeat;
}
#footer ul li#aboutdaiichi a{
	background:url(../images/about_daiichi.png) 0 0 no-repeat ;
	width:97px;
	height:11px;
	text-indent:-9999px;
	margin-left:557px;
	font-size:1px;
}
#footer ul li#aboutdaiichi a:hover{
	background:url(../images/about_daiichi.png) 0 -12px no-repeat;
}
#footer .footerbrand{
	float:left;
	padding:9px 0 0 665px;
}
#footer p.pbrand{
	float:left;
	margin:24px 9px 0 0;
}
#footer img.daiichilogo{
	float:left;
}
#footer p.note
{
    color:#505153;
    font-family:Helvetica,Arial;
    font-size:11px;
    padding-left:566px;
}

