#all {
	text-align: left;
	width: 800px;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
}

/* Start clear fix */
#all:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	}
#all {
	zoom: 1;
	}
/* End clear fix */

#all #company-description {
	display: block;
	font-size: 93%;
	width: 757px;
	position: absolute;
	top: 430px;
	border-left: 5px solid #000066;
	margin-left: 18px;
	padding-left: 2px;
	clear: both;
	z-index: 10;
}
/* Start clear fix */
#company-description:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	}
#company-description {
	zoom: 1;
	}
/* End clear fix */


/* ======================================== レイアウト */

/* --------------------
 header
-------------------- */
#header {
}

/* --------------------
content-all
-------------------- */
#contents-all {
	position: relative;
	background-color: #dfdfdf;
}
/* Start clear fix */
#contents-all:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	}
#contents-all {
	zoom: 1;
	}
/* End clear fix */


#contents {
	width: 800px;
	padding-top: 70px;
}

/* --------------------
footer
-------------------- */
#footer {
	clear: both;
	border-top: 4px solid #003c98;
	height: 42px;
}
