/* CSS Document */

@import url("common.css");
@import url("directory.css");

/*会社情報 共通*/
#unit{
	float:left;
	width:940px;
	height:100%;
}
#unit h1{
	width:940px;
	height:53px;
	margin-bottom:30px;
}
#unit p{
	width:940px;
	font-size:12px;
	margin-top:30px;
	margin-bottom:20px;
}
