/*body*/
body{
font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro W4","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS P Gothic",sans-serif;
font-size:10px;
margin: 0px;

}
/*Opera 9*/
;;body{
font-family: "メイリオ",Meiryo,sans-serif;
}
/*IE 7*/
*:first-child+html body{
font-family: "メイリオ",Meiryo,sans-serif;
font-size: 0.8em;
}
/*IE 6 or sooner*/
*html body{
font-family: "メイリオ",Meiryo,sans-serif;
font-size: 75%;
}

/*FireFox用ハック スクロールバーの縦だけ表示*/
html:not([lang*=""]) body {overflow-y:scroll;}

/*Safari用ハック スクロールバーの縦だけ表示*/
html:not(:only-child:only-child) body {overflow-y:scroll;}

