@charset "UTF-8";
/* CSS Document */
.dropmenu{
	*zoom: 1;
	list-style-type: none;
	width: 880px;
	height: 50px;


	padding: ;
	border-radius: 3px 3px 0 0;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
	position: relative;
	float: left;
	padding: 0;
	text-align: center;
	margin: 0;
	width: 170px;
}
.dropmenu li a{
	display: block;
	margin: 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 140%;
}
.dropmenu li:hover > a{
	color: #000;
	background-color: #FFF;
}
.dropmenu > li:hover > a{
	border-radius: 3px 3px 0 0;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}


.dropmenu li ul li{
	overflow: hidden;
	width: 180;
	height: 0;
	color: #400;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.dropmenu li ul li a{
	text-align: left;
	font-size: small;
	font-weight: bolder;
	background-color: #527686;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.dropmenu li:hover ul li{
	overflow: visible;
	height: 22px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #069;
	border-bottom-color: #06C;
}
.dropmenu li ul li:hover > a{
	color: #000;
	background-color: #9cc;
}
.dropmenu li:hover ul li:last-child{
	border-bottom: 0;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;

}
