/*
	company.css.php
	会社案内の CSS
*/

@charset "utf-8";

/*----------------------------------------------------------------------
 *	会社概要
 */

.company_info .content > dl {
	width	:	540px;
	margin	:	0px auto;
	padding	:	10px 0px 5px;
	border-bottom	:	1px solid #ffe0ad;
}

.company_info dl dt ,
.company_info dl dd {
	line-height	:	160%;
	float	:	left;
}

.company_info .content > dl > dt {
	width	:	130px;
	font-weight	:	bold;
	white-space	:	nowrap;
	text-indent	:	15px;
	text-align	:	right;
	letter-spacing	:	2px;
}

.company_info .content > dl > dd {
	width	:	390px;
	padding-left	:	20px;
	letter-spacing	:	1px;
}
