@charset "shift-jis";
/*　リセット */
* { 
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
a {
	text-decoration:none;
	color:#1d54a7;
	outline: none;/*firefox対策*/
}
a:hover{
	color: #c00000;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	}
/*　クリア */
.clear {
	clear:both;
	}

/*　クリアフィックス */
.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

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