@charset "UTF-8";

#staffpro {
	width: 615px;
	height: 370px;
}


.staffpic {
	width: 200px;
	height: 200px;
	float: left;
	margin-top: 50px;
}

table {
	height: 300px;
	width: 400px;
	border: 1px solid #BEBEBE;
	border-collapse: collapse;
	border-color: #CCC;
	float: right;
}
th {
	background: #F0F8FF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	border: 1px solid #BEBEBE;
}
td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	width: auto;
	height: auto;
	border: 1px solid #BEBEBE;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


.staffname {
	width: 380px;
	height: 20px;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 20px;
	margin-top: 15px;
	margin-left: 20px;
}

