/*------------------------------------------------------------------------
	staffs.htm
  ------------------------------------------------------------------------*/
ul {
	margin: 1px;
	padding: 0;
}

li {
	margin: 0 0 2px 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	background-image: URL("../res/LtR_100.png");
	background-repeat: repeat-y;
	background-color: #FCFCFC;
	height: 110px;
}

div.personalBox {
	background-image: URL("../res/LtCfR_100_300.png");
	background-repeat: repeat-y;
	width: 40%;
	float: left;

	/* border: solid 1px #FF0000; */
}
	div.upperPersonalBox {
		background-image: URL("../res/LtR_100.png");
		background-repeat: repeat-y;
		background-color: #FCFCFC;
		padding: 2px;
		font-weight: bold;
	}
		div.upperPositionBox {
			width: 40%;
			float: left;
			font-weight: normal;
		}
	div.lowerPersonalBox {
		background-image: URL("../res/LtR_100.png");
		background-repeat: repeat-y;
		background-color: #FCFCFC;
		margin: 2px 0 0 0;
		text-align: right;
		font-size: xx-small;
		padding: 2px;
	}
		div.lowerPositionBox {
			width: 40%;
			float: left;
		}
div.portraitBox {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
}
div.commentBox {
	margin: 0;
	padding: 2px;
	font-size: x-small;
}