body {
    background: url(../html/img/bg/lis_bg2_html.gif) repeat fixed;
    color: #fff;
    font-family: "Trebuchet MS",Helvetica,sans-serif;	
}

#wrapper {
    width: 160px;
    margin: 200px auto;    
}
#header {

    overflow: hidden;   
}
#header h1 {
        margin-bottom:50px;
    float: left;
}
#header h1 a {
    background: url(../html/img/txt/bg.logo.gif) no-repeat 0 0;
    text-indent: -9999px;
    display: block;
    width: 147px;
    height: 45px;
}


#naviBranch ul li {
    display: inline;
    float: left;
    margin-left: 2px;

}
#naviBranch ul li a {
     text-indent: -9999px;
     display: block;
     background: url(../html/img/navi/navi.intro.gif) no-repeat;
     height: 34px;
}

#naviBranch ul li#naviBranch01 a {
    width: 74px;
}
#naviBranch ul li#naviBranch02 a {
    background-position: -76px 0px;
    width: 74px;
}

#naviBranch ul li#naviBranch01 a.active {
    background-position: 0 -34px;
}
#naviBranch ul li#naviBranch02 a.active {
    background-position: -76px -34px;
}


#naviBranch ul li a.active, #naviBranch ul li a:hover  {
    border-bottom: 5px solid #00b27b;
}

#naviBranch ul li a.noHover {
    border-bottom: 0px;
    }


#footer {
    text-align: center;
    font-size: .6em;
    line-height: 130%;
    clear: both;
	padding-top: 30px;
    width: 955px;
    margin: 0 auto;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}


