#main_l30px img.double-border {  
     border: 5px solid #ddd;
     margin-left:10px;
     margin-bottom:5px;
     
 }  

div.main_body td {
  font-size: 13px;
  line-height: 20px;
  font-family: "MS UI Gothic", "Osaka";
  color:#000000;
}

div.main_body H2  {
  font-size: 14px;
  font-family: "MS UI Gothic", "Osaka";
  font-weight: bold ;
  letter-spacing: 0.1em;
  margin-top: 1px;
  color:#FF3300;
   background-image: url(img/icon.gif);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 15px;
}

div.main_body strong  {
  font-size: 12px;
  font-family: "MS UI Gothic", "Osaka";
  color:#CC6666
}
div.main_body small  {
  font-size: 11px;
  font-family: "MS UI Gothic", "Osaka";
}

/*----------------------------------------------------
	clearfix ※floatなどのキャンセル
----------------------------------------------------*/
.clearfix{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}