@charset "shift_JIS";

/*
	Description: initial setting
*/

/****** CONTENTS ***************************************

	1: CLEARFIX

*******************************************************/


/****** 1: CLEARFIX ***********************************/

div , ul{
	zoom:1;/*for IE 5.5-7*/
	}

div:after , ul:after{/*for modern browser*/
	content:"";
	display: block;
	clear:both;
	}

* html div , * html ul{
	display:inline-table;
	/*\*/display:block;/**/
	}

/*共通フッタCSSリセット*/
div#footer-logobox{
	zoom:0;
	}



