@charset "utf-8";
.clearfix:after { content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
body { margin: 0; background: #1b1b1b; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

/* ---------- logo preview ----------------------- */
#head { position: relative; background: #fff; }
#head img { float:left; border: none; }

#head img.logo {
	position: absolute;
	border: none;
	left: 0px;
	top:  510px;
	float: none;
}

#head img.logowm {
	position: absolute;
	border: none;
	left: 470px;
	top: 280px;
	float: none;
}


/* ---------- preview name text ----------------------- */
.tbl { clear:left; position: relative; background: #c30a6b; }
.tbl h1 { position: absolute; top: -30px; left: 0px; background: url(ima/png/title.png) no-repeat; width: 525px; height: 97px; }
.tbl h2 { position: absolute; top: -10px; left: 200px; width: 300px; height: 120px;}
.tbl h1 { margin:0; padding:0; }
.tbl h2 { margin:0; padding:0; }
.tbl h2 span { display: block; margin: 16px 34px 16px 34px; color: #fff; font-size: 26px; text-align: center; background: #000; }
