/* CSS Document */

<!--
body {
	margin:10px;
}

* {
	padding:0;
	margin:0;
}

#dropdown {
	width:980px;/* ?????? width:774px */
	height:27px;
	background:#ccc;
	border:solid #ccc;
	border-width:0 0 0 6px;
}

#dropdown dl {
	float:left;
}

#dropdown dt {
	width:140px;
	height:17px;
	padding:5px 0;/* ?????? padding:5px 0 5px 6px; */
	/* 9ac1c9 */	
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	background:url(http://random.ne.jp/image/site/icon.gif) no-repeat;
	font-size:80%;
	line-height:1.3em;
}

/* ??????(HTML? class="end" ???) */
#dropdown dt.end {
	padding-left:0;
}
/* end */

#dropdown dt:hover {
	background:url(http://random.ne.jp/image/site/icon_over.gif) no-repeat;
}

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

#dropdown ul {
	width:138px;
	border:solid #9ac1c9;
	border-width:0 1px 1px 1px;
	list-style:none;
}

#dropdown li {
	font-size:80%;
	display:inline;
}

#dropdown a {
	width:128px;/* IE6 */
	padding:5px;
	background:#eaf0f2;
	color:#547f71;
	border-bottom:1px solid #b9d6dc;
	display:block;
	text-decoration:none;
}

#dropdown a:hover {
	background:#d9e1e4;
}

#dropdown .none {
	border-bottom:none;	
}
.style1 {color: #333333}
-->

