#footer{
text-align:center;
border-top:solid 1px blue;
}

/*------　バナー表示ー--------*/



.banner table {
    border: 10px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.banner table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

.banner td {
    padding: 2px;
    border: 1px #E3E3E3 solid;
    border-width: 1px 0 0px 1px;
    text-align: center;
}


/*-------ガリバー表示ー--------*/

#footer #gulliver {
border:1px solid red;
margin:3px;
height:25px;
}

#footer #gulliver p{
float:left;
text-align:center;
padding-left:2px;
margin:3px;
width:380px;
}


#footer #gulliver p a{
text-decoration:none;
padding:5px;
margin:1px;
}

#footer #gulliver p a:hover{
text-decoration:underline;

}

/*-------ガリバー表示ここまでー--------*/

/*-------会社案内表示ー--------*/
#footer #company{
clear:both;
height:25px;
background-color:black;
padding-left:50px;

margin-bottom:1px;
}


#footer #company a{

display:block;
float:left;
width:130px;

padding:5px;
vertical-aligin:center;
margin-left:1px;

text-decoration:none;
color:white;
}

#footer #company a:hover{
color:yellow;
text-decoration:underline;
}

/*-------会社案内表示ここまでー--------*/

#footer #comments {
background-color:blue;
padding:5px;
margin-bottom:1px;
}

#footer #comments a{
padding-top:10px;
text-decoration:none;
color:white;
}

#footer #comments a:hover{
text-decoration:underline;
color:yellow;
}
