var css = document.createElement("link");
var css_path = "http://www.goodnagano.com/seofooter/seofooter.css";
css.setAttribute("rel","stylesheet");
css.setAttribute("href",css_path);
document.getElementsByTagName("head")[0].appendChild(css);