@charset "utf-8";


/*---------------------------------
_メインイメージ
-----------------------------------*/
h2 {
	background-image: url(/img/businessdeal_page_main.gif);
}

/*---------------------------------
_会社概要
-----------------------------------*/
.information {
	background-image: url(/img/title_information.gif);
}
dl {
	width: 740px;
	margin: 0px auto 0px auto;
}
dl dt {
	width: 180px;
	float: left;
	font-weight: bold;
}
dl dd {
	width: 560px;
	float: left;
}
dl dd img {
	display: block;
	padding-top: 18px;
}
dl dt, dl dd {
	min-height: 50px;
	line-height: 50px;
	padding-bottom: 1px;
	background-image: url(/img/line_x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
dl dd ul {
	list-style: disc;
	padding-left: 20px;
}
dl dd ul li {
	padding: 0px 50px 0px 0px;
	float: left;
}