@charset "utf-8";

/* ----------------------------------------------

	author   : (C)EARTH 

---------------------------------------------- */

@import url("./base.css");
@import url("./navi.css");

/* _w
-----------------------------------*/
.dotline {
	clear: left;
	height: 8px;
	background-image: url(../images/dotline.gif);
	background-repeat:repeat-x;
	margin:0px 0 6px 0;
}
.line {
	clear: left;
	height: 5px;
	background-image: url(../images/line.gif);
	background-repeat:repeat-x;
	margin: 10px 0 10px 0 !important;
	margin: 10px 0 0 0 ; /* for only IE6 style */  
}

/*  clear
----------------------------------*/
.clear{clear:both;}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-block;}
