#footer{
    width:1000px;
    height:30px;
    margin:10px auto;
	background-image:url(../images/footerline.gif);
    background-repeat:repeat-x;
    padding-top:20px;
    font-family:ＭＳ Ｐゴシック, ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro;
}
#footer p{
margin:1px 0;
}
#footer img{
    float:left;
    margin:0px 5px
}
.footerBanner{
    float:right;
    margin:0px 5px
}
.copy{
    float:left;
    width:250px;
    font-size:10px;
    line-height:12px;
}
.clear{
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
	}
    
#footer a:hover {
    background:#ffffff; 
    text-decoration:none;
    } 
    /*BG color is a must for IE6*/ 
a.tooltip span {
    display:none; 
    padding:4px 6px; 
    margin-left:8px; 
    width:300px;
    text-align:left;
    } 
a.tooltip:hover span{
    display:inline; 
    position:absolute;
    margin-top:-110px; 
    background:#ffffff; 
    border:1px solid #cccccc; 
    color:#6c6c6c;
    } 
	
.rightlikutangle{
	width:300px;
	margin-bottom:5px;
	}
