@charset "utf-8";
.castbox{
  width : 1000px;
  height : 380px;
  position : relative;
}
.castp1{
  width : 380px;
  height : 380px;
  position : absolute;
  top : 0px;
  left : 0px;
  z-index : 1;
}
.castt1{
  width : 650px;
  height : 300px;
  top : 40px;
  right : 0px;
  z-index : 2;
  background-color : rgba(235, 223, 197, 0.6);
  position : absolute;
  padding-top : 30px;
  padding-left : 30px;
  padding-right : 30px;
  text-align : right;
}
.name1{
  font-size : 200%;
  letter-spacing : 0.4em;
  font-weight : bold;
  text-align : right;
  padding-right : -0.4em;
}
.name2{
  font-size : 120%;
  color : #455c81;
  margin-top : -10px;
  letter-spacing : 0.2em;
  padding-right : -0.2em;
}
.name4{
  font-size : 90%;
  margin-top : 10px;
  text-align : right;
}
.name3{
  background-image : url(../img_common/line_date.png);
  background-repeat : repeat-x;
  background-position : left top;
  padding-top : 15px;
  margin-top : 10px;
  width : 580px;
  text-align : left;
  margin-left : 10px;
}
.prof{
  font-size : 80%;
}
.staff1{
  vertical-align : top;
  text-align : right;
  padding-top : 10px;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #999999;
  width : 45%;
}
.staff2{
  vertical-align : top;
  text-align : left;
  padding-top : 10px;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #999999;
  width : 45%;
}
.staff9{
  vertical-align : top;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #999999;
  width : 10%;
}

