@charset "euc-jp";

/* CSS Document */
.clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	line-height: 1px;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }



/* Header
=========================================== */

#header {
	position: relative;
}
#header img {
	border: 0;
}
#header #tnav{
	position: absolute;
	top: 22px;
	left: 250px;
}
#header ul, #header li {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	list-style: none;
}
#header li {
	float: left;
}

