@charset "utf-8";

/*============================================
commonBase.css
============================================*/
/*------------------------------------------------
  reset
----------------------------------------------- */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, form, p, table, th, td, input, textarea, select { padding: 0px; margin: 0px; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; font-weight: normal; }
img { padding: 0; margin: 0; border: 0; vertical-align: bottom; }
ul, ol, dl { list-style-type: none; }
input { font-size: 1em; }
textarea { font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif; font-size: 1em; }

/*------------------------------------------------
  base Css
----------------------------------------------- */
body { font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif; font-size: 100%; color: #685333; line-height: 1.4; background: #ffffff; word-wrap: break-word; }
textarea, input { font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif; color: #564d43; line-height: 1.4; }
