/*---------------------------------------------------------------------------------*/
/* フッターメニュー                                                                */
/*---------------------------------------------------------------------------------*/
td.footer a:link      { Color: #235AA6; text-decoration: none;}
td.footer a:visited   { Color: #98B6D7; text-decoration: none;}
td.footer a:hover     { Color: #0000FF; text-decoration: underline;}
td.footer a:active    { Color: #5D5D5D; text-decoration: none;}

td.footer{
    Height          :70px;
    background-color:#ffffff;
    font-size       :11px;
    font-weight     :normal;
    text-align      :center;
    vertical-align  :text-bottom;
    color           :#235AA6;
}


