@charset "UTF-8";
div.logo {
   float: left;
   width: 400px;
   height:181px
}
div.navi {
    width:100%;
	clear: both;
	height:30px;
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.text01 {
	font-size: 10pt;
	color: #FFFFFF;
}
.text01 a:link { color: #FFFFFF; } 
.text01 a:visited {
	color: #CCFFFF;
} 
.text01 a:hover { color: #FFFFFF; } 
.text01 a:active { color: #FFFFFF; }

div.info {
    width:100%;
	border-top:1px solid #fff;
	padding:1em 0;
	clear: both;
	background:#FFFFFF;
	background-image: url(img/bg.gif);
}

#navibar {
width:50em;
height:3em;  
margin: 0; 
padding :0;
}
#navibar ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}
#navibar li { 
display : inline; 
padding :0; 
margin:0; 
float:left; 
}
#navibar a {
display:block; 
border-bottom:1px solid #aac; 
border-top:1px solid #aac; 
border-left:1px solid #aac;
background-color:#dde;
font-size:x-small;
padding:1px 0px 1px 0px;
text-decoration:none;
color:#557;
width:7em;
height:1.5em;
margin:1px 0px;
text-align:center;
}
#navibar a:hover {
display:block; 
border-top:1px solid #aca; 
border-bottom:1px solid #aca; 
border-left:1px solid #aca; 
background-color: #ded;
font-size:x-small;
padding:1px 0px 1px 0px;
text-decoration:none;
color:#575;
height:1.5em;
text-align:center;
}
#navibar #menu_left a {
display:block; 
border:1px solid #aac;
background-color:#dde;
font-size:x-small;
padding:1px 0px 1px 0px;
text-decoration:none;
color:#557;
width:7em;
height:1.5em;
margin:1px 0px;
text-align:center;
}
#navibar #menu_left a:hover {
background-color:#ded;
display:block; 
border1px solid #aca;
background-color:#ded;
font-size:x-small;
padding:1px 0px;
text-decoration:none;
color:#575;height:1.5em;
text-align:center;
}
div.maincon {
    width:100%;
	clear: both;
	margin:5px;
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
