@charset "Shift_JIS";


/* 01 index.html
------------------------------------------------------------
                                             トップページ */

p.top{
	text-align:center;
	font-size:1.4em;
	padding-bottom:15px;
}


#main01 img.ttl,
#main02 img.ttl{
	float:left;
	margin:0 25px auto 74px;
}

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

table.about_tbl{
	width:500px;
	font-size:1.2em;
}

.about_tbl caption{
	color:#996600;
	font-weight:bolder;
	font-size:1.2em;
	text-align:left;
}

.about_tbl th{
	width:100px;
	vertical-align:top;
}

.about_tbl td{
	width:400px;
	vertical-align:top;
}


/*--会社沿革--*/

table.history_tbl{
	width:500px;
	font-size:1.2em;
}

.history_tbl th{
	width:100px;
	vertical-align:top;
}

.history_tbl td{
	width:400px;
	vertical-align:top;
}

