
.jqpopupmenu, .jqpopupmenu ul{ /*topmost and sub ULs, respectively*/
font-family:"ＭＳ Ｐゴシック", Verdana,Arial, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
font-weight: bold;
list-style-type: none;
background: #FFFFFF;
border: 2px solid #4E9AE7;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;
}


.jqpopupmenu li{
position: relative;
border-bottom:1px dotted #eee;
}

.jqpopupmenu li a{
display: block;
width: 150px; /*width of menu (not including side paddings)*/
background: #FFF url(../img/common/list04.gif) no-repeat 5px center;
text-decoration: none;
padding: 3px 5px 3px 18px;
}

* html .jqpopupmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 150px; /*width of menu (include side paddings of LI A*/
}

.jqpopupmenu li a:hover, .jqpopupmenu li.selected>a{
background: #2D88E3 url(../img/common/list04.gif) no-repeat 5px center;

color:#FFF;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/****カテゴリ用のポップアップ***/
.jqpopupmenu2, .jqpopupmenu2 ul{ /*topmost and sub ULs, respectively*/
width:340px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
background: #FFFFFF;
font-weight: normal;
list-style-type: none;
border: 2px solid #669933;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;
}

.jqpopupmenu2 li{
position: relative;
border-bottom:1px dotted #eee;
float: left;
width:170px;
}



.jqpopupmenu2 li a{
display: block;
width: 150px; /*width of menu (not including side paddings)*/
background: #FFF url(../img/common/list03.gif) no-repeat 5px center;
text-decoration: none;
padding: 2px 0px 2px 18px;
}

* html .jqpopupmenu2 li{ /*IE6 CSS hack*/
display: inline-block;
width: 150px; /*width of menu (include side paddings of LI A*/
}

.jqpopupmenu2 li a:hover, .jqpopupmenu li.selected>a{
background: #2D88E3 url(../img/common/list03.gif) no-repeat 5px center;

color:#FFF;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.jqpopupmenu2 li.g_p_title{
	float: none;
	padding:5px ;
	width:100% ;
}
.jqpopupmenu2 li.g_p_title strong {
	color: #34507A;
}
