@charset "utf-8";
/* CSS Document */



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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6	{
	margin:0;
	padding:0;
	}
	
h1,h2,h3,h4,h5,h6	{
	font-weight:normal;
	font-size:100%;
	}
	
img	{
	border:none;
	}
	



/*	----------------------------------------	Tag	*/

	
label:hover { 
	background-color: #99CC00;
	}	
	


/*	----------------------------------------	clearfix	*/

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

.clearfix {
  min-height: 1px;
}

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