/* CSS Document */

/* mac Safariのみ適用 */

/*\*/html:\66irst-child *{
  font-size: 11px;
  letter-spacing: -1px;
}
/* end */

/* Mac IE5のみ適用 \*//*/
* {
  font-size:10px;
  letter-spacing:-1px;
}
/* end */

/* mac Safari3.04のみ適用 */

body:first-of-type * {
  font-size: 12px;
  letter-spacing: -1px;
}
