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

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

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

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

.txt01{
	width:95%;
	margin:20px auto;
	overflow:hidden;
}

.txt01 dl{
	font-weight:bold;
	color:#006;
	display:block;
	width:95%;
	margin:5px auto 0px auto;
}

.txt01 dt{
	width:95%;
	margin:0px auto;
}

.m-top20 {
	margin-top:20px;
}
/*------------------------------------------*/

.table01 {
	width:95%;
	margin:5px auto 20px auto;
	border-left:#666 1px solid;
	border-top:#666 1px solid;
}

.table01 td{
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
	padding:8px;
	padding-left:1.5em;
	display:block;
}

.bg_cl{
	display:block;
	background-color:#EAEAEA;
}


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