@charset "Shift_JIS";

/*
css-menu 
------------------------
1. offleft
2. clearfix
3. others
------------------------*/


/*
1. offleft
-------------------------------------*/
.offleft {
text-indent:-9999px !important; /* for MODERN blowser */
text-indent:0;
font-size:0;
line-height:0;
height:0;
}

.offleft span {
text-indent:-9999px; /* for WIN IE 5.x, 6 */
}

.offleft span a {
text-decoration:none;
}



/*
2. clearfix
-------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
3. others
-------------------------------------*/
.noMgn {
margin:0 !important;
}

.noBMgn {
margin-bottom:0 !important;
}

.noBg {
background-image:none !important;
}



