/* CSS Document */

@charset "utf-8";

div.canpus{
	height:300px;
	background-image:url(../img_cont/company_001.png);
	background-repeat:no-repeat;
}

dl{
	width:100%;
}
dl dt{
	float:left;
	width:20%;
	line-height:20px;
	margin-bottom:12px;
	font-weight:bold;
	border-bottom:1px dotted #999999;
}
dl dd{
	float:left;
	width:80%;
	line-height:20px;
	margin-bottom:12px;
	border-bottom:1px dotted #999999;
}

#map{
	border:1px solid #BBBBBB;
	padding:10px;
}