@charset "UTF-8";

/* contents */

div.section.profile {
  height:175px;
  margin-top:20px !important;
  margin-left:20px;
  margin-right:20px;
  padding:10px;
  border:1px #666666 dotted;
  background-color:#EAEAEA;
  color:#666666;
}

div.profile h4 {
  margin:0 0 5px 0;
  padding:0 0 0 23px;
  border:none;
  background:transparent url("../../staff/_css/_images/bg_profile_h2") left no-repeat;;
  color:#666666;
}

div.profile dl {
  margin:10px 0 0 0;
  padding:0;
  border:none;
}

div.profile dt {
  float:left;
  clear:left;
  width:6em;
}

div.profile dd {
  margin-left:6em;
}

div.profile dd ul {
  list-style-type:none;
  margin:0;
}

div.profile dd ul li {
  display:inline;
  list-style-type:none;
  margin-right:5px;
}



