/********************************
 *フッタ
 ********************************/

#footerArea{
	width:800px;
	margin:0;
	padding-top:20px;
	background-color:#ffffff;
}
#footer{
	margin:20px 24px 0 24px;
	padding:10px;
	border-top:1px solid #999999;
	background-color:#ffffff;
}
#footer ul,#footer li,#footer a{
	text-align:left;
	margin:0;
	padding:0;
	border:0;
}
#footer #copyright{
	text-indent:-9999px;
	width:260px;
	height:10px;
	margin-top:5px;
	background-image:url(../images/copyright.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	float:right;
}
#footer ul{
	float:right;
}
#footer ul li,#footer ul li a{
	float:left;
	display:block;
	overflow:hidden;
}
#footer ul li{
	list-style-type:none;
	list-style-position:inside;
	margin-left:12px;
}
#footer ul li a{
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#footer #fot01,#footer #fot01 a{
	width:73px;
	height:16px;
}
#footer #fot01 a{
	background-image:url(../images/common_fot_1.gif);
}
#footer #fot02,#footer #fot02 a{
	width:95px;
	height:16px;
}
#footer #fot02 a{
	background-image:url(../images/common_fot_2.gif);
}
#footer #fot03,#footer #fot03 a{
	width:105px;
	height:16px;
}
#footer #fot03 a{
	background-image:url(../images/common_fot_3.gif);
}
#footer #fot04,#footer #fot04 a{
	width:123px;
	height:16px;
}
#footer #fot04 a{
	background-image:url(../images/common_fot_4.gif);
}
#footer #fot05,#footer #fot05 a{
	width:73px;
	height:16px;
}
#footer #fot05 a{
	background-image:url(../images/common_fot_5.gif);
}

/*回り込み解除*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */
