@charset "utf-8";

html {
height:100%;
overflow:auto;
margin:0;
padding:0;
}

body {
height:100%;
background-color:#ffffff;
font-size:12px;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", serif;
margin:0;
padding:0;
}

#contents {
position:absolute;
left:50%;
top:50%;
width:500px;
height:400px;
line-height:0;
margin-left:-250px;
margin-top:-180px;
}

#txt {
font-size:12px;
line-height:18px;
text-align:center;
margin-top:40px;
}