@charset "utf-8";

#char01 {
	position: relative;
	width: 100%;
	background: transparent url(../img/char01_bg.jpg) no-repeat 0 0;
}
#char01 .img1 {
	text-align: right;
}

#char02 {
	position: relative;
	width: 100%;
}
#char02 .img1 {
	text-align: right;
}
#char02Content {
	background: transparent url(../img/char02_bg.jpg) no-repeat 50% 0;
}
#char02Content h2 {
	height: 70px;
}
#char02Content h2 span {
	display: none;
}

#char03 {
	position: relative;
	width: 100%;
}
#char03 .img1 {
}
#char03Content {
	background: transparent url(../img/char03_bg.gif) no-repeat 50% 330px;
}

#char04 {
	position: relative;
	width: 100%;
}
#char04 .img1 {
}
#char04Content {
	background: transparent url(../img/char04_bg.jpg) no-repeat 50% 170px;
}
#char04Content #foot {
	margin-top: -40px;
}