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

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

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

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

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

.table01 table{
	border-left:1px solid #888888;
	border-top:1px solid #888888;
	width:100%;
}

.table01 table th{
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
	background-color:#DDDDDD;
	padding:0.5em 0px;
    display: block;
    width: 100%;
}

.table01 table td{
	border-right:1px solid #888888;
	padding:0.5em;
    display: block;
    width: 100%;
}

.table01 table td.sp_table{
	border-bottom:1px solid #888888;
}


.table01 p{
	margin-top:1em;
	overflow:hidden;
}

.table02 table{
	border-left:1px solid #888888;
	border-top:1px solid #888888;
	width:100%;
}

.table02 table th{
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
	background-color:#DDDDDD;
	padding:0.5em 0px;
    display: block;
    width: 100%;
}

.table02 table td{
	border-right:1px solid #888888;
	padding:0.5em;
    display: block;
    width: 100%;
}

.table02 table td.sp_table{
	border-bottom:1px solid #888888;
}


.table02 p{
	margin-top:1em;
	overflow:hidden;
}


/**/

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

.link01 dt{
	float:left;
	width:37px;
	overflow:hidden;
}

.link01 dd{
	float:left;
	overflow:hidden;
	line-height:37px;
	margin-left:10px;
}