/* 募集要項（recruit.htm）のスタイル
---------------------------------------------*/
table.table1{
	vertical-align:center;
	font-size: 9pt;
	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;
	}
	
table.table1 td{
	height:22px;
	border-top: none;
	border-bottom: 1px solid #999999;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	}

td.td1{
	width: 150px;
	font-weight: bold;
	background-color: #cccccc;
	}
	
td.td2{
	width: 300px;
	padding-left: 10px;
	}

