@charset "utf-8";
/* CSS Document */

.ttl {
	margin-bottom: 20px;
}


p {
	margin-bottom: 10px;
}



.list li {
	list-style: none;
	margin-bottom: 10px;
}

.list li a {
	line-height: 0.7;
	border-left: 0.7em solid #126F0E;
	display: block;
	padding-left: 5px;
	font-size: 14px;
}



.table {
	width: 660px;
	border-collapse: separate;
	margin-bottom: 20px;
	font-size: 13px;
}

.table th {
	width: 130px;
	background-color: #3D832E;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	color: #fff;
	font-weight: normal;
}

.table td {
	padding: 10px;
}

.table th, .table td {
	border-top: 5px solid #fff;
	border-bottom: 1px solid #999;
}


.btn {
	display: block;
	width: 300px;
	margin: 0 auto 50px auto;
	text-align: center;
	padding: 10px 20px;
	background-color: #6EA262;
	background: -moz-linear-gradient(top, #6EA262, #0E6D0B);
	background: -webkit-gradient(linear, left top, left bottom, from(#6EA262), to(#0E6D0B));
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	text-shadow: 1px 1px #006633;
}















