@charset "euc-jp";

/*--------------
   base.css
 ---------------*/


/* ================================= */
/*                                   */
/*  各要素のmargin,paddingの正規化   */
/*                                   */
/* ================================= */
body, div, dl, dt, dd, ul, li,dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, hd { margin: 0;	padding: 0; }


/* ================================= */
/*                                   */
/* 見出し要素のフォントサイズの正規化*/
/*                                   */
/* ================================= */
h1, h2, h3, h4, h5, h6 { font-size: 100%; line-height: 1; }


/* ================================= */
/*                                   */
/* ol,ul要素のlist-styleを削除       */
/*                                   */
/* ================================= */
ol, ul { list-style: none; }


/* ================================= */
/*                                   */
/* font-styleやfont-weightプロパティ */
/* の正規化                          */
/*                                   */
/* ================================= */
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }


/* ================================= */
/*                                   */
/* table要素のセルのボーダーとボーダ */
/* ーの隙間を0にする                 */
/*                                   */
/* ================================= */
/*table { border-collapse: collapse; border-spacing: 0; }*/


/* ================================= */
/*                                   */
/* fieldsetやimgのボーダーを削除     */
/*                                   */
/* ================================= */
fieldset, img { border: 0; }


/* ================================= */
/*                                   */
/* captionやth要素を左揃えにする     */
/*                                   */
/* ================================= */
caption, th { text-align: left; }


