@charset "utf-8";

@import "basic.css";

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

#left h2.companytit{
    background: url(../../item/images/item_tit_bg.gif) no-repeat;
    height:33px;
	margin:0;
	padding: 8px 0 5px 10px;
	color:#333;
	font-size:120%;
}


#left table {
	width: 730px;
	margin: 5px 0;
	border-collapse: collapse;
}

#left table th {
	width: 100px;
	padding: 5px 10px;
	border: 1px solid #E4C764;
	text-align: left;
	vertical-align: top;
	background: #FEF1D2;
}

#left table td {
	width: 440px;
	padding: 5px 10px;
	border: 1px solid #E4C764;
	text-align: left;
	vertical-align: top;
}


