@charset "UTF-8";
/* CSS Document */

/* ============================== 
article
==============================*/
article h2.pagetitle { background-image:url(../images/pagetitle.jpg); }
article h3.caption { 
	background-image:url(../images_link/caption.gif);
	height:23px; margin-bottom:0;
}
/*article h4.lead { 
	background-image:url(../images_link/lead.gif);
	height:42px;
}*/
article h4 {
	display:block;
	padding-left:736px;
	width:0;
	height:48px;
	margin:0 0 38px;
	overflow:hidden;
}

/* ============================== 
box
==============================*/
article section.box {
	margin-bottom:32px;
}
/* ============================== 
box01
box02
==============================*/
article section.box01,
article section.box02{
	}
article section.box01 h4 {
	display:block;
	margin:0 0 24px;
	background-image:url(../images_link/title01.gif);
}
article section.box02 h4 {
	display:block;
	margin:0 0 24px;
	background-image:url(../images_link/title02.gif);
}

