別に「Webヒョウジュン」のようなバカの好きなことばとは関係なく、これってうまく使えないことが多い気がする。 CSSでDivを天地左右中央に配置する方法『locate div at the center vertically and horizontally』 | CREAMU http://blog.creamu.com/mt/2007/07/cssdivlocate_div_at_the_center.html ミニマルモデルで示すと、 <html> <body> <div style=" position: absolute; top: 50%; left: 50%; margin-left: -200px; margin-top: -100px; width: 400px; height: 200px; border: 1px solid black; " > aaaa </div