@charset   "UTF-8";
dl.photo{
	/*"写真ボックス"*/	background-color : #ffffff;
  background-repeat : no-repeat;background-position : right bottom;
  margin-right : 30px;
  display : inline-block;
  text-align : center;
  background-image : url(../image/photo2_right_bottom.gif);
  margin-left : 30px;
}

dl.photo dt{
	/*"写真エリア"*/	background-image : url(../image/photo2_right_top.gif);
  background-repeat : no-repeat;background-position : right top;
  padding-top : 11px;
  padding-left : 10px;
  padding-right : 15px;
  padding-bottom : 0px;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #c0c0c0;
}

dl.photo dd{
  font-size : 80%;
  line-height : 140%;
  background-image : url(../image/photo2_left_bottom.gif);
  background-repeat : no-repeat;background-position : left bottom;
  padding-top : 10px;
  padding-left : 11px;
  padding-right : 15px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

