セレクタと擬似クラスのテストです。
IE7.jsナシ。

隣接セレクタテスト

h2 + pre{
	background:#f66;
	margin:10px;
}
空pre

:first-child疑似クラステスト

dl > dt:first-child{
	margin-top:0;
	background:#66f;
}
あああああ
あああああ
あああああ
dt{
	margin-top:1em;
	background:#6f6;
}
あああああ
あああああ
あああああ
dt{
	margin-top:1em;
	background:#6f6;
}
あああああ
あああああ
あああああ