/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(blog.css);
@import url(F-01.css);
/* end StyleCatcher imports */

body {
	margin: 0;
	padding: 0;
}
img,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,form,input {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
#main #bread {
	line-height: 1.2em;
}

/* float hack --- */
.clearfix:after {
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
 height: 0.1px;
 font-size: 0.1em;
 line-height: 0;
 clear: both;
}
* html .clearfix { display: inline-block; }
*:first-child+html .clearfix { display: inline-block; }
/* no mac IE \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

