/*全体の設定*/
body {
    margin: 0px;
    padding: 0px;
    color: #FFF;
    background-color: #000000;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
}

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



/*レイアウト*/

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

#main {
    width: 800px;
    padding-bottom: 10px;
}
.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;
}

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

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


/*こまかいもの*/
.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: 40px;
    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;
}
.backto {
    width: 285px;
    margin-left: 510px;
    height: 30px;
}
.backto 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;
}
