/* CSS Document */

/* dropmenu */	
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	z-index:100;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	border-top-width: 1px;
	border-right-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: #FF55BB;
	border-right-color: #FF55BB;
	border-bottom-color: #FF55BB;
	border-left-color: #FF55BB;
	background-color: #FFFFFF;
	text-align: left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F65599;
	line-height: 1.3em;
}

#dropmenudiv a:hover{ /*hover background color*/
		color: #FFFFFF;
	background-color: #FF55BB;
}

/* ================================================ */

