@charset "utf-8";

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

/*
-----------------------------------*/
* {
	margin: 0; padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Verdana",  Arial, Sans-Serif;
	font-size: 13px;
}

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

.line {
	text-indent: -5000px;
	background: url(../images/line.gif) top center repeat-x;
	height: 20px;
	margin: 0 0 5px 0 !important;  
	margin: 0 0 5px 0 ; /* for only IE6 style */  
}

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

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