#dropmenu{
  list-style-type: none;
/*  width: 980px; */
/*  width: 1176px; */
  width: 978px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  background: #0099FF;
  border-bottom: 5px solid #003399;
/*  border-radius: 3px 3px 0 0;*/
}

#dropmenu li{
  position: relative;
/*  width: 196px;*/
  width: 163px;
  float: left;
  margin: 0;
  padding: 0;
/*  text-align: center;*/
  text-align: left;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #ffffff;
/*  font-size: 14px; */
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  left: 0px;
/*  width: 196px */
  width: 163px 
  margin: 0;
  padding: 0;
/*  border-radius: 0 0 3px 3px;*/
}
/*
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
*/

#dropmenu li ul li{
  overflow: hidden;
/*  width: 196px; */
  width: 163px;
  height: 0;
  color: #fff;
}
/*プルダウン部分*/
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #0099FF;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}


/*マウスオーバー時*/
/*メニュー部*/
#dropmenu li:hover > a{
/*  background: #6e7c0c;*/
/*  background: #0099FF;*/
  color: #FFCC00;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
/*ダウンメニュー1部分*/
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #CCCCCC;
/*  border-bottom: 1px solid #666666;*/
  border-bottom: 1px solid #999999;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


/*#sodan #dropmenu > li > a#a_sodan{*/
#top #dropmenu a#a_top {
/*  background-color: #003399 !important;*/
  color: #FFCC00 !important;
  border-bottom: 5px solid #FFCC00 !important;
}
#sodan #dropmenu a#a_sodan {
/*  background-color: #003399 !important;*/
  color: #FFCC00 !important;
  border-bottom: 5px solid #FFCC00 !important;
}
#info #dropmenu a#a_info {
/*  background-color: #003399 !important;*/
  color: #FFCC00 !important;
  border-bottom: 5px solid #FFCC00 !important;
}
#shien #dropmenu a#a_shien {
/*  background-color: #003399 !important;*/
  color: #FFCC00 !important;
  border-bottom: 5px solid #FFCC00 !important;
}
#about #dropmenu a#a_about {
/*  background-color: #003399 !important;*/
  color: #FFCC00 !important;
  border-bottom: 5px solid #FFCC00 !important;
}
#policy #dropmenu a#a_policy {
/*  background-color: #003399 !important;*/
  color: #FFCC00 !important;
  border-bottom: 5px solid #FFCC00 !important;
}

