﻿body {
    font-family: Jaldi, Helvetica, 微軟正黑體, sans-serif;
    font-size: 16px;
    margin: 0px;
}
#mainnav {
    position: relative;
}
#mainnav a {
    color: #000;
}

#mainnav a:hover {
    color: #000;
}

#top-bar {
    width: 100%;
    min-height: 80px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
    #top-bar
    {
        height:80px;
        margin-bottom:0px;
    }
    #top-bar, .menu {
        background: #fff
    }
#top-bar .container {
    width: 90%;
    margin:0 auto;
}
#main_manu{
    background-color:#fff;
}
/*background*/
#Header {
    width: 100%;
}
#Header1_Logo {
    float: left;
    line-height: 80px;
    position: absolute;
    font-size: 24px;
    text-align: center;
    top: 0px;
    color: #000;
    margin-left: 40px;
}
#Header1_Menu
{
    margin-top:15px;
}
.navbar-toggle {
    margin-top: 20px;
}
    #HeadRight {
    float: right;
    right: 0px;
    line-height: 80px;
}
#HeadRight a {
    text-decoration: none;
    color: #959595;
}

#HeadRight a:hover {
    text-decoration: underline;
    color: #000000;
}

#HeadRight a:active {
    text-decoration: underline;
    width: 91px;
    font-weight: bold;
    color: #000000;
}