/* 会社案内（about.htm）のスタイル
---------------------------------------------*/
table.table1{
	vertical-align:center;
	font-size: 10pt;
	border-top: 1px solid #999999;
	border-bottom: none;
	border-left: none;
	border-right: none;
	}
	
table.table1 th{
	width:80px;
	height: 22px;
	border-top: none;
	border-bottom: 1px solid #999999;
	border-left: none;
	border-right: none;
	background-color:#cccccc;
	text-align: left;
	padding-left: 15px;
	}
	
table.table1 td{
	width: 250px;
	height:22px;
	border-top: none;
	border-bottom: 1px solid #999999;
	border-left: none;
	border-right: none;
	text-align: left;
	padding: 10px;
	}
	
table.table2 td{
	font-size: 9pt;
	}