/*---------- ナビ ----------*/

nav {
    width: 100%;
    text-decoration: none;
    margin: 0 0 10px 0;
    background: url(../img/nav_bg.gif) repeat-x;
}

nav h2 {
    padding: 5px 0 3px 14px;
    font-size: 14px;
    color: #ffffff;
    border-bottom: solid 1px;
    border-bottom-color: #cccccc;
    background: url(../img/h_bg_gray.gif) center repeat-x;
    margin-bottom: 6px;
}

nav ul {
    width: 100%;
    border-top: solid 1px;
    border-top-color: #cccccc;
}

nav li {
    width: 100%;
    list-style: none;
    text-align: center;
}

nav li a {
    padding: 11px 10px 11px 10px;
    display: block;
    color: #696969 !important;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 2px;
    border-bottom-color: #cccccc;
    background: url(../img/nav_bg.gif) repeat-x;
    font-size: 14px;
}

nav li a:hover {
    color: #000000 !important;
    display: block;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 2px;
    border-bottom-color: #cccccc;
    background: url(../img/nav_bg_hover.gif) repeat-x;
}

/*---------- トップに戻る ----------*/

#page_back {
    margin: 0 0 8px 0;
    padding: 0 6px 0 0;
    text-align: right;
}
#page_back a {
    color: #192f60;
}

/*---------- フッター ----------*/

footer {
    width: 100%;
    padding: 10px 0 10px 0;
    color: #333333;
    text-align: center;
    border-top: solid 1px;
    border-top-color: #cccccc;
    background-color: #dcdcdc;
}

footer p {
    padding: 10px;
    color: #000000;


}

footer a {
    color: #000000 !important;


}

footer a:hover {
    color: #696969 !important;
}

footer a:visited {
    color: #696969;
}

footer p.copy {
    padding: 10px;
    font-size: 12px;
    color: #000000;
}

footer p.copy a {
    color: #cccccc !important;
    text-decoration: none;
}

footer p.copy a:hover {
    color: #000000 !important;
    text-decoration: underline;
}

footer p.copy a:visited {
    color: #000000;
    text-decoration: none;
}