@charset "utf-8";

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

#policy p {
	float:left;
	width:605px;
	height: auto;
	display: block;
	padding-left: 15px;
}

#policy p.center {
	float:left;
	width:265px;
	height: auto;
	display: block;
	padding-left: 350px;
	padding-top: 15px;
}

#policy p.right {
	float:left;
	width:610px;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 20px;
	padding-left: 0px;
}

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

#policy li {
	height: auto;
	display: list-item;
	list-style-position: outside;
	list-style-type: decimal;
	width: auto;
	padding-bottom: 3px;
}
