@charset "utf-8";
/* CSS Document */

body#company table{
	 zoom: 1; /* 印刷バグ解決 */
	
	}

table, th, td {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0; /*ie6/7*/
}
table {
	font-size:1.0em;
	margin:0px 0px 0px 0px;
	background:#fff url() repeat-x bottom;
}
caption {
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:10px;
	line-height:1.8em;
	font-weight:bold;
	text-align:left;
}
th {
	padding:0.8em 0.5em;
	
	color:#666;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ccc;
	background:#E0EEEE;
}
td {
	
	vertical-align:middle;
	border:1px solid #ccc;
	padding:0.8em 0.5em;
	
}


table.form {

border-top:1px solid #CCC;
border-bottom:none;
}
/* *********** */

.line_none{border:none;}

.th_20p {
	width:5%;
	text-align:center;
}
.th_cell_01 {
	width:30%;
	text-align:left;
}
.td_cell_01 {
	width:70%;
}
/* *********** */
.th_cell_08 {
	width:30%;
}
.th_cell_08a {
	width:80%;
}
.td_cell_08 p {
	text-align:left;
	padding:10px;
	line-height:1.8em;
	color:#003300;
}
