@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------------------*/
/*テキスト*/

.text_block01{
	width: 83.3333%;/*600*/
	margin: 15px auto 30px;
	overflow: hidden;
}

/*------------------------------------------------------------------------------*/
/*テーブル*/

.table_container{
	width: 83.3333%;/*600*/
	margin: 15px auto 50px;
}


.table_container table{
	width: 717px;
	border-left:1px solid #000;
	border-top:1px solid #000;
}

.table_container table th{
	background-color:#EBF7DA;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
}

.table_container table td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	text-align:left;
}

.table_container table th p,
.table_container table td p{
	padding:6px;
}

.table_container table th.head{
	background-color:#B1E26F;
	text-align:center;
}


.table_container table th.line01{
	width:22%;
}

.table_container table th.line02{
	width:25%;
}

.table_container table th.line03{
}

.table_container p a{
	color: #0000ee;
}

/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
