/*このcssはagreement用のcssです。*/

/*コンテンツ部分*/
#boxMiddle{
	background-image:none;
}

#boxContents{
	position:relative;
	top:0;
	left:0px;
	float:left;
	margin:auto;
	width:auto;
	padding:20px 25px 0 20px;
}
#boxContents h2{
	width:auto;
}

/*以下、ぺージごとに設定してください。*/

#boxContents dl{
	text-align:left;
}

#boxContents dt{
	clear:both;
	font-size:100%;
	width:530px;
	position:relative;
	top:0px;
	padding:8px 10px 4px 20px;
	margin:20px 0 15px 0;
	background:url(../../../img/bg_h2.gif) left top no-repeat;
	border-bottom:2px solid #dad9d4;
	width:auto;
	font-weight:bold;
}

#boxContents dd{
	margin-bottom:1em;
}