/* --- ????????? --- */
div.nav {
width: 100%; /* ????????? */
background: #4e83b3 url(hor_menu6_off.gif) repeat-x top; /* ?????????? */
border-top: 2px #84aed2 solid; /* ???? */
border-bottom: 2px #2c5170 solid; /* ???? */
font-size: 80%;
}

/* --- ??????? --- */
div.nav ul.nl {
width: 820px; /* ?????? */
margin: 0 auto; /* ??????? */
padding: 0;
background: #4e83b3 url(hor_menu6_off.gif) repeat-x top; /* ??????? */
border-left: 1px #2c5170 solid; /* ????????? */
border-right: 1px #84aed2 solid; /* ????????? */
list-style-type: none;
text-align: center;
}

/* --- ?????? --- */
div.nav ul.nl li {
width: 11.1%; /* ???? */
float: left;
}

/* --- ??? --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6? */
padding: 7px 2px 4px; /* ???????????????????? */
border-left: 1px #84aed2 solid; /* ??????????? */
border-right: 1px #2c5170 solid; /* ??????????? */
text-decoration: none; /* ??????????? */
font-weight: bold; /* ????????? */
color: #ffffff; /* ??? */
line-height: 100%; /* ???? */
}
/* ???? */
div.nav ul.nl li a span.en {
display: block;
margin-top: 2px; /* ?????????? */
font-size: 85%; /* ???????? */
font-weight: normal; /* ??????????? */
color: #eee8aa; /* ?????? */
}
/* --- ???????? --- */
div.nav ul.nl li a:hover {
background: #5e91bd url(hor_menu6_on.gif) repeat-x top; /* ???????? */
}
div.nav ul.nl li a:hover span.en {
color: #fde337; /* ???????????? */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;