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

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

#page_title{
	background-image:url(policy/title_2022.png);
}

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

.txt01{
	width:550px;
	margin:0px auto 40px auto;
	overflow:hidden;
	line-height:200%;
	font-size:14px;
}

.txt01 img{
	margin:10px;
}

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

.block01{
	width:550px;
	margin:0px auto 20px auto;
	overflow:hidden;
	line-height:200%;
}

.block01 dl{
	width:100%;
	overflow:hidden;
}

.block01 dt{
	width:104px;
	float:left;
	margin-top:20px;
	
}

.block01 dd{
	width:410px;
	line-height:200%;
	float:right;
}

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