@charset "utf-8";
ul#menu li {
	padding: 4px 14px;
}
/******************** bosyu ********************/
.large-black {
	font-size: 220%;
	line-height: 140%;
}
div.green-wide p {
	margin: 0 10px;
}
div.green-wide p.spacer {
	margin: 0 10px 15px;
}
div.green-wide p.icon, div.green-wide p.icon2 {
	background:  url("../images/icon-circle.gif") no-repeat left;
	margin: 10px 0 15px 10px;
	padding: 0 0 0px 20px;
	font-weight: bold;
}
div.green-wide p.icon2 {
	margin: 25px 0 10px 10px;
}
div.green-wide p.sub {
	margin: 20px 15px 5px;
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	color: #f60;
	font-weight: bold;
}
div.green-wide ul, div.green-wide ul.step {
	margin: 15px 40px;
}
div.green-wide ul li {
	list-style-type: square;
}
div.green-wide ul.step li {
	list-style-type: decimal;
}

hr {
	background: #ccc;
	border: 0;
	height: 1px;
	margin: 20px 10px;
}
* html hr {
	color: #ccc;
	margin: 10px 10px;
}
*:first-child+html hr {
	color: #ccc;
	margin: 10px 10px;
}
