/* あらかじめ設定された書式のうち、不要なものを初期化する。	*/
/* 　（ブラウザによって異なるため）				*/

body{					/* ページ全体			*/
  padding : 0px;			
  margin : 0px;
  border : 0px none;

  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", 
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic UI", "Meiryo", sans-serif;
  letter-spacing : 1.1px;
  font-weight : normal;
  font-size : 12pt;
  -webkit-text-size-adjust : 100%;	/* スマホフォントサイズ対策 */
}

table, tr, th, td, h3, h4, h5, h6, p {	/* 表関係、表題の書式		*/
  padding : 0px;
  margin : 0px;
  border : 0px none;
  font-size : 1em;
  line-height : 1.3em;
}
