@charset "UTF-8";

/************************************/
/*	        for IE6	  	    */
/************************************/

* html body {

}
* html div#header a#logo{
	display:block;
	width:165px;
	min-height:130px;
	height:130px;
	line-height:130px;
	background:url(../img/common/logo.gif) no-repeat left top;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	margin:0px;
	float:left;
}
* html div#header li.navi01 a {
	background:url(../img/common/navi_style1.gif) no-repeat 0px 0px;
	width:102px;
}
* html div#header li.navi02 a {
	background:url(../img/common/navi_style2.gif) no-repeat -102px 0px;
	width:102px;
}
* html div#header li.navi03 a {
	background:url(../img/common/navi_style1.gif) no-repeat -204px 0px;
	width:102px;
}
* html div#header li.navi04 a {
	background:url(../img/common/navi_style2.gif) no-repeat -306px 0px;
	width:102px;
}
* html div#header li.navi01 a:hover {
	background:url(../img/common/navi_on.gif) no-repeat 0px 0px;
}
* html div#header li.navi02 a:hover {
	background:url(../img/common/navi_on.gif) no-repeat -102px 0px;
}
* html div#header li.navi03 a:hover {
	background:url(../img/common/navi_on.gif) no-repeat -204px 0px;
}
* html div#header li.navi04 a:hover {
	background:url(../img/common/navi_on.gif) no-repeat -306px 0px;
}

/************************************/
/*	        for IE7	 	    */
/************************************/

*:first-child+html body {
	
}





/************************************/
/*	      for Webkit	    */
/************************************/

body:first-of-type html,body {
	padding:0px;
	margin:0px;
}





/************************************/
/*	      Clear fix		    */
/************************************/

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7ȊÕ_uEU*/

.clearfix{display:inline-block;} /*IE7MacIE5*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6ȑO*/
