@charset "utf-8";
/* CSS Document */

    html {  
        display: table;  
        width: 100%;  
        height: 100%;  
    }  
    body {  
        font: 12px/1.5 "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;  
        display: table-cell;  
        vertical-align: middle;  
    }  
    #blockCentering {  
        background: url(images/bg.png) left top no-repeat;  
        text-align: left;  
        margin: 0 auto;  
        padding: 15px;  
        width: 474px;  
        height: 150px;  
    }/* for IE6 */  
    * html body {  
        text-align: center;  
        height: 100%;  
    }  
    * html #blockCentering {  
        display: inline;  
        vertical-align: middle;  
        zoom: 1;  
    }  
    * html #dummy {  
        width: 0;  
        height: 100%;  
        vertical-align: middle;  
        display: inline-block;  
    }/* for IE7 */  
    *:first-child+html body {  
        text-align: center;  
        height: 100%;  
    }  
    *:first-child+html #blockCentering {  
        display: inline;  
        vertical-align: middle;  
        zoom: 1;  
    }  
    *:first-child+html #dummy {  
        width: 0;  
        height: 100%;  
        vertical-align: middle;  
        display: inline-block;  
    }/* over here */ 
