@charset "UTF-8";
/* 初期設定 */


/***********************************************
　メイン画像
***********************************************/
div#ContContents h2{
	width:880px;
	height:50px;
	margin:0;
	padding:0;
	background:url(../images/common/tit_toi.jpg) no-repeat;
	text-indent:-9999px;
}

/***********************************************
　ベース
***********************************************/
div#ContContents div.Cont_Form {
	width:600px;
	padding:0;
	float:left;
}

/***********************************************
　STEP
***********************************************/
/* STEP01 */
div#ContContents h3.step01{
	width:600px;
	height:70px;
	margin:10px 0 20px 0;
	padding:0;
	background:url(../images/common/Step03_01.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
}
/* STEP02 */
div#ContContents h3.step02{
	width:600px;
	height:70px;
	margin:10px 0 20px 0;
	padding:0;
	background:url(../images/common/Step03_02.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
}
/* STEP03 */
div#ContContents h3.step03{
	width:600px;
	height:70px;
	margin:10px 0 20px 0;
	padding:0;
	background:url(../images/common/Step03_03.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
}

/***********************************************
　入力フォーム
***********************************************/
div.Cont_Form dl{
	width:600px;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	background:bottom url(../images/common/line600.gif) no-repeat;
	float:left;
}

div.Cont_Form dl.noline{
	background:none;
}

div.Cont_Form dt {
	width:120px;
	margin:0 0 0 20px;
	_margin:0 0 0 10px;
	padding:0;
	float:left;
}

div.Cont_Form dd {
	width:400px;
	margin:0;
	padding:0;
	float:right;
}

/***********************************************
　テキスト
***********************************************/
div.Cont_Form p.chui{
	width:560px;
	margin:0 0 20px 0;
	padding:5px 20px 5px 20px;
	float:left;
	background:#EEEEEE;
}

p.thanks {
	width:600px;
	text-align:center;
	margin:20px 0 0 0;
	_margin:20px 0 30px 0;
	float:left;
}

