@charset "UTF-8";
/* CSS Document */

/* ============================== 
article
==============================*/
article h2.pagetitle { background-image:url(../images/pagetitle.jpg); }
article h3.caption { 
	background-image:url(../images_income/caption.gif);
	height:60px;
}
/*article h4.lead { 
	background-image:url(../images_income/lead.gif);
	height:42px;
}*/
article h4 {
	display:block;
	padding-left:736px;
	width:0;
	height:48px;
	margin:0 0 38px;
	overflow:hidden;
}

/* ============================== 
box01
box02
==============================*/
article section.box01,
article section.box02 {
	width:736px;
	margin:0 0 48px;
	overflow:hidden;
}
article section.box01 img,
article section.box02 img {
	float:left;
	margin:0 32px 0 49px;
}
article section.box01 p,
article section.box02 p {
	float:right;
	margin-right:30px;
	width:306px;
}
article section.box01 h4 {
	display:block;
	background-image:url(../images_income/title01.gif);
}
article section.box02 h4 {
	display:block;
	background-image:url(../images_income/title02.gif);
}

