Theme Check errors about missing CSS rules

The theme check plugin checks your theme also for any default class that is generated by WordPress itself. Take a look into codex for some more info.

All you have to do, is to cover these classes in your CSS file, for example:

.alignleft {
    text-align:left
}

This will remove the errors from theme checker plugin.