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

/*------------------------------------------*/
/*ページタイトル*/

#page_title{
	background-image:url(jisseki/title.png);
}

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

.txt01 {
	width:500px;
	margin:40px;
}

.txt01 dt{
	color:#000;
	font-weight:bold;
	margin-top:20px;
}


.table01{
	width:520px;
	margin:0px auto;
	overflow:hidden;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	line-height:125%;
}

.table01 th{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#D8EDFE;
	padding:0.5em 0px;
	text-align:center;
	font-weight:normal;
	width:24%;
	font-size:12px;
	color:#1983DE;
	font-weight:bold;
}

.table01 td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:0.25em 0px;
	text-align:center;
	width:19%;
}

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