@charset "utf-8";

/*　会社概要
------------------------------------------------------------ */

#main {
	margin-bottom: 10px;
}

#img_aboutus {
	width: 580px;
	height: 160px;
	background: url(../common/images/img_aboutus.jpg) no-repeat;
	text-indent: -9999em;
}

.box_01 {
    width: 540px;
	margin: 0 10px;
}
.box_01 p {
    width: 320px;
	line-height: 160%;
	margin-bottom: 8px;
}

.table_01 {
    width: 540px;
	margin: 10px;
	font-size: 1em;
	border: 4px double #FFCC00;
	border-collapse: collapse;
}
.table_01 th,
.table_01 td {
    border: 1px solid #FFCC00;
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
}
.table_01 th {
    background-color: #FCF4A1;
}