/* CSS Document */

.comment {
	margin-left:150px;
	margin-top: -95px;
	float: right;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	font-size:10px;
	text-align:left;
/*	width: 800px;*/
	width: 665px;
	font-weight: normal;
	color: #666666;
}

.policy {
	width: 400px;
	margin: 0px 0px 0px 100px;
	padding: 50px 50px 50px 50px;
	background-color: #CCCCCC;
	border-style: ridge;
	border-width: 5px;
	border-color: #CCCCCC;
}

.policy h4 {
	font-size: x-large;
	text-align: center;
}

.policy li {
	margin: 20px 20px;
}

.right {
	text-align: right;
}

.signature {
	font-size: x-large;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
}

.policy dt {
	margin: 10px 0px 10px 0px;
	font-size: large;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.policy dd {
	line-height: 1.5em;
	margin: 0px 10px 30px 10px;
	padding: 0px 0px 0px 0px;
}

.eco_body {
	line-height: 1.5em;
	margin: 0px 0px;
	padding: 0px 50px;
}

.eco_menu li {
	float: left;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	font-size: large;
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 20px;
}

.eco_body p {
	line-height: 1.5em;
}

.eco_body h3 {
	margin-left: -20px;
}

.img_frame img {
	border: 5px outset #CCCCCC;
	padding: 0px 0px;
}

.img_frame {
	text-align: center;
	font-size: small;
}

.purpose {
	text-align: center;
	margin: 10px 10px 10px 100px;
}