@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  index.css
 style info :  about us css
=================================================================== */

/*----------------------------------------------------------------------------------
		 								about us
------------------------------------------------------------------------------------*/

div#contents h2 {
	text-align: right;
	margin: 0 0 30px;
}

/* 会社概要 */

div#inner table#company {
	width: 557px;
	margin: 20px 0 35px 7px;
}

table#company th {
	width: 166px;
	padding: 7px 0 9px 12px;
	background: url(/about/images/bg_table_left.gif) 0 bottom no-repeat;
	font-weight: normal;
	vertical-align: top;
}


table#company td {
	width: 370px;
	padding:  7px 0 9px 10px;
	background: url(/about/images/bg_table_right.gif) 0 bottom no-repeat;
}
