@charset "utf-8";
/*
===== CONTENTS =====



====================
*/



/* :navigation
---------------------------------------------------- */
ul.nav{
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
}

ul.nav li{
	margin:0;
	padding:0;
	text-indent:-9999px;
	top: 0px;
	left: 0px;
	position: absolute;
}

ul.nav li, 
ul.nav a {
	display: block;
	text-decoration:none;
}


/* ----------------------------------------------------
 clearfix
----------------------------------------------------*/
div#content:after,
div#footer:after,
div#case a:after,
.clrfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div#content,
div#case a,
div#footer,
.clrfix{
	display:inline-table;
/*	zoom:1; */
}
	
/* \*/
* html div#content,
* html div#case a,
* html div#footer,
* html .clrfix{
	height:1%;
}

div#content,
div#case a,
div#footer,
.clrfix{
	display:block;
}
/* */

