/* 2ページ目以降とトップページはデザインが違う */
.tPage.tTopPage #t_footer2 {
    background-color: #0054ad;
    min-height: 20px;

}

#t_footer2 {
    background-image: url('../img/copyright.png');
    background-repeat: repeat-x;
    min-height: 20px;
}

#t_footer2 p {
  margin: 5px;
}

