@charset "UTF-8";

/* -----------------------------------------------
 *           staff style
 * ----------------------------------------------- */


/* =========== staff-index =========== */

dl.staff-index {
	position: relative;
	min-height: 88px;
	_height: 88px;
	padding-left: 96px;
	*zoom: 1;
}

dl.staff-index dt {
	padding-top: 2px;
	margin-bottom: 4px;
	font-weight: normal;
}

dl.staff-index dt img {
	position: absolute;
	top: 4px;
	left: 0;
}


dl.staff-index dd ul.link-list-A01 {
	margin-top: 0 !important;
}

span.position {
	line-height: 1.33;
}

span.name {
	font-size: 116%;/*14px*/
}



/* =========== staff-header =========== */

div#staff-header {
	margin-top: 4px;
}

div#staff-header p.type {
	margin-bottom: 8px;
	font-weight: bold;
	color: #555;
}

div#staff-header p.position {
	padding-top: 11px;
	background: url(/ja/shared/img/staff-header_bg_01.png) left top no-repeat;
	line-height: 1.33;
}

div#staff-header h1 {
	margin-top: 1px;
	font-size: 116%;/*14px*/
	line-height: 1.33;
}

div#staff-header p.profile {
	margin-top: 11px;
	padding-top: 11px;
	background: url(/ja/shared/img/staff-header_bg_01.png) left top no-repeat;
	line-height: 1.33;
}



