/*全体の設定*/
body {
    margin: 0px;
    padding: 0px;
    color: #FFF;
    background-color: #000000;
    background-repeat: repeat;
}

h1,h2,h3 {
    text-indent: -9999px;
    margin: 0px;
}



/*レイアウト*/

#container {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    background: #000000;
    text-align: center;
}
#header {
    background: url(../img/header.jpg) no-repeat;
    height: 140px;
    width: 800px;
}

#main {
    width: 800px;
    padding-bottom: 10px;
    text-align: center;
}
.pics {
    width: 100%;
    text-align: center;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.pics a img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#footer {
    color: #FFFFFF;
    background: #161517;
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}
#footer a {
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
}

/*FINISHボタン*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
  padding: 0;
}
.form_box {
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    width: 800px;
}

#ad_footer {
    text-align: center;
    font-size: 5px;
    margin-top: 5px;
    padding-top: 5px;
}

/*こまかいもの*/
.stp02_ttl h2 {
    background: url(../img/step02.jpg) no-repeat;
    text-indent: -9999px;
    height: 70px;
    width: 800px;
}
.step01_ttl h2 {
    background: url(../img/step01.jpg) no-repeat;
    text-indent: -9999px;
    height: 70px;
    width: 800px;
}

.step03_ttl h2 {
    background: url(../img/step03.jpg) no-repeat;
    text-indent: -9999px;
    height: 70px;
    width: 800px;
}


#sbm {
    height: 20px;
    width: 150px;
    position: absolute;
}


#container p {
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    font-family: "Times New Roman", Times, serif;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/*FINISHボタン*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
  padding: 0;
}
.finish ul {
  margin: 0;
  padding: 0;
}
.finish li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 ;
}
.finish {
    height: 65px;
    width: 300px;
    display: block;
    margin-left: 220px;
    margin-bottom: 30px;
    margin-top: 20px;
    border-width: 0px;
    border-style: none;
}

.finish button {
    height: 60px;
    width: 300px;
    background: url(../img/button.jpg) no-repeat;
    text-indent: -9999px;
    display: block;
    border-width: 0px;
    border-style: none;
}
.finish button:hover,.finish button:active{
    height: 60px;
    width: 300px;
    background: url(../img/button.jpg) no-repeat 0px -60px;
    text-indent: -9999px;
    border-width: 0px;
    border-style: none;
}
#main .finish_pic {
    text-align: center;
}
