/* Basic code - don't modify */
 
 .droppy { display: block; margin: 0; padding: 0; }
  .droppy li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  .droppy a { display: block; }
  .droppy ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html .droppy ul { line-height: 0; } /* IE6 "fix" */
  	.droppy ul a { zoom: 1; } /* IE6/7 fix */
    .droppy ul li { float: none; }
    .droppy ul ul { top: 0; }
    
/* Essentials - configure this */

.droppy ul { width: 155px; }
.droppy ul ul { left: 157px; }

/* Everything else is theming */

.droppy { padding: 0;}
.droppy *:hover { background-color: none; }
/*.droppy a { width: 155px; height: 49px; margin-right: 7px; }*/
.droppy li { margin-right: 7px; }
.droppy a { width: 155px; height: 49px; }
  .droppy li a.hover img{ opacity: 0.6; filter: alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; }

  .droppy ul. { top: 49px; }
    .droppy ul li a { display: block; margin-top: 1px; line-height: 49px; background: url(../img/navi.jpg) left center no-repeat; font-weight: bold; text-align: center; color: #ffffff; text-decoration: none; }
	.droppy ul li a.hover { text-decoration: none; opacity: 0.6; filter: alpha(opacity=60); -ms-filter: "alpha( opacity=60 )";}

/* sub-menu fuchidori */
.fuchi{
    display: block;
    width: 100%;
    height: 100%; 
	/* for modern browser (firefox , chrome , safari , Opera)*/
	color: #ffffff;
	text-shadow: 1px 0px 1px #996633,
	0px 1px 1px #996633,
	0px -1px 1px #996633,
	-1px 0px 1px #996633;
	text-shadow: 2px 0px 2px #996633,
	0px 2px 2px #996633,
	0px -2px 2px #996633,
	-2px 0px 2px #996633;
	/* for IE */
	filter:dropshadow(color=#996633,offX= 0,offY=-1),
	dropshadow(color=#996633,offX= 1,offY= 0),
	dropshadow(color=#996633,offX= 0,offY= 1),
	dropshadow(color=#996633,offX=-1,offY= 0), 
	shadow(color=#996633, direction=0, strength=1),
	shadow(color=#996633, direction=45, strength=1),
	shadow(color=#996633, direction=90, strength=1),
	shadow(color=#996633, direction=135, strength=1),
	shadow(color=#996633, direction=180, strength=1),
	shadow(color=#996633, direction=225, strength=1),
	shadow(color=#996633, direction=270, strength=1),
	shadow(color=#996633, direction=315, strength=1);
}

