@charset "UTF-8";
* {
	font-size:			100%;
	font-weight:		normal;
	margin:	 			0;
	padding:			0;
}

/* スクロールバー分のずれをなくす */
html { 
	overflow-y:scroll;
	}
/* スクロールバー分のずれをなくす終了 */



h1,h2,h3,h4,h5,h6,ol,ul,li {
	margin: 0;
	padding:0;
	border: 0px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
}

img	{ border:0;
}

p	{
	padding:0;
	border: 0px;
	font-style: normal;
	font-weight: normal;
}
.aisatsu {
line-height: 200%;
}

a	{	text-decoration:none;
}
a img	{	text-decoration: none; border: 0;
}
li	{ list-style-type:none;
}
label	 {	cursor:pointer;
}

.clear	{ clear:both;
		 line-height:100%;
}

/* ここからclearfix */
 
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  overflow:hidden;
　font-size:0.1em;
　line-height:0;
}
 
.clearfix {
  min-height: 1px;
}
 
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* clearfix 終わり */
