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

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



/*レイアウト*/

#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#main {
    width: 600px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#header {
	background: url(../img/header.jpg) no-repeat;
	height: 420px;
	width: 600px;
}
#footer {
	color: #FFFFFF;
	background: #161517;
	text-align: center;
	font-size: 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;
    margin-bottom: 20px;
    padding-top: 5px;
}
/*ボタン*/
.button {
    height: 650px;
    width: 310px;
    display: block;
    margin-left: 120px;
    margin-top: 20px;
    margin-borrom: 20px;
border-width: 0px;
    border-style: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}
#form_box {
	width: 560px;
	margin-left: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 130%;
}

.button {
	height: 50px;
	width: 310px;
	background: url(../img/ent_btn.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	border-width: 0px;
	border-style: none;
}
.button:hover,.button:active{
	height: 50px;
	width: 310px;
	background: url(../img/ent_btn.jpg) no-repeat;
	text-indent: -9999px;
	border-width: 0px;
	border-style: none;
}

/*こまかいもの*/
.form_box {
    font-size: 12px;
    color: #333333;
    text-align: center;
    display: block;
    width: 640px;
}

#mobile {
	background: url(../img/mobile.gif) no-repeat;
	height: 310px;
	width: 190px;
	position: absolute;
	right: 100px;
	top: 0px;
	text-indent: -9999px;
}
