IE7を含むWinIEにのみ適用

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