@charset "Shift_JIS";


#naviglobal li 
{ word-break: keep-all; <-- for IE lte 7, cancel carriage return */ }


/* clearfix */
.clearfix:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.clearfix{
/* for ie */
display: inline-block;
}

/* Hides from IE-mac \*/
*html .clearfix{ height: 1%;}
.clearfix{ display: block;}
/* End hide from IE-mac */

* html #stage {
width:955px;
width : expression(
(document.documentElement.clientWidth > 3000)? "3000px" :
(document.documentElement.clientWidth < 955)? "955px" :
"auto");
height : 1%;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#naviglobal a span {float:none;}
/* End IE5-Mac hack */