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

.dropdown dt {
	cursor:pointer;
	
}
.dropdown dt a{
	height:35px;
}

.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:153px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;


}
.dropdown ul {
	width:150px;
	border:1px solid #c0c0c0;
	
	border-top:none;

	list-style:none;
	
}
.dropdown li {
	display:inline;
	
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	background:#0066ff;
	text-decoration:none;
	background:#ffffff;
}

.dropdown li a{
	padding: 3px 5px 3px 5px;
}


.dropdown a:hover {background:#0066ff; color:#ffffff;}
.dropdown .underline {border-bottom:1px dotted #c0c0c0;}
.dropdown .topline {
	border-top:1px solid #c0c0c0;
	border-bottom:1px dotted #c0c0c0;
	
}

/* 各メニュー */

#one-ddheader a{
	text-indent:-5000px;
	background-image:url(/img/menu.jpg);
	background-repeat:no-repeat;
	background-position: 0 0px;
	width: 118px;
}

#one-ddheader a:hover{
	background-position: 0px -35px;
}

#two-ddheader a{
	text-indent:-5000px;
	background-image:url(/img/menu.jpg);
	background-repeat:no-repeat;
	background-position: -119px 0px;
	width: 118px;
}

#two-ddheader a:hover{
	background-position: -119px -35px;
	width: 118px;
}

#three-ddheader a{
	text-indent:-5000px;
	background-image:url(/img/menu.jpg);
	background-repeat:no-repeat;
	background-position: -237px 0px;
	width: 118px;
}

#three-ddheader a:hover{
	background-position: -237px -35px;
	width: 118px;
}

#four-ddheader a{
	text-indent:-5000px;
	background-image:url(/img/menu.jpg);
	background-repeat:no-repeat;
	background-position: -355px 0px;
	width: 118px;
}

#four-ddheader a:hover{
	background-position: -355px -35px;
	width: 118px;
}

#five-ddheader a{
	text-indent:-5000px;
	background-image:url(/img/menu.jpg);
	background-repeat:no-repeat;
	background-position: -473px 0px;
	width: 118px;
}

#five-ddheader a:hover{
	background-position: -473px -35px;
	width: 118px;
}

#six-ddheader a{
	text-indent:-5000px;
	background-image:url(/img/menu.jpg);
	background-repeat:no-repeat;
	background-position: -591px 0px;
	width: 118px;
}

#six-ddheader a:hover{
	background-position: -591px -35px;
	width: 118px;
}
