@charset "utf-8";

/* CSS Document */


/* ----------------------------------------------------------------------------------
Office guide
---------------------------------------------------------------------------------- */

.centerArea {
  width: 732px;
  text-align: center;
  margin: 10px auto;
  padding: 0px;
}

.officeGuide dl {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.officeGuide dt {
	clear: left;
    float: left;
    width: 14em;
    padding: 5px 5px 5px 5px;
}

.officeGuide dd {
	margin-left: 0;
    padding: 5px 5px 5px 15em;
	border-bottom: 1px dotted  #999;
}

.profileTitle {
    margin-top: 10px;
}


#profile_photo {
  position: relative;
  background: url(../../office_guide/img/index/photo_img.jpg) no-repeat center top;
  width: 732px;
  height: 261px;  
  margin-top: 15px;
  padding: 0px;
}

#txtarea {
    position: absolute;
    top: 170px;
    left: 20px;
    width: 490px;
    padding: 0px; 
}