IE7を含むWinIEを除外

body {
	background-color: red;
}
html>/**/body {
	background-color: green;
}
/*普通のブラウザは緑、WinIEのみ赤*/