#dropmenu {
	list-style-type: none;
	float:left;
	width: 880px;
	height: 40px;
	margin: 0px;
	padding: 0;
	background: #4e83b3 url(../img/hor_menu6_off.gif) repeat-x top; /* ナビゲーションの背景 */
	border-top: 2px #84aed2 solid; /* 上境界線 */
	border-bottom: 2px #2c5170 solid; /* 下境界線 */
}

#dropmenu li {
	position: relative;
	width: 18%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 1px #2c5170 solid; /* メニューの左境界線 */
	border-right: 1px #84aed2 solid; /* メニューの右境界線 */
}

#dropmenu li:last-child{
	position:relative;
	width: 8%;
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px #2c5170 solid; /* メニューの左境界線 */
	border-right: 0px; /* メニューの右境界線 */
}

#dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #fff;
	font-size: 16px;
	/*font-weight: bold;*/
	line-height: 1;
	text-decoration: none;
}

#dropmenu li .dropdown:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #FFFFFF;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

#dropmenu li label{
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #fff;
	font-size: 16px;
	/*font-weight: bold;*/
	line-height: 1;
}

#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

#dropmenu li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#dropmenu li ul li a{
	padding: 13px 15px;
	width:340px;
	background: #4e83b3 url(../img/hor_menu6_off.gif) repeat-x top; /* ナビゲーションの背景 */
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
#dropmenu li:hover > a{
	background: #5e91bd url(../img/hor_menu6_on.gif) repeat-x top; /* ポイント時の背景 */
	color: #eff7b1;
}
#dropmenu li:hover > label{
	background: #5e91bd url(../img/hor_menu6_on.gif) repeat-x top; /* ポイント時の背景 */
	color: #eff7b1;
}

#dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
	border-top: 1px #84aed2 solid; /* メニューの右境界線 */
	border-bottom: 1px #2c5170 solid; /* メニューの左境界線 */
	border-left:0px;
	border-right:0px;
}
#dropmenu li:hover ul li:first-child {
	border-top: 0;
	border-left:0px;
	border-right:0px;
}

#dropmenu li:hover ul li:last-child {
	border-bottom: 0;
	border-left:0px;
	border-right:0px;
}
