@charset "utf-8";

@import url("../../css/base.css");
@import url("../../css/navi.css");

/*
-----------------------------------*/

* {
	margin: 0; padding: 0;
	font-family:"Myriad pro", Myriad, "Trebuchet Ms", Trebuchet, Arial, sans-serif;
	font-weight:lighter;
	font-size:14px;
}

.dotline {
	clear: left;
	height: 8px;
	background: url(../images/dotline.gif) top repeat-x;
	margin: 0px 0px 5px 0px !important;  
	margin: 0px 0px 5px 0px ; /* for only IE6 style */  
}


/*  clear
----------------------------------*/
.clear{clear:both;}

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

