@charset "utf-8";
/* ---------------------------------------------------*/
/* 会社概要設定 */
/* ---------------------------------------------------*/
/* 会社概要領域の設定 */
#dl_company_detail
{
	width:						558px;
	margin:						auto 20px 15px 10px;
}

#dl_company_detail span
{
	line-height:			1.3em;
}

#dl_company_detail:after
{
	content:					"";
	display:					block;
	height:						0px;
	clear:						both;
}

#dl_company_detail dt
{
	clear:						left;
	float:						left;
	width:						100px;
	background-image:	url(/_image/common/ico_page_title.gif);
	background-position:5px center;
	background-repeat:no-repeat;
	line-height:			1.3em;
	padding:					10px 0px 10px 15px;
}

#dl_company_detail dd
{
	line-height:			1.3em;
	padding:					10px 0px 10px 120px;
}

#dl_company_detail .underline
{
	border-bottom:		1px dotted #AAAAAA;
}

#dl_company_detail .item_list
{
	width:		430px;
}

#dl_company_detail .item_list li
{
	line-height:			1.7em;
	padding:					0px;
}

