@charset "utf-8";

#footWrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    background-color: #f0f0ee;
    padding: 10px 0;
}
#footer {
    width: 948px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
div#footer ul {
    position: relative;
    left: 50%;
    float: left;
}
div#footer li {
    position: relative;
    left: -50%;
    float: left;
    margin-right: 15px;
    display: block;
    background: url(../img/ico_triangle.gif) no-repeat scroll 2px 50% transparent;
    text-indent: 10px;
}
#footer a {
    display: block;
    color: #4e4e4e;
    font-size: 10px;
    text-decoration: none;
}
#footWrap small{
    display: block;
    padding-top: 10px;
    font-size: 12px;
}