@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
html, body {
	height:100%;
}

* {
    margin: 0;
    padding: 0;
	font-size:1em;
	color:#333;
}
p, dl, input {
margin:0;
padding:0;}

a {
	color:#006bef;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

a:focus {outline:none;}

img {border:none;}

ul, ol {list-style:none;}

table {
	border-collapse:collapse;
}

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

.clearfix {
  min-height: 1px;
}

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