@charset "UTF-8";

/*
	1 : Opera 9
	2 : Win IE 7のみ
	3 : Win IE 6 以下 & Mac IE
	4 : Win IE 6 以下
	5 : Mac IE のみ
 */



/* ***********************************************************************
	1 : Opera 9
*********************************************************************** */
;;body {

}



/* ***********************************************************************
	2 : Win IE 7のみ
*********************************************************************** */
*:first-child+html .widget-submenu ul {
	margin-bottom: 7px;
	padding-bottom: 0px;
}



/* ***********************************************************************
	3 : Win IE 6 以下 & Mac IE
*********************************************************************** */
* html selector {

}



/* ***********************************************************************
	4 : Win IE 6 以下
*********************************************************************** */
/*\*/
* html .widget-submenu ul {
	margin-bottom: 7px;
	padding-bottom: 0px;
}
/**/



/* ***********************************************************************
	5 : Mac IE のみ
*********************************************************************** */
/*\*//*/
selector {

}
/**/