@charset "utf-8";


/* 会社情報のトップ
----------------------------------------------------------------------------------------------------*/

#company #leftContents h2 {
	margin: 0 0 20px;
}

#company .box1 {
	margin: 0 0 10px;
}

#company .left {
	width: 345px;	
}

#company .right {
	width: 345px;	
}

/* ごあいさつ
----------------------------------------------------------------------------------------------------*/

#greeting #leftContents h2 {
	margin: 0 0 20px;
}

#greeting .left {
	width: 540px; 
}

#greeting .left h3 {
	margin: 0 0 15px;
}

#greeting .left p {
	margin: 0 0 20px;
}

#greeting .right {
	width: 140px; 
}


/* 会社概要
----------------------------------------------------------------------------------------------------*/

#outline #leftContents h2 {
	margin: 0 0 20px;
}

#outline dl {
	margin: 0 0 3px;
}

#outline dt {
	float: left;
	width: 140px;
	border-top: 1px solid #4E8DC5;
	margin: 0;
}

#outline dd {
	float: right;
	width: 550px;
	border-top: 1px solid #CCCCCC;
	margin: 0;
}

/* 沿革
----------------------------------------------------------------------------------------------------*/

#history #leftContents h2 {
	margin: 0 0 20px;
}

#history dl {
	margin: 0 0 3px;
}

#history dt {
	float: left;
	width: 100px;
	border-top: 1px solid #4E8DC5;
	margin: 0;
}

#history dd {
	float: right;
	width: 590px;
	border-top: 1px solid #CCCCCC;
	margin: 0;
}

/* 事業所一覧
----------------------------------------------------------------------------------------------------*/

#est #leftContents h2 {
	margin: 0 0 20px;
}

#est ul {
	margin: 0 0 20px;
}

#est li {
	display: inline;
	margin: 0 5px 0 0;
}

#est ul .last {
	margin: 0;
}

#est table {
	border-collapse: collapse;
	margin: 0 0 20px;
	width: 700px;
}

#est th, #est td {
	border: 1px solid #DFDFDF;
	padding: 8px 10px;
}

#est th {
	background: #A8C5E3;
}

/* 決算情報
----------------------------------------------------------------------------------------------------*/

#settle #leftContents h2 {
	margin: 0 0 20px;
}

#settle .box1 {
	margin: 0 0 15px;
}

#settle .box2 {
	margin: 0 0 20px;
	border-top: 3px solid #CCCCCC;
	padding: 10px 0 0;
}

#settle .box2 h3 {
	margin: 0 0 10px;
}

#settle li {
	margin: 0 0 10px;
}

#settle .box3 {
	margin: 30px 0 10px;
}

#settle .box3 .left1 {
	width: 160px;
	margin: 0 10px 0 0;
}

#settle .box3 .left2 {
	width: 530px;
	margin: 10px 0 0;
}
