@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: small;
	color: #000000;
	line-height: 1.3em;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
	body/**/ {
		font-size: /**/small;
	}

p,h1,h2,h3,h4,h5,ul,li,ol,dl,dt,dd,form {
	padding: 0px;
	margin: 0px;
}

a,a:visited {
	color: #606060;
}

a:hover {
	color: #000000;
}

a img {
	border: none;
}

.clear-float {
	clear: both!important;
}

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

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


