@charset "euc-jp";
html {
	overflow-y:scroll;
}
*{
	font-size: 100%;
	margin:	 0;
	padding: 0;
}
body {
	text-align:center;
	vertical-align: top;
	margin:0 auto;
	padding:0 auto;
}
#all {
	margin:auto;
	text-align:left;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka;
	color: #000000;
	position:relative;
	text-align:left;
	line-height:100%;
	font-size:13px; /* 13px */
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,address {
	margin: 0px;
	padding: 0px;
    font-size:100%;
	font-weight:normal;
	font-style:normal;
}
img{
	border:none;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
ul{
	list-style-type:none;
}
.clear {
	clear:both;
}
br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
	background-color:#00FFFF;
}
/*** clearfix ***/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



