@charset "UTF-8";

/***********************-
タイトル : 三和建設株式会社
概要：会社概要

制作日：2009/07

-***********************/
@import url(basic.css);
@import url(btn.css);
@import url(common.css);

dl {
 margin:5px 5px 0 15px;
 clear:both;
 background:#FFF5F5;
  border-left:3px solid #DABAC0
}
dl dt{
 padding:10px 10px 8px;
  float:left;
  width:12em;
}


dl dd{
margin:10px 0 8px 0;
padding:0;
float:left;
}
dl.company dd{
  width:20em;
}

dl.history dt{
  width:5em;
}
dl.history dd.month{
  width:3em;
  text-align:right;
}

dl.history dd.bun{
	margin:10px 0 8px 2em;
  width:20em;
}


.photo{
	 margin:10px 0;
	 text-align:center;}
	 
	.photo img{
	 margin:0 5px;}