@charset "UTF-8";
/* CSS Document */

.staff_pic {
	margin-left: 20px;
	border: 1px solid #333;
	text-align: left;
	vertical-align: top;
	margin-right: 25px;
}

.staff_name {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C00;
	font-size: 110%;
	font-weight: bold;
}

.staff_txt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 14px;
	text-align: justify;
	vertical-align: text-top;
	display: block;
	margin-top: 10px;
}

