
/* トップページ最上部の画像（このファイルからの相対パスで指定） */
table.top_title{background-image: url("../image/top/top_title_winter.gif"); background-color: #BDCFD9;}

/* トップページフッター管理(背景色・文字色・フォントサイズ・リンク動作管理) */
.footer_top{background-color: #DBE8EF; color: #000000; font-size: 12px;}
.footer_top a:link{color: #000000; text-decoration: none;}
.footer_top a:visited{color: #000000; text-decoration: none;}
.footer_top a:active{color: #000000; text-decoration: none;}
.footer_top a:hover{color: #000000; text-decoration: underline;}
.footer_bottom{background-color: #BDCFD9; color: #000000; font-size: 11px;}
