@charset "shift_jis";


/**/

#leftArea .copy {
	margin:10px 0 20px;
}

#leftArea .section {
	width:581px;
	margin-left:-31px;

	background:url(../images/letter/vline.gif) right top repeat-y
}

#leftArea .section h5 {
	font-weight:bolder;
	padding-bottom:15px;
	color:#686868;
}

#leftArea .block {
	width:260px;
	height:140px;
	padding:0px 0 21px 30px;
	float:left;
	overflow:hidden;
	background:url(../images/letter/hline.gif) right bottom no-repeat;
}

#leftArea .pdfDownload { margin-bottom:30px;}

/*

#leftArea .block01 p.photo,
#leftArea .block02 p.photo {
	float:right;
	padding:0 0 15px 15px;
}

#leftArea .block01 p.txt,
#leftArea .block02 p.txt {clear:both;}*/






/* clearfix
---------------------------------------------------------------------------------------------------------*/

#leftArea .section:after {
  content: ".";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#leftArea .section:after{
  zoom: 1;

}

