﻿// 現在年表示　フッター用現在年表示
function ThisYear() {
var now = new Date();
document.write(now.getFullYear());
}

