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

/* Reset.css */

/* スタイルをリセット */
* {
 margin           :  0px  0px  0px  0px;      /* 上・右・下・左の余白 */
 padding          :  0px  0px  0px  0px;      /* 上・右・下・左の間隔 */
 }
h1,/* 主要タグをリセット */ h2, h3, h4, h5, h6, p, addr  {
	font-weight    : normal;
	font-style      : normal;
	line-height     : 150%;
 }
em {
	font-style: normal;
	font-weight: normal;
}

