/*********************************/
/* スタイル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;
}