@charset "utf-8";
/* CSS Document */
body{
font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:16px;
/*\*/font-size:100%;/**/
color:#333;
}
img{border:0;}
div#topcenter{
font-size:82%;
width:100%;
margin:auto;
text-align:center;
line-height:100%;
}

div#topcenter div{
width:500px;
height:100%;
margin:auto;
display:table-cell;
width:100%;
margin-bottom:1px;
vertical-align:middle;
}

* html div#topcenter div{/* IE 6 */
display:inline;
zoom:1;
}

*:first-child+html div#topcenter div{/* IE 7 */
display:inline;
zoom:1;
}



div#topcenter img{
margin-right:10px;
margin-bottom:10px;
}

