@charset "utf-8";
.footer {
    position: relative;
    clear: both;
    color: #FFFFFF;
	font-size:12px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
	/*background-color:#663300;*/
	background-image:url(../images/navi-short.png);
	text-align:center;
	border: 1px solid #666633;
}

.footer a {
    text-decoration: none;
    color: white;
}

.footer a:first-child {
    border-left: none;
}

.footer a:hover {
    color:#FFFFFF;
}