@charset "utf-8";
/* ------------------------------------------------
 * Style Name  :  table.css
 * --------------------------------------------- */
 
 
table {
	width: 100%;
	margin-bottom: 5px;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-collapse: collapse;
	line-height: 1;
}

td {
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 150%;
	background-color: #FFF;
}
th {
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 150%;
	background-color: #EEE;
	font-weight: bold;
}

.txtbox{
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	}
.txtbox12{
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	}
.title{
	font-weight: bold;
	background-color: #FFE8D0;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	}
.ora_b{
	color: #DD6F00;
	font-size: 14px;
	font-weight: bold;
	}	
	