@import "main.css";

/*エリア設定*/
.policy {
	width: 570px;
	height: auto;
	margin: 5px 0px 10px 20px;
	background-color: transparent;
	color: #000000;
	clear: both;
}

	.policy h3, h4 {
		width: 570px;
		height: auto;
		margin: 15px 0px 10px 0px;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 130%;
		font-weight: bold;
		line-height: 130%;
		background-color: transparent;
		color: #000000;
		clear: both;
		border-bottom: 2px solid #ff6600;
	}

	.policy p {
		width: 550px;
		height: auto;
		margin: 25px 0px 10px 0px;
		padding-left: 10px;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 100%;
		font-weight: normal;
		line-height: 130%;
		background-color: transparent;
		color: #000000;
		clear: both;
	}
	
	.policy ul,ol {
		width: 530px;
		height: auto;
		margin: 20px 0px 10px 0px;
		padding-left: 30px;
		list-style-position: outline;
		/*list-style-type: square;*/
		text-align: left;
		vertical-align: middle;
		font-size: 100%;
		font-weight: bold;
		line-height: 130%;
		background-color: #ffffff;
		color: #000000;
	}

		.policy ul,ol li {
			margin: 10px; auto;
		}