top_style1
top_style2













ソースはこのページを直接ソース表示してコピーして下さい。
CSSは下記を使用して下さい。

≪CSS≫
/*********************************/
/*      スタイル1               */
/*********************************/

div#top_style1{
	width: 500px;
	height: 200px;
   	position: absolute;
        top: 33px;
        left: 240px;
        z-index: 1;
        background-color: #ffd700;
}

/*********************************/
/*      スタイル2               */
/*********************************/

div#top_style2{
	width: 500px;
	height: 200px;
   	position: absolute;
        top: 33px;
        left: 240px;
        z-index: 0;
        background-color: #00ff00;
}