@import url(index.css);
@import url(common.css);


/*--------------------
flash Content Area
--------------------*/

#main2 {
	width:980px;
	text-align:left;
	margin:0 auto;
	}





/*--▼float clear▼--*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*--▲float clear▲--*/

