/* ページ全般 */
*{
margin: 0;
padding: 0;
}
html body{
color: #FFFFFF;
background-color: #000000;
background-image: url(../images/00_all/bg.jpg);
background-repeat: no-repeat;
background-position: center top;
background-attachment: scroll;
}
.relative{
position: relative;
}
/* 包装 */
div#wrapper{
width: 1000px;
z-index: 50;
margin: 0px auto 0px auto;
}
/* ページ_タイトル */
div#page_title{
width: 1000px;
height: 40px;
background-image: url(../images/07_spec/page_title.png);
background-repeat: no-repeat;
}
/* ページ_内容 */
div#page01{
width: 1000px;
height: 333px;
background-image: url(../images/07_spec/01_bg1.jpg);
}
div#page02{
width: 1000px;
height: 346px;
background-image: url(../images/07_spec/01_bg2.jpg);
}
/* ページ_ＥＮＤ */
div#page_end{
width: 1000px;
height: 10px;
background-image: url(../images/00_all/page_end.png);
background-repeat: no-repeat;
margin: 0px auto 130px auto;
}
/* 見出し01 */
img#t01{
float:left;
position: relative;
top: 10px;
left: 40px;
margin: 0px 0px 10px 0px;
}