@charset "utf-8";

p.txt {
	text-indent: 1em;
}
p.line {
	text-align: center;
	margin: 40px 0;
}
p.txt02 {
	text-indent: 1em;
}
p.img_r {
	float: right;
	margin: 0 0 0 40px;
}
p.img_l {
	float: left;
	margin: 0 20px 20px 0;
}
div.bg01 {
	background:url(../images/img01.png) no-repeat 0 0;
	height:279px;
	margin:30px 0;
}
div.bg01 p {
	padding:120px 40px 0 220px;
	text-indent: 1em;
}
div.bg02 {
	background:url(../images/img02.png) no-repeat 0 0;
	height:353px;
	margin:30px 0;
}
div.bg02 p {
	padding:140px 190px 0 200px;
	text-indent: 1em;
}
h2 {
    color: #db536b;
    padding: 0;
    margin: 40px 0 30px 0;
    font-size: 18px;
	text-align:center
}
.mt30 {
	padding-top:30px;
}