@import url("common.css");

/* ------------------------------
 Top
------------------------------ */

#top .toptitle {
/*	background: url(../staff/img/top.jpg) no-repeat left top;*/
	background: url(../staff/img/top02.jpg) no-repeat left top;
}

/* ------------------------------
 Main
------------------------------ */

ul.thumbnail {
	margin: -10px 0 30px -8px;
	width: 677px;
	overflow: hidden;
}
ul.thumbnail li {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 12px 9px;
	background: url(../staff/img/thumb_bg.gif) no-repeat left top;
}
ul.thumbnail li a {
	display: block;
	width: 144px;
	background: url(../staff/img/thumb_bottom.gif) no-repeat left bottom;
	padding: 8px 8px 10px;
	color: #333;
}
ul.thumbnail li div {
	width: 144px;
	background: url(../staff/img/thumb_bottom.gif) no-repeat left bottom;
	padding: 8px 8px 10px;
}
ul.thumbnail li dt {
}
ul.thumbnail li dd {
	margin: 0 4px;
}
ul.thumbnail li .position {
	font-size: 85%;
}
ul.thumbnail li .group {
	font-size: 85%;
}
ul.thumbnail li .yomi {
	font-size: 85%;
	text-align:right;
}
ul.thumbnail li .name {
	font-size: 130%;
	text-align: right;
}
ul.thumbnail li .small {
	font-size: 75%;
	text-align: right;

}

ul.thumbnail li .status {
	font-size: 80%;
	color:#3EB4C7;
}
ul.thumbnail li a .name {
	background: url(../staff/img/arrow.png) no-repeat left center;
}
ul.thumbnail li a:hover {
	text-decoration: none;
	color: #3EB4C7;
}

