@charset "utf-8";

h1, h2, h3, h4, h5, h6, p, address,
ol, dl, dt, dd, 
caption, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

textarea { font-size: 100%; }

img { vertical-align: bottom; }

hr { display: none; }

table{border-collapse:collapse;}

.rel { position:relative;}

/*CLEARFIX*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  zoom: 1; /* for IE5.5 - IE7 */
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
