document.write("<div style=\"text-align : center ; \">");
document.write("<table style=\"margin : 1em auto ;");
document.write(" text-align : left ;\"><tr><td>");
document.write(" 横幅の指定されたブロック要素のセンタリング");
document.write("</td></tr></table></div>");
document.write("<div style=\"text-align : right ; \">");
document.write("<table style=\"margin :1em 0 1em auto ;");
document.write(" text-align : left ;\"><tr><td>");
document.write(" 横幅の指定されたブロック要素の右寄せ");
document.write("</td></tr></table></div>");

