@charset "UTF-8";
/* CSS Document */

            
#dd {
	padding: 0;
	text-align: right;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#dd li {
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-weight: normal;
}

#dd li a.menu {
	display: block;
	text-align: center;
	color: #FFF;
	width: 80px;
	text-decoration: none;
	background-color: #990000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

*html #dd li a.menu {
	display: block;
	text-align: center;
	color: #FFF;
	width: 80px;
	text-decoration: none;
	background-color: #990000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#dd li a.menu:hover {
	background-color: #540000;
}

.submenu {
	visibility: hidden;
	position: absolute;
	z-index: 100;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	background-color: #FFFFFF;
}

.submenu a {
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 5px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	width: 160px;
}

.submenu a:hover {
	color: #990000;
	background-color: #E5E5E5;
	text-decoration: none;
}

          

