#footer2{
	border-top: 2px solid gray;
	 width: 100%;
/*	height: 100px;*/
	background-image: url("../../img/bk_kurage.jpg");
	background-repeat: none;
	
	 margin-bottom: -15px;
/*	margin-top: 10px;*/
/*	padding: 5px 10px ;*/
	letter-spacing: 0em;
	line-height: 130%;
	font-size: 13px;
/*	vertical-align: bottom;*/
/*	display: inline;*/
	}
	
.ft_text2{
	width: 600px;
	 padding:20px 0 ;
	  }
		
.ft_left2{
	width: ; 200px;
	 float: left;
	 text-align: left;
	 }

.ft_middle2{
	width: 200px;
	float: left;
	}
	
.ft_right2{
	width: 150px;
	float: right; 
	text-align: left;
	}
	
.icon_ft2{
	vertical-align: bottom;
	color: white;
	}

			 		
	/*DIV組みズレ修正用スタイル*/	
#footer2:after,.ft_text2:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
	}
/*\*/
* html #footer2,*html ft_text2 {
    height: 1em;
    overflow: visible;
}
/**/	
