@charset "UTF-8";

/* スタッフ一覧 Start */
.stafftable {
	width: 705px;
	margin: 0 auto;
}
.stafflist {
	width: 235px;
	height: 301px;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	padding: 18px 0 0 0;
}
.stafflist a {
	width: 168px;
	height: 224px;
	background-image: url('../images/staff/listbg.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	padding: 15px 0 0 0;
	display: block;
}
.staffdata {
	width: 140px;
	text-align: left;
	margin: 0 auto;
}
.staffposi {
	margin: 10px 0 0 0;
	color: #800080;
	font-size: 11px;
}
.staffkana {
	margin: 2px 0 0 0;
	color: #0F0F0F;
	font-size: 11px;
}
.staffname {
	color: #0F0F0F;
	margin: 2px 0 0 0;
}
/* スタッフ一覧 End */

/* スタッフ詳細 Start */
#staffmain {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}

#staffimage {
	width: 320px;
	height: 477px;
	text-align: left;
	padding: 20px 0 0 30px;
	background-image: url('../images/staff/detailbg.png');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#staffinfo {
	width: 340px;
	text-align: left;
	margin: 0 0 0 20px;
	color: #0F0F0F;
	float: left;
}

#staffdp {
	width: 280px;
	color: #8E7556;
}

#staffdn {
	width: 280px;
	padding-bottom: 5px;
	margin: 10px 0px 10px 0px;
	border-bottom: solid 1px #8E7556;
}

#staffns {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

#staffdc {
	width: 280px;
/*
	height: 170px;
	overflow: auto;
*/
}

.detailtable {
	width: 280px;
	margin: 10px 0px 10px 0px;
	font-size: 12px;
}

.detailtitle {
	width: 121px;
	color: #FFFFFF;
	padding: 10px 0;
	text-align: center;
	background-image: url('../images/staff/mbox.gif');
	background-repeat: repeat-y;
}

.detailitem {
	text-align: left;
	padding-left: 15px;
}

#catalog {
	width: 710px;
	text-align: left;
	margin: 0 auto;
	padding: 30px 0 5px 0;
	border-bottom: solid 1px #CBCAC6;
	clear: both;
}
.styletable {
	width: 710px;
	margin: 10px auto 0px auto;
}

.staffstyle {
	width: 160px;
	height: 255px;
	text-align: center;
	vertical-align:top;
	font-size: 12px;
	background-image: url('../images/style/listbg.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.styletop {
	width: 160px;
	height: 25px;
	margin: 0;
	text-align: center;
	vertical-align: top;
}

.hskindc {
	width: 80px;
	margin: 5px 0 0 0;
	color: #8E7556;
}

.hskind {
	width: 80px;
	margin: 5px 0 0 0;
	color: #8E7556;
	float: left;
}

.hscheck {
	width: 80px;
	float: left;
}

.hsimg {
	width: 160px;
	height: 225px;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
}
.hsname {
	color: #8E7556;
}
/* スタッフ詳細 End */
