@charset "utf-8";

/* --------------------------------------------------
	SiteName : 梅川公認会計士・税理士事務所
	FileName : staff.css
	Description : staff styles
	
	== TOC =========================================
	1 : index layout styles
	
-------------------------------------------------- */



/* 1. index layout styles
================================================== */
#main .boxWrap {
	background:url(../images/kugiri.gif) no-repeat left bottom;
	padding-bottom:50px;
	margin-bottom:20px;
}
#main .boxL {
	width:245px;
	float:left;
	display:inline;
}
#main .boxR {
	width:440px;
	float:right;
	display:inline;
}
#main .last {
	background:none;
}

