
/* デフォルト 設定*/

/* 全指定 */
*{
  margin           : 0;                /*多種のブラウザーに対して差異をなくすため*/
  padding          : 0;
  font-size        : 100%;
  font-weight      : normal;
  font-style       : normal;
  text-decoration  : none;
  color            : #000000;

  text-align       : left;             /*文字などの表示位置を指定する*/
}

/* img 要素 */
img{
  border           : none;
  vertical-align   : bottom;
}

