h2 {
	background: url(../../../../img/sozai/h2.bg.staff.png) left top no-repeat;
}

ul {
	list-style: disc;
}


/**
 *
 *  #staff
 *
 **/
#staff-main {
}

#staff-main ul {
	margin: 0 -2% 0 0;
	padding: 0;
}

#staff-main ul li {
	margin: 0 1% 8px 0;
	float: left;
	width: 32%;
	height: 160px;
background: #dfdfdf;
}

#staff-main ul li a {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #51a2da;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#staff-main ul li a span {
	padding: 8px;
	display: block;
	visibility: hidden;
	color: #ffffff;
	background: #51a2da;
	line-height: 100%;
	font-weight: bolder;
}
#staff-main ul li a:hover span {
	visibility: visible;
}

/*#staff-main ul li a span { visibility: hidden; }*/


/**
 *
 *  #guest
 *
 **/
#staff-guest {
}

#staff-guest ul {
	margin: 0 -1% 0 0;
	padding: 0;
}

#staff-guest ul li {
	margin: 0 1% 8px 0;
	float: left;
	width: 19%; /* 5分割 */
	width: 24%; /* 4分割 */
	height: 120px;
}

#staff-guest ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #8dc448;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#staff-guest ul li a span {
	padding: 8px;
	display: block;
	visibility: hidden;
	color: #ffffff;
	background: #8dc448;
	line-height: 100%;
	font-weight: bolder;
}
#staff-guest ul li a:hover span {
	visibility: visible;
}

/*#staff-guest ul li a span { visibility: hidden; }*/





#staff-detail p.update {
	margin: 0 0 0 0;
	border-bottom: 1px dotted #51a2da;
	clear: both;
	text-align: right;
	font-size: 85%;
}



#staff-detail-profile .profile {

}
#staff-detail-profile .profile ul {
}





#staff-detail-about dl {
	padding: 0;
}
#staff-detail-about dl dt {
	margin: 0 0 .25em 0;
	padding: 0;
	font-weight: bolder;
}
#staff-detail-about dl dd {
	margin: 0 0 .5em 1.33em;
	padding: 0;
}
#staff-detail-about dl dd ul {
	margin: 0;
	padding: 0;
}
#staff-detail-about dl dd ul li {
	margin-left: 1.33em;
}
#staff-detail-about dl dd ul li a {
	padding: 2px 0;
	display: block;
}


#staff-detail-about-image .content {
	height: 240px;
	background-color: #51a2da;
	background-color: #dfdfdf;
	background-position: center center;
	background-repeat: no-repeat;
}
#staff-detail-about-image .content span {
	visibility: hidden;
}



