@charset "Shift_JIS";


/* ---------- body ---------- */

body
{
	text-align:center;
	font-family:Verdana,Arial,sans-serif;
	color:#000000;
	background: url(../img/common/bk01.gif) repeat-x top left;
}

body#iframepage
{
	text-align:left;
	background: none;
}


/* ---------- clear ---------- */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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