/* Basic code - don't modify */
 
 .droppy { display: block; margin: 0; padding: 0; position: relative; }
  .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: 130px; }
.droppy ul ul { left: 131px; }

/* Everything else is theming */
 
.droppy { background-color: #063259; line-height: 40px; width: 930px; margin: 0 auto; }
.droppy *:hover { background-color: none; }
.droppy a {
	background: url(../images/nav_line.png) no-repeat right center;
	color: #fff;
	font-size: 1.4rem;
	width: 185px;
	text-align: center;
	line-height: 40px;
}
.droppy a.left_nav{
	background: url(../images/nav_line_left.png) left center no-repeat;
}
  .droppy li.hover a { background-color: #CCC; color: #063259; border-top: 1px solid #063259;}
  .droppy ul { top: 40px; }
    .droppy ul li a { background-color: #063259; line-height: 1.4rem; padding: 15px 0;}
      .droppy ul a.has-subnav { background-color: #063259;}
			.droppy ul a.hover { background-color: #063259; color: #ffffff;}
   .droppy ul a { border-top: 1px dashed white; border-right: none;}
   /* opacity: 1; filter: alpha(opacity=100); 透かしたい時追加*/
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */

