/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
	font-size:100%;
}

h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
	margin:0;
	padding:0;
}

table,tr, td, th {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border:0;
}
img {
    border:0;
    vertical-align:bottom;
}

/*---------------------------------------
    float
---------------------------------------*/
.float_left {
    float:left;
}
.float_right {
    float:right;
}
.float_clear_both {
	clear: both;
}
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clearall {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

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

.clearfix {
  min-height: 1px;
}

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