@charset "utf-8";

/* メイン部分
-------------------------------------------------------------------------------------*/
#agreement {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
	padding-bottom: 30px;
}
#agreement h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
	padding-top: 5px;
}
#agreement h3 {
	float:left;
	width:630px;
	height: auto;
	display: block;
	padding-top: 5px;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#agreement p {
	float:left;
	width:605px;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#agreement ol {
	float:left;
	width:570px;
	height: auto;
	display: block;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#agreement li {
	height: auto;
	width: auto;
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 5px;
}
