    #footer{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #000000;
}

div#foot{
    width: 620px;
    height: auto;
    margin: 0 auto;
    clear: both;
}

div#foot p{
    width: 550px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size:15px;
    font-weight: bold;
    color: #ffffff;
    float: left;
}

div#foot p.top{
    width: 70px;
    height:70px;
    float: right;
}

/* footer menu */

ul.footnav{
    width: 620px;
    height:40px;
    margin: 0 auto;
	background:#000000;
}

ul.footnav li{
    float: left;
    list-style: none;
    text-align: center;
}

ul.footnav li.footnav01{
    width: 145px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

ul.footnav li.footnav02{
    width: 145px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

ul.footnav li.footnav03{
    width: 145px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

ul.footnav li.footnav04{
    width: 145px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}


ul.footnav li.footnav01 a{
    width: 145px;
    height:40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
}

ul.footnav li.footnav01 a:hover{
    color: #ff0000;
}


ul.footnav li.footnav02 a{
    width: 145px;
    height:40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
}

ul.footnav li.footnav02 a:hover{
    color: #ff0000;
}

ul.footnav li.footnav03 a{
    width: 145px;
    height:40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
}

ul.footnav li.footnav03 a:hover{
    color: #ff0000;
}


ul.footnav li.footnav04 a{
    width: 145px;
    height:40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
}

ul.footnav li.footnav04 a:hover{
    color: #ff0000;
}
#foot p.email a.mail{
    height: 70px;
    text-align: center;
    line-height: 70px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}