/* 基本テーブル部分 */
td{
	text-align: left;
	font-size: 15px;
	font-weight:normal;
	line-height:140%;
	}
th{
	text-align: left;
	font-size: 15px;
	font-weight:normal;
	line-height:140%;
	}
p{
	font-size: small;
	line-height:140%;
	}
b{
	color: red;
	line-height:140%;
	font-weight:normal;
	}
div{
	text-align: left;
	font-size: small;
	line-height:140%;
	}
/* テーブルformブロック */
.table-form{
	width: 100%;/* テーブル幅 */
	border-spacing: 1px;/* スペーシング */
	background-color:#777;/* 背景色 */
	}
.table-form th{
	width: 140px;
	background-color:#F5F2E9;
	text-indent:0.5em;
	padding:3px;
	}
.table-form td{
	background-color:white;
	text-indent:0.5em;
	padding:3px;
	}
.table-form p{
	margin:2px;
	}
.table-form input{
	margin-left:5px;
	}
.sousin{
	text-align:center;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#F5F2E9;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	}

