@charset "shift_jis";
/*##################################################
-------------LIST-------------
 01: Footer
 --: clearfix
------------------------------
##################################################*/



/* --------------------------------------------------
 01: Footer Style
 -------------------------------------------------- */
#foot	{
	position:relative;
	padding:0px;
	height:72px;
	background:url(../images/foot_logo.gif) no-repeat;
}

#foot ul	{
	position:absolute;
	left:60px;
	top:0;
}
#foot li	{
	float:left;
	display:block;
	height:24px;
}
#foot li a	{
	display:block;
	height:24px;
	text-indent:-9999px;
}
#foot li.privacy	{
	background:url(../images/foot_privacy.gif) no-repeat;
	width:116px;
}
#foot li.link	{
	background:url(../images/foot_link.gif) no-repeat;
	width:52px;
}
#foot li.sitemap	{
	background:url(../images/foot_sitemap.gif) no-repeat;
	width:84px;
}
#foot p.logo	{
	position:absolute;
	left:0;
	top:1px;
	width:101px;
	height:53px;
}
#foot p.logo a	{
	display:block;
	width:101px;
	height:53px;
	text-indent:-9999px;
}
#foot p.copy	{
	position:absolute;
	left:337px;
	height:20px;
	background:url(../images/foot_copyright.gif) no-repeat;
	width:300px;
	margin-left:25px;
	margin-top: 2px;
	text-indent:-9999px;
}


/* --------------------------------------------------
 --: ClearFix
-------------------------------------------------- */
/* for Win IE */
#foot	{zoom:1;}

/* for IE5 Mac start \*//*/
#foot	{display:inline-table;}
/*for IE5 Mac end */

#foot:after	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

