@charset "utf-8";
/* Font size setup */

div#wrapper div#contents {
   font-size: 20px;
}
 
* html div#wrapper div#contents { 
  font-size: 125%; /* IE 6 or sooner */
}

*:first-child+html div#wrapper div#contents { 
  font-size: 125%; /* IE 7 */
}


