@charset "UTF-8";
/* CSS Document */

/* ============================== 
article
==============================*/
article h2.pagetitle { background-image:url(../images/pagetitle.jpg); }
article h3.caption { 
	background-image:url(../images_profile/caption.gif);
	height:23px; margin-bottom:0;
}
/*article h4.lead { 
	background-image:url(../images_profile/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 {
	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_profile/title01.gif);
}
article section.box01 dd span.txtin {
	text-indent: 5.3em;
	display: block;
}
article section.box02 h4 {
	display:block;
	background-image:url(../images_profile/title02.gif);
}



