/* Base Weblog (profile.css) */

#cont-body {
   margin: 0 0 50px 0;
}

.cont-title {
   /*border-left: 5px solid #676767;*/
   background: url(../images/title_image2.gif);
   background-position: 0px 3px;
   background-repeat: no-repeat;/*repeat-y;*/
   margin: 20px 0 0 0;
   padding: 0 0 0 10px;
}

.cont-cont {
   margin: 0 0 0 10px;
}

.person {
  float: left;
  width: 310px;
  margin-bottom: 40px; 
}

.person .personimg {
  width: 260px;
  margin: 5px 0 15px 0;
}

.person table.man {
  font: normal 1.4 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
  color:#000000;
  font-size: 10px;
  width: 300px;
}

.person table.man tbody td {
  vertical-align: top;
  padding-bottom: 7px;
}

.person table.man tbody td.left {
  width: 65px;
}

.entry-header {
  clear: both;
}

