/* tsuruhime */

@charset "shift_jis";
/* CSS Document */
/*　スタッフメイン部分設定　*/
#staff_main {
	text-align: center;
	margin-left: auto;
	width: 500px;
	margin-right: auto;
	line-height: 1.5;
}
#staff_main H2 {
	background-image: url(../img/staff_t.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#staff_main DT {
	float: left;
	width: 10em;
	text-align: left;
	font-weight: bold;
	display: block;
	border-left: 3px solid #FF6666;
	padding-left: 0.5em;
}
#staff_main DD {
	text-align: left;
	display: block;
	margin-bottom: 1em;
	border-bottom: 1px dotted #FF6666;
	padding-left: 9em;
}

