@charset "utf-8";
/* CSS Document */

/* ヘッダーメニュー active */
#hmenu2 {
	width: 135px;
	background: url(../img/common/hmenu2_on.png) no-repeat;
}

/* 社長挨拶 */
p#greeting {
	margin: 30px 30px 0 30px;
	line-height: 20px;
}

p#sign {
	margin: 15px 20px 30px 0;
	text-align:right;
	font-weight: bold;
}

/* 会社概要 */
#summary_table {
	width: 559px;
	margin: 30px auto 50px auto;
	border-collapse: collapse;
}

#summary_table th,#summary_table td {
	text-align: left;
	border-top: 1px solid #cecfd0;
	padding: 10px 0 10px 36px;
}

#summary_table th {
	font-weight: normal;
}

#summary_table th.bb,td.bb {
	border-bottom: 1px solid #cecfd0;
}

/* 沿革 */
#outline_table {
	width: 559px;
	margin: 30px auto 50px auto;
}

#outline_table th,#outline_table td {
	text-align: left;
}

#outline_table th {
	font-weight: normal;
	padding: 5px 0 5px 0;
}

#outline_table td {
	padding: 5px 0 5px 36px;
}