@charset "utf-8";

/* ===============================================

 会社概要／aboutus　用スタイル
 
================================================== */

/* -----------------------------------------------
 layout
-------------------------------------------------- */
/* pagebody */
div#content {
	float:left;
	width:515px;
}
div#sidebar {
	float:right;
	width:310px;
}


/* -----------------------------------------------
 dl.outline
-------------------------------------------------- */
dl.outline dt {
	display:block;
	float:left;
	width:7em;
}
dl.outline dd {
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:8em;
	border-bottom:solid 1px #CCC;
}
dl.outline dd span {
	display:block;
	padding-left:1.5em;
	border-left:solid 1px #CCC;
}