@charset "utf-8";

th,td {
	font-weight: normal;
	padding: 5px;
}
/*=====================

	section01

=====================*/
.section01 {
	width: 680px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}

/*--会社概要--*/
.con01,
.con02 {
	width: 650px;
	margin: 0 15px;
}
.con01 table {
	width: 100%;
	border-collapse:collapse;
}
.con01 table th,
.con01 table td {
	border: 1px solid #ccc;
}
.con01 table th {
	width: 30%;
	background: #eee;
}
/*--事業所--*/
.img {
	float: right;
	display: inline;/*IE6*/
	width: 143px;
	margin-left: 15px;
	padding: 5px;
	border: 1px solid #ccc;
}
.con02 dl {
	float: left;
	width: 480px;
	margin-bottom: 15px;
}
.con02 dt {
	width: 465px;
	margin-bottom: 7px;
	padding: 5px 0 5px 10px; 
	background: #eee;
	border-left: 5px solid #ccc;
}
.con02 dd {
	line-height: 150%;
	margin-left: 15px;
	margin-bottom: 15px;
}

.con01 p {
	float: left;
	display: inline;/*IE6*/
	line-height: 1.4em;
	margin: 20px 10px 20px 0;
}

