.dropdown {
	float:left;
	margin: 0px;
	padding: 0px;
}

.dropdown dl {
	margin: 0px;
	padding: 0px;
	line-height: 0em;
}

.dropdown dt {
	width:133px;
	padding:0px;
	margin: 0px;
	height: 49px;
}

.dropdown dt a {
	cursor:pointer;
	background-image: url(../images/navi/nav004.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	display: block;
}

.dropdown dt:hover {
	background-repeat: no-repeat;
	background-position: left top;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:133px;
	z-index:2000;
	opacity:0;
	margin: 0px;
	padding: 0px;
	display: none;
}

.dropdown ul#dropping {
	width:133px;
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.dropdown ul#dropping li {
	display:inline;
	margin: 0px;
	padding: 0px;
	width: 133px;
}

.dropdown ul#dropping li.mojitan a {
	letter-spacing: -0.2em;
	font-size: 12px;
	font-weight: bold;
}

.dropdown ul#dropping li a {
	display:block;
	margin: 0px;
	width: 133px;
	text-indent: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #357ecf;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: none;
	height: auto;
	white-space: nowrap;
}

.dropdown ul#dropping li a:hover {
	background-color: #fd3c18;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	text-decoration:none;
	width:133px;
	text-indent: 0px;
}
.dropdown a:hover {
	color:#000
}

.dropdown .underline_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
