@charset "euc-jp";


/* MAINCONTENTS */
#mainContents {}
	#mainContents h1 {
		background: url(../images/title_use.gif) no-repeat left top;
	}
	#mainContents div.stepObj {
		margin: 0 10px 0 10px;
	}
	#mainContents div.stepObj #step6,
	#mainContents div.stepObj #step5,
	#mainContents div.stepObj #step4,
	#mainContents div.stepObj #step3,
	#mainContents div.stepObj #step2,
	#mainContents div.stepObj #step1 {
		background: url(../images/bg_step_b.gif) no-repeat left bottom;
		padding-bottom: 35px;
	}
	#mainContents div.stepObj #step7 {
		background: url(../images/bg_step_b2.gif) no-repeat left bottom;
	}
	#mainContents div.stepObj div.block {
		background: url(../images/bg_step_t.gif) no-repeat left top;
	}
	#mainContents div.stepObj div.block th {
		padding: 5px 0;
	}

	#mainContents div.stepObj div.block dt {
		background: url(../images/line.gif) no-repeat left bottom;
		padding: 7px 9px 6px 9px;
		color: #ec6941;
		font-weight: bold;
		font-size: 16px;
		/*\*/
		*font-size: 130%;
		/**/
	}
	#mainContents div.stepObj div.block dd {
		padding: 19px 9px 0px 9px;
	}
	#mainContents div.stepObj div.block dd p {
		margin-bottom: 18px;
	}
	#mainContents div.stepObj div.block dd p.note {
		color: #666;
		font-size: 10px;
		/*\*/
		*font-size: 80%;
		/**/
	}