@charset "utf-8";
/* CSS Document */

body{
    font:13px/1.231 'メイリオ', Meiryo, Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
 
select,input,button,textarea,button{
    font:99% Meiryo, Verdana,'Hiragino Kaku Gothic Pro',osaka,'MS PGothic',sans-serif;
}
 
table{
    font-size:inherit;
    font:100%;
}
 
pre,code,kbd,samp,tt{
    font-family:monospace;
  /*  *font-size:108%;*/
    line-height:99%;
}
 
/* IE6 and IE7 Hack */
* html body {font-family: 'ＭＳ Ｐゴシック',sans-serif;}
*:first-child+html body {font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;}
 


