﻿/* Footer */
#footer {
    position: absolute;
    right: 58px;
    bottom: 10px;
    margin: 0 auto;
    color: #6e6e6e;
    font-size: 1em;
    text-align: right;
}
#footer li {
    float: left;
    font-size: 1em;
    color: #6e6e6e;
    padding: 5px 6px 0 6px;
    border-right: 1px solid #b4b4b4;
}
#footer a:link, #footer a:visited {
    font-size: 1.1em;
    color: #6c6c6c;
    padding: 0 5px 0 5px;
    text-decoration: none;
}
#footer a:hover, #footer a:active {
    text-decoration: underline;
}
/* Footer */


/* footerOption */
#footerOption {
    margin-top: 40px;
    margin-left: 10px;
    font-size: 1em;
    color: #6e6e6e;
}
#footerOption hr {
    margin-bottom: 6px;
    margin-left: -10px;
    width: 546px;
    height: 1px;
    border: none;
    color: #d2d8e5;
    background-color: #d2d8e5;
}
#footerOption li {
    float: left;
    font-size: 1em;
    color: #6e6e6e;
    padding: 0;
    border-left: 1px solid #b4b4b4;
}
#footerOption a:link, #footerOption a:visited {
    font-size: 1em;
    color: #6c6c6c;
    padding: 0 5px 0 5px;
    text-decoration: none;
}
#footerOption a:hover, #footerOption a:active {
    text-decoration: underline;
}
/* footerOption */