/* --- Reset --- */
*{
  padding:0px;
  margin:0px;
}
/* ------------ */

body{
  background:#fff url(image/main/background.jpg) repeat left top;
}

div#staffBox{
  width:312px;
}
div#staffBox p{
  border-bottom:2px solid #999999;
  padding-bottom:6px;
  line-height:140%;
}
div.box{
  display:block;
  margin:5px auto;
  width:300px;
  height:350px;
}
div.box img{
  float:left;
  clear:left;
}
div.prof{
  display:block;
  width:174px;
  float:right;
  clear:right;
}
div.prof strong{
  display:block;
  width:174px;
  color:#cc9900;
  border-bottom:1px dashed #999999;
  margin-bottom:8px;
}
div.prof p{
  font-size:24px;
  font-weight:bold;
}
div.message{
  clear:both;
  color:#666666;
  font-size:12px;
  padding-top:10px;
}
div.message strong{
  font-size:14px;
  display:block;
  width:100%;
  border-bottom:1px solid #999999;
  padding-bottom:4px;
  margin-bottom:4px;
}
div.blogEntry{
  line-height:160%;
  font-size:12px;
  width:280px;;
  padding:6px 10px 6px 10px;
  border:1px solid #999999;
  background-color:#ffffff;
}
div.blogEntry a{
  text-decoration:none;
  color:#CC9900;
}
div.blogEntry a:hover{
  text-decoration:underline;
  color:#666666;
}