/*全体の設定*/body {
	background: #B50000 url(../img/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}
h1 {
	text-indent: -9999px;
	margin: 0px;
}
/*レイアウト*/
#container {
//	width: 800px;
	background: #B50000 url(../img/bg.jpg) repeat-x;
	text-align: left;
}
#header {
	background: url(../img/header.jpg) no-repeat;
	height: 190px;
	width: 700px;
}
#footer {
	color: #FFFFFF;
	background: #161517;
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
}
#footer a {
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
}
/*こまかいもの*/
.step01_ttl h2 {
	background: url(../img/ttl_01.gif) no-repeat;
	text-indent: -9999px;
	height: 60px;
	width: 600px;
}
.stp02_ttl h2 {
	background: url(../img/ttl_02.gif) no-repeat;
	text-indent: -9999px;
	height: 60px;
	width: 600px;
}
.stp03_ttl h2 {
	background: url(../img/ttl_03.gif) no-repeat;
	text-indent: -9999px;
	height: 60px;
	width: 600px;
}
.form_box {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	display: block;
	width: 640px;
	margin-left: 10px;
}