@charset "shift_jis";



/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
#dropdown {
	border:0 solid #ccc;
	line-height: 30px;
	text-decoration: none;
	padding-bottom: 11px;
}
 
#dropdown dl {
	float:left;
}
 
#dropdown dt {
	width:155px;
	height:30px;/* 帯バージョン padding:5px 0 5px 6px; */
	/* 9ac1c9 */	
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	font-size:80%;
	line-height:30px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	margin-right: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
 
/* 帯バージョン（HTMLに class="end" を追加） */
#dropdown dt.end {
	margin-right: 0px;
}
/* end */
#dropdown dt a {
	font-weight: bolder;
	color: #000;
	height: 18px;
	width: 155px;
	line-height: 18px;
	background-image: url(../images/menu_bg.gif);
	margin-right: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
} 
#dropdown dt:hover {
	background-image: url(../images/menu_bg1.gif);
	background-repeat: no-repeat;
}

#dropdown dd {
	width:155px;
	position:absolute;
	overflow:hidden;
	display:none;
	z-index:200;
	opacity:0;
	height: 25px;
	background-image: url(../images/menu_bg.gif);
	margin-right: 1px;
	line-height: 25px;
}
 
#dropdown ul {
	width:155px;
	list-style:none;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
 
#dropdown li {
	font-size:80%;
	display:inline;
	height: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

 
 
#dropdown a {
	width:155px;/* IE6 */
	padding:5px;
	color:#000;
	display:block;
	text-decoration:none;
	margin-right: 1px;
	background-image: url(../images/pp21.gif);
}
 
#dropdown a:hover {
	background-image: url(../images/menu_bg1.gif);
}
 
#dropdown .none {
	border-bottom:none;	
}