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

html {overflow-y:scroll;}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td { margin:0;padding:0; font-size:13px; line-height:160%; color:#4c4c4c; font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
table {}
fieldset,img { border:0; vertical-align:top; }
body {font-size:80%;}
caption,th { text-align:left; }
ul { list-style-type:none}
ol { padding-left:1.5em;}
input {line-height:normal; }


/* ===============================================

 オプション

 =============================================== */

/* 縮小画像をきれいに見せる */
img { -ms-interpolation-mode: bicubic; }

/* firefox スクロールバー  */
html {overflow-y:scroll;}  