@charset "UTF-8";
/* CSS Document */



h1{
  width:970px;
  margin:30px auto 20px;	
	
}

.second_lead{
  width:45em;
  margin:20px auto 30px;	
}



#explain{
  width:950px;	
  margin:20px auto;
	
}

#explain h2{
  width:900px;
  margin:30px 0 0 95px;
  font-size:20px;
  font-weight:bold;
  color:#076009;	
	
}

#explain h2:first-child{
  width:900px;
  margin:30px 0 20px 95px;
  font-size:20px;
  font-weight:bold;
  color:#076009;	
	
}

#explain p{
 width:45em;
 margin:10px 0 0 120px;	
}

.btn_back {
	width:350px;
	margin: 25px auto 30px;
}

.smallttl{
    margin:auto 0 auto 0!important;	
}

/* ----------------------------------------------------------
	ol ul li
---------------------------------------------------------- */
li{
	list-style: none;
}

.olStyle01 {
	width:830px;
	margin	: 0 0px 30px 100px !important;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 25px;
		padding			: 0;
		text-align		: left;
		line-height		: 1.6;
	}

.ulStyle01 {
	width:830px;
	margin	: 0 0px 30px 100px !important;
}

	.ulStyle01 li {
		list-style	: disc;
		margin: 0 15px 8px 18px;
		padding		: 0;
		text-align	: left;
	}
	


/* ----------------------------------------------------------
	table
---------------------------------------------------------- */
.table{
    width:480px;
    margin:30px auto 50px;		
}



.outline {
	width: 480px;
	margin: 10px auto 0;
	border: 2px solid #ccc;
}

.outline th {
	width: 40px;
	background: #f1ffef;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #333;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
	line-height: 1.4;
}

.outline td {
	width: 80px;
	background: #ffffff;
	border: 1px solid #ccc;
	font-weight: normal;
	color: #333;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	text-align: left;
	line-height: 1.4;
}

.outline .top th {
	background: #5ba753;
	color: #fff;
}

.outline .top .blank {
	background: #fff;
	border: 2px solid #ccc;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
