﻿#HeaderPane .fixed
{
    position: fixed;
    z-index: 100;
}

#HeaderPane .ModuleBody .fixed
{
    position: relative;
    z-index: auto;
}

#over_view
{
    background: rgba(0, 0, 0, 0.7) url("../../../Images/background_stripe.png") repeat;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

#over_view .B_GNavi
{
    margin: auto;
    position: relative;
    width: 960px;
}

#over_view .B_GNavi .MenuListDiv ul
{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    margin: 5px 0;
    padding: 0 10px 0 120px;
    position: relative;
    top: 0;
    width: 830px;
}

#over_view .B_GNavi .MenuListDiv ul li a
{
    background: url("../../../Images/glnv_sep.png") no-repeat 0 4px;
    font-size: small;
    font-weight: normal;
    padding: 5px 10px 5px 15px;
}

#over_view .B_GNavi .MenuListDiv ul .firstnav a
{
    background: none;
}

#over_view .B_GNavi .MenuListDiv:before
{
    border-right: 2px solid #000000;
    content: "グローバルナビ";
    font-size: small;
    font-weight: bold;
    left: 10px;
    padding: 0 10px 0 0;
    position: absolute;
    top: 10px;
    z-index: 10000;
}

#over_view .GNaviFrame
{
    display: none;
}


#over_view .BreadCrumbs_Standard .ModuleReference
{
    margin: 0 auto 5px;
}

#over_view .BreadCrumbs_Standard .inside_b
{
    background: #ffffff;
}

#over_view .BreadCrumbs_Standard ol
{
    padding: 5px 10px 5px 110px;
}

#over_view .BreadCrumbs_Standard .inside_b li
{
    font-size: small;
}

#over_view .BreadCrumbs_Standard .bread a
{
    background: url("../../../Images/bread_sep.png") no-repeat right 0 !important;
    margin: 0;
    padding: 0 25px 0 0 !important;
}

#over_view .BreadCrumbs_Standard .p-right
{
    display: none;
}

#over_view .BreadCrumbs_Standard .inside_b:before
{
    border-right: 2px solid #000000;
    content: "現在の位置";
    font-weight: bold;
    left: 10px;
    padding: 0 10px 0 0;
    position: absolute;
    top: 6px;
    z-index: 10000;
}