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

/* ============================== 
article
==============================*/
article h2.pagetitle { background-image:url(../images/pagetitle.jpg); }
article h3.caption { 
	background-image:url(../images_message/caption.gif);
	height:23px;
}
article h4.lead { 
	background-image:url(../images_message/lead.gif);
	height:18px;margin-bottom:18px;
}
article h5 {
	display:block;
	padding-left:736px;
	width:0;
	height:48px;
	margin:0 0 38px;
	overflow:hidden;
}

/* ============================== 
box
==============================*/
div.container article section.box{
	margin-bottom:24px;
}
div.container article section.box section{
	float:left;
	width:640px;
	margin:0;
	padding:0;
}
article section.box p { 
	width:640px;
	margin-bottom:24px;
}
article section.box p.images {
	float:right;
	width:192px;
}

/* ============================== 
box01
==============================*/
article section.box01 {
	width:736px;
	margin:0 0 48px;
	overflow:hidden;
}
article section.box01 img {
}
article section.box01 p {
	margin:0 48px 48px;
}
article section.box01 h5 {
	display:block;
	background-image:url(../images_message/title01.gif);
}
