/*コンテンツ全体*/


.leisurecontents{
		width: 770px;
		margin: 0 auto;
		text-align:left;
		background-color: #ffffff;
}

/*====================================================
clearfixハック
====================================================*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



.wrappar02{
	width: 770px;
	clear:both;
	overflow:hidden;
	}

.img_left{
	margin-top:30px;
	margin-right:20px;
	float:left;
}

.img_right{
	margin-top:30px;
	float:right;
}

.img_left02{
	margin-top:15px;
	margin-right:20px;
	float:left;
}

.img_right02{
	margin-top:15px;
	float:right;
}


.m_t20{
	margin-top:20px;
}

.m_t40{
	margin-top:40px;
}