/*全体の設定*/
body {
    background: #161517;
    margin: 0px;
    padding: 0px;
}

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



/*レイアウト*/

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

#main {
    width: 600px;
    margin-left: 100px;
    padding-bottom: 10px;
}
#footer {
    color: #FFFFFF;
    background: #161517;
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
    padding-top: 10px;
}
#footer a {
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
}
#ad_footer {
    text-align: center;
}

/*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: 150px;
    margin-bottom: 100px;
    margin-top: 20px;
    border-width: 0px;
    border-style: none;
    font-size: 12px;
}

.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;
}


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

.form_box {
    font-size: 12px;
    color: #333333;
    text-align: center;
    display: block;
    width: 640px;
}
.finish_pic {
 width: 600px;
 background: url(../img/pict_bg.jpg) no-repeat;
text-align: center;
padding-top: 70px;
}
#mobile {
    background: url(../img/mobile.gif);
    height: 250px;
    width: 200px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-indent: -9999px;
}
