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

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

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

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

.map{
	text-align:center;
	margin:20px auto 40px auto;
}

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

.table_block{
	width:98%;
	margin:0px auto 40px auto;
}

.table_block table{
	width:100%;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	font-size:8px;
}

.table_block table th{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#56ABF0;
	color:#FFFFFF;
	padding:0.5em 0px;
}

.table_block table td{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	line-height:125%;
	padding:0.25em;
	text-align:center;
}

.table_block .line01{
	width:3em;
}

.table_block .line02{
	width:6em;
}

.table_block .line03{
	width:8em;
}

.table_block .line04{
	width:7em;
}

.col{
	background-color:#EEF7FE;
}

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

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

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

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