/*---------------------------------------------------------------------------------*/
/* ヘッダー上メニュー                                                                */
/*---------------------------------------------------------------------------------*/
div.Theader{
    background-image :url("./header_image.jpg");
    background-repeat:no-repeat;
    text-align       :center;
    height           :102px;
    width            :798px;
    padding          :0px;
    margin           :0px;
    border           :0px;
}
div.Theader a{
/*
    position         :relative;
    bottom           :-86px;
*/
}
div.Bheader{
    background-image :url("./header_Bimage.gif");
    background-repeat:repeat-x;
    text-align       :center;
    width            :798px;
    height           :40px;
    padding          :0px;
    margin           :0px;
    border           :0px;
}

