@charset "Shift_JIS";

#tab ul {
    margin: 0 0 1em 0;
    height: 38px;
    width: 730px;
    font-size: 12px;
    font-weight: bold;
    color: #000066

}
#tab li {
    float: left;
    width: 115x;
    margin: 3px ;
}
#tab li a {
    background: url(../base/but1.jpg);        /*メニューマス */
    display: block;
    line-height: 38px;
    text-align: center;
    height: 38px;
    width: 115px;
}
#tab li a:hover {
    background: url(../base/but2.jpg);
    color: #ff0000
}
#tab li a.active {
    background: #000066;
}
