#form { width: 100%; margin: 5px 10px 15px; /* 枠線（太さ・色・スタイル） */ 
} 

#form h5#midashi{ padding:0; border-left:7px solid #a47676; font-size: 12px; font-weight: bold; color:#009900; background-color: #eee8aa; background-image: url(../images/midashiback.jpg); height: 30px; margin: 0; border-bottom: 1px dotted #ccc; }

#form h5#midashi span{
	display:block;
	font-size:10px;
	color:#000;
}
#form #row { width: 100%; margin: 0 0 5px; border-bottom: 1px dotted #a6a6a6; }
#form #col1 { color: #000; font-size: 12px; font-weight: bold; line-height: 22px; width: 150px; float: left; margin-left: 0; padding-top: 4px; padding-bottom: 4px; padding-left: 3px; border-left: 5px solid #587518; }
#form #col2 { color: #000; font-size: 12px; font-weight: bold; line-height: 22px; width: 300px; float: left; padding-top: 4px; padding-bottom: 4px; }
