@charset "UTF-8";
/*------------------------
common
--------------------------*/
body,div,p,li {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1em;
	font-weight:normal;
}

ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}

a {
	color:#006699;
	text-decoration:underline;
}

a:hover {
	color:#0099FF;
	text-decoration:underline;
}

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

.clearfix {
  min-height: 1px;
}

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

.clear {
	clear:both;
}
