﻿@charset "utf-8";
/* CSS Document */
#foot {
border-top:#276F2D solid 11px;
    line-height: 24px;
    margin: 10px auto 0;
    padding: 20px 0;
    text-align: center;
    width: 960px;
}
#foot p.link {
    border-bottom: 1px dashed #B8B8B8;
    margin: 0 auto 12px;
    padding: 0 0 5px;
    width: 64%;
}
.footer {
    margin: 0 auto;
    overflow: hidden;
    width: /*596*/600px;
}
.footer p {
    display: inline;
    float: left;
    width: 600px;
}
.logo {
    background:url(../images/foot_logo.gif) no-repeat;
    height: 51px;
    margin: 15px 0 0;
    text-indent: -3000px;
    width: 140px;
}
.logo a {
    display: block;
    height: 51px;
    outline: 0 none;
}
.copy {
    margin: 0 20px;
}
.police {
    margin: 10px 0 0 15px;
}
