/* ページ全般 */
*{
margin: 0;
padding: 0;
}
html body{
color: #FFFFFF;
background-color: #000000;
overflow: hidden;
}
.relative{
position: relative;
}
/* 包装 */
div#wrapper{
width: 800px;
height: 800px;
z-index: 50;
}
/* ページ_タイトル */
div#page1{
width: 800px;
height: 800px;
background-image: url(../images/05_special/07_bg.jpg);
background-repeat: no-repeat;
}
/* ページ_ボタン */
img#bt01{
position: absolute;
top: 737px;
left: 280px;
}