<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*-------------------------------
タイトル画像の設定
-------------------------------*/

#title{
	clear:both;
	width:948px;
	height:100px;
	margin:10px 0 0 10px;
	background-image:url(../img/titlePolicylaw.png);
	background-repeat:no-repeat; /*no-repeats*/
	border:1px solid #666666;
}


/*--------------------------------
コンテンツの内容
----------------------------------*/

#hpb-main #policyLaw{
	width:715px;
	height:auto;
	background-color:#F0E6D0;
	overflow:hidden;
	padding-bottom:20px;
}

#hpb-main #policyLaw p{
	float:center;
	width:500px;
	font-size:14px;
	background:url(../img/listIcon.png) no-repeat left top;
	margin:0 auto 15px auto;
	padding:0 0 8px 20px;
	border-bottom:1px dotted #333333;
}
#hpb-main #policyLaw p.commentary{
	width:auto;
	font-size:14px;
	background:none;
	border-bottom:1px solid #666666;
	margin:0 40px 20px 40px;
	padding:0 0 15px 0;
}

</pre></body></html>