@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2020FF;
	background-color: #000000;
}
a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #aa0000;
}
a:visited {
/*	color: #0000aa;*/
}
a:active {
	color: #0000ff;
}


#dHead p{
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	width:970px;
	height:90px;
}
#dHead{
text-align:center;
	clear:both;
}
#dHead img{
	float:right;
	padding-right:20px;
}
#dMain{
}
#dNavi{
	width:100%;
	height:33px;
	clear:both;
/*	float:right;*/
	background-color:#330000;
}
#dNavi ul{
	list-style-type: none;
	
	padding:0px;
	margin:0px;
	margin-left:20px;
	
}
#dNavi ul li{
	list-style-type: none;
	display: inline;
	position:relative;
	float:left;
	padding:4px;
	margin:0px;
	width:120px;
	height:25px;
}
#dNavi ul li ul{
	list-style-type: none;
	display:none;
	display: none;
	margin:0px;
	margin-top:8px;
	padding:0px;
	position:absolute;
	top:20px;
	left:0px;
	opacity:0.9;
	border-top-width: 1px;
	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: #0033FF;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #0066FF;
}
#dNavi ul li ul li{
	background-color:#000033;
    float: none;
    display: block;
	font-size:16px;
	width:180px;
	border:none;
}
#dNavi ul li ul li:hover{
	background-color:#330000;
    float: none;
    display: block;
	font-size:16px;
}

#dNavi ul li:hover ul{
	list-style-type: none;
	display:block;

}
#dNavi ul li:hover{
	color:#aa0000;
}


#dNavi ul li a{
	width:140px;
	height:25px;
	position:absolute;
}
#dNavi ul li ul li a{
	width:180px;
	position:absolute;
	
}

