/* 全スタッフ紹介 */
table.Dept{
  width: 90%;
  margin-left: 5%;
}
.Dept th{
  height: 30px;
  border-bottom:ridge;
}
.Dept td{
  height: 50px;
  border-bottom:dotted 1px #E8E3E5;
  padding-left:1em;
}
.Dept span{
  padding-right: 10px;
  font-size: 80%;
}
.worker-position{
  font-size: 85%;
}
table.leave-Dept{
  width: 90%;
  margin-left: 5%;
}
.leave-Dept th{
  height: 30px;
  border-bottom:ridge;
}
.leave-Dept td{
  height: 50px;
  border-bottom:dotted 1px #E8E3E5;
}
.backward-position{
  padding-left: 1em;
}
.name{
  padding-left: 1em;
  padding-right: 1em;
}
.date{
  font-size: 80%;
  text-align: center;
}
.present-position{
  padding-left: 2em;
}
/* スタッフ写真 */
#photo {
  margin-left: 40px;
  margin-right:40px;
  margin-top: 20px;
  margin-bottom: 35px;
  vertical-align: middle;
  float: left;
}
.clear{
  clear:left;
}
.personal-data{
  margin-top: 20px;
  margin-left: 10px;
  line-height: 18pt;
}
.theme{
  margin-left: 30px;
  margin-right: 20px;
  text-indent:1em;
  text-align: justify;
}
.theme-topics{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 80px;
  margin-right: 40px;
  line-height: 18pt;
  text-align: justify;
}
.theme span{
	font-weight: 600
}
/* 活動記録ナビゲーション */
div.memonavi{
  text-align: center;
  margin-bottom: 30px;
  font-size: 80%;
}
/* 活動記録 */
dl{
  margin-bottom: 40px;
}
dt{
  border-top: solid 4px #B3FF99;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}
dt span{
  background : url(../images/dt_backgroud_green.gif) center top;
  height: 30px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 95%;
  font-weight: 600;
}
dd ol{
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  list-style:none;
  border-top: dashed 1px #85AE9A;
}
dd li{
  font-size: 90%;
  line-height: 2em;
  padding-left: 1em;
}
dd li span{
  margin-right:0.5em;
  font-weight: 600;
}
/**/
.vrf-career{
  width: 80%;
  margin-top: 10pt;
  margin-left: 40pt;
  font-size:90%;
  border:solid 2px #E8E3E5;
  border-collapse: collapse;
}
.vrf-career th{
  height: 30px;
  border:solid 2px #E8E3E5;
}
.vrf-career td{
  height: 50px;
  border:solid 2px #E8E3E5;
  padding-left:0.5em;
  line-height:18pt;
}
/**/
.book-photo{
  text-align: center;
}
.a-career{
  width: 80%;
  margin-top: 10pt;
  margin-left: 40pt;
}
.a-career dt{
	border-top: 0px!important;
	line-height:18pt;
}
.a-career dd{
  margin-bottom: 15px;
	line-height:18pt;
}

