/* メニュー */

.menu {
font-family: "Times New Roman", "Verdana", monospace;
text-shadow: #051017 0px 1px 0px;
float: right;
margin: -23px 15px 0px 0px;
font-size: 9px;
}

.menu li {
display: inline;
margin: 0 0 0 5px;
}

.nav1 a {
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
color: #beff0d;
}

.nav1 a:hover {
background: url(images/click.png);
background-repeat: no-repeat;
background-position: center;
padding: 20px 0px 0px 0px;
color: #e6dec5;
}

.nav2 a {
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
color: #0de5ff;
}

.nav2 a:hover {
background: url(images/click.png);
background-repeat: no-repeat;
background-position: center;
padding: 20px 0px 0px 0px;
color: #e6dec5;
}

.nav3 a {
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
color: #ff0d90;
}

.nav3 a:hover {
background: url(images/click.png);
background-repeat: no-repeat;
background-position: center;
padding: 20px 0px 0px 0px;
color: #e6dec5;
}

.nav4 a {
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
color: #fff10d;
}

.nav4 a:hover {
background: url(images/click.png);
background-repeat: no-repeat;
background-position: center;
padding: 20px 0px 0px 0px;
color: #e6dec5;
}
