@charset "UTF-8";
/* CSS Document */

article h3.caption {
	background-image:url(../images_inheritance01/caption.gif);
	display:block;
	background-repeat:no-repeat;
	width:0;
	height:134px;
	padding-left:678px;
	margin:0;
	overflow:hidden;
}

/* ============================== 
box01
box02
box03
==============================*/
article section.box01 h4 {
	background-image:url(../images_inheritance01/title01.gif);
	height:42px;
}
article section.box02 h4 {
	background-image:url(../images_inheritance01/title02.gif);
}
article section.box03 h4 {
	background-image:url(../images_inheritance01/title03.gif);
}


/* ============================== 
box_voice
==============================*/
article section.box_voice h4 {
	background-image:url(../images_inheritance01/title05.gif);
}
