@charset   "Shift_JIS";
p {
color: black;
text-decoration: none;
font-family: Arial;
font-size: x-small;
}
a {
color: black;
text-decoration: none;
font-family: Arial;
font-size: x-small;
}
body {
	text-decoration: none;
	font-family: Arial;
}
th {
font-size: 100%;
text-decoration: none;
font-family : Arial;
}
tr {
text-decoration: none;
font-family: Arial;
}
td {
text-decoration: none;
font-family: Arial;
}
caption {
	text-decoration: none;
	font-family: Arial;
}
h1 {
font-family: Arial;
}
b {
font-size: small;
font-family: Arial;
text-decoration: none;
}
strong {
font-size: 105%;
font-family: Arial;
text-decoration: none;
}
font {
font-size: small;
font-family: Arial;
}
ol {
font-size: x-small;
font-family: Arial;
}
ul {
font-size: x-small;
font-family: Arial;
}
table {
	font-size: x-small;
	font-family: Arial;
}
A:visited {
	background-color: #ebebeb;
	color: black;
}
A:active {
	font-weight: normal;
	background-color: inherit;
}
A:link {
	font-weight: normal;
}
A:hover {
	font-weight: normal;
	background-color: #bbffbb;
	font-family: Arial;
}
            
#dd {
  margin-left: 25%;
  padding: 0 0 20px 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #5970B2;
  padding: 4px 10px;
  margin: 0 1px 0 0;
  color: #FFF;
  width: 60px;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #49A3FF;
}

.submenu {
  background: #EAEBD8;
  border: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #2875DE;
}

.submenu a:hover {
  background: #49A3FF;
  color: #FFF;
}

          