@charset "UTF-8";
/*////////////////////////////////////////////////////////////
Tokyo Life - staff.css
------------------------------------------------------------

[StaffProfile]
	1. PageTitle
	2. table
	3. staff Unit

////////////////////////////////////////////////////////////*/

/* ################################################################################
	[staffprofile] Staff Profile styles
   ################################################################################ */
/* ------------------------------------------------------------
	1. PageTitle
   ------------------------------------------------------------ */
div#content .pagetitle {
	border-top:9px solid #000;
	margin:9px 15px;
	padding: 8px 0 15px;
	width:930px;
}
* html div#content .pagetitle { line-height:0; vertical-align:bottom; font-size:0;}
*:first-child+html div#content .pagetitle { line-height:0; vertical-align:bottom; font-size:0;}

/* ------------------------------------------------------------
	2. table
   ------------------------------------------------------------ */
table#staffPrfTbl {
	width:960px;
	background:url(/imgJP/common/bg_grid_ccc.gif) center top repeat-y;
	line-height:1.6;
	font-size:93%;/*12px*/
}
table#staffPrfTbl td {
	border-bottom:1px solid #ccc;
	width:50%;
	text-align: left;
	vertical-align: top;
	padding:15px;
}

/* ------------------------------------------------------------
	3. staff Unit
   ------------------------------------------------------------ */
table#staffPrfTbl td ul {
	width:165px;
	padding:5px 5px 0;
	background:url(/imgJP/common/bg_diagonal.gif) repeat 0 0;
	float:left;
}
table#staffPrfTbl td ul li {
	padding:0 0 5px;
}
* html table#staffPrfTbl td ul li {
	line-height:0;
	font-size:0;
	vertical-align:bottom;
}
table#staffPrfTbl td dl {
	width:255px;
	float:right;
}
table#staffPrfTbl td dt {
	background:url(/imgJP/common/marker_square.gif) no-repeat 0 7px;
	padding:0 0 5px 20px;
	font-weight:bold;
	font-size:14px;
}
