@charset "utf-8";
/* CSS Document */

#container {
	margin:0 auto;
} 
#container :after { content: ''; display: block; clear: both; }

#main {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 104px;
}
#main h2 {
	text-align: left;
}

/*stepBox*/
.stepBox {
	width:980px;
	margin:0;
	clear: both;
}
.stepBox h3 {
	padding: 0;
	margin:0;
	width: 260px;
	
	float:left;
}
.stepL h3 {
	text-align: left;
}
.stepBox .txtR {
	width: 715px;
	float: right;
	margin-bottom: 10px;
}
.stepBox h4 {
	width: 980px;
	margin-bottom: 10px;
	clear: both;
}
.txtR p {
	font-size: 110%;
    line-height: 1.5em;
}
.stepBox .txtR2 {
	width: 715px;
	float: right;
	padding: 20px 0;
	margin-bottom: 10px;
}
.t140 {
	font-size: 180%;
}
hr {
	margin: 20px 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #fff;
	clear: both;

}