/* 会社案内共通 */
#company {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
}




/* 会社概要 */
#outline h1 {
	margin-bottom: 1em;
	background: url(../img/outline_h1.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 24px;
}
#outline table {
	margin-left: 20px;
	border: none;
	border-collapse: collapse;
	width: 500px;
}
#outline th {
	padding: 0.1em 0.7em;
	border-right: 1px solid #EBCCCC;
	border-bottom: 1px solid #EBCCCC;
	font-weight: normal;
	width: 30%;
}
#outline td {
	padding: 0.1em 0.7em;
	border-bottom: 1px solid #EBCCCC;
}
#outline .last {
	border-bottom: none;
}




/* 沿革 */
#history h1 {
	margin-bottom: 1em;
	background: url(../img/history_h1.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 24px;
}
#history table {
	margin-left: 10px;
	border: none;
	border-collapse: collapse;
	width: 560px;
}
#history th {
	padding: 0.1em 0.7em;
	border-right: 1px solid #EBCCCC;
	border-bottom: 1px solid #EBCCCC;
	font-weight: normal;
	vertical-align: top;
	width: 20%;
}
#history td {
	padding: 0.1em 0.7em;
	border-bottom: 1px solid #EBCCCC;
}
#history .last {
	border-bottom: none;
}




/* 理念 */
#rinen h1 {
	margin-bottom: 1em;
	background: url(../img/rinen_h1.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 24px;
}
#rinen h2 {
	text-indent: -9999px;
	overflow: hidden;
	height: 25px;
}
#rinen h2.h21 { background: url(../img/rinen_h21.jpg) no-repeat; }
#rinen h2.h22 { background: url(../img/rinen_h22.jpg) no-repeat; }
#rinen h2.h23 { background: url(../img/rinen_h23.jpg) no-repeat; }

#rinen div.waku {
	margin-bottom: 1em;
	padding: 1em 2em;
	background: url(../img/rinen_back.jpg);
	text-align: center;
}
#rinen h3 {
	margin-bottom: 0.3em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 16px;
}
#rinen h4 {
	font-size: 12px;
	font-weight: normal;
}
#rinen h5 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 16px;
	text-align: left;
}
.waku p {
	margin-bottom: 0.7em;
	font-size: 14px;
	text-align: left;
}
#rinen p.date { text-align: right; }
#rinen p.position { text-align: right; }
#rinen p.sign { text-align: right; }




/* 組織図 */
#flow h1 {
	margin-bottom: 1em;
	background: url(../img/flow_h1.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 24px;
}
#flow p.zu {
	text-align: center;
}




















