div.Contents_beta{
	width: 960px;
	text-align: left !important;
	font-size: 14px;
	line-height: 130%;
	margin: 0 auto;
  background-color:#fff;
}
div.top{
	float:left;
	width:680px;
	margin:10px 0 20px;
}
div.dl{
	float:right;
  width:260px;
}
div.Aleft{
  float: left;
  width: 410px;
  margin: 5px;
  padding:0 5px;
}
div.Aright{
  float: right;
  width: 510px;
  margin-top:50px;
}

div.Bleft{
  float: left;
  width: 480px;
  margin-top: 40px;
  padding-left: 20px;
}
div.Bright{
  float: right;
  width: 430px;
  margin-top: 85px;
}

div.Cleft{
  float: left;
  width: 490px;
  margin-top: 60px;
}

div.Cright{
  float: right;
  width: 470px;
  margin-top: 50px;
}

h2{
  border-left: 8px solid #72b872;
  border-bottom: 1px solid #c7e2c7;
  padding: 2px 0 3px 8px;
  margin-bottom: 5px;
  font-size: 17px;
}
p {
  padding-left: 15px;
  font-size: 15px;
  line-height: 140%;
  margin: 3px 0;
}
a.button{
	width:222px;
	height:76px;
	background:url(img/d_button.jpg) no-repeat left 1px;
	display:block;
	text-decoration:none;
  margin-left: 40px;
}
a.button:hover{
	background:url(img/d_button.jpg) no-repeat left -95px;
}