a:link {color:white}
a:visited {color:white}

img {
border:none;
}

div.menu {
  clear: both;
  float: left;
}
div.yen {
  float: right;
}

div.center1 {
  clear: both;
  text-align:center;
}
div.center2 {
  width:950px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

div.body_left {
  clear: both;
  width:200px;
  float: left;
}
div.body_right {
  padding-left:200px;
}
ul.nav{
  clear: both;
    width:100%;
    margin-top:20px;
    font-size:16px;
    padding-left:0;
    margin-left:0;
    background-color:#002800;
}

ul.nav li{
    list-style:none;
    padding:15px 5px;
    width:180px;
    float:left;
    border-width:2px;
    background-color:#002800;
    border-color:#002800;
    border-style:ridge;
}

ul.nav a{
    text-decoration:none;
    display:block;
    color:#FFFFFF;
}

ul.nav a:hover{
    width:100%;
    height:100%;
    color:#FFFFFF;
    background-color:#005600;
}

ul.nav_t{
  clear: both;
    width:100%;
    margin-top:20px;
    font-size:16px;
    padding-left:0;
    margin-left:0;
    background-color:#000000;
}

ul.nav_t li{
    list-style:none;
    padding:15px 5px;
    width:180px;
    float:left;
    border-width:2px;
    background-color:#000000;
    border-color:#000000;
    border-style:ridge;
}

.act a{
    text-decoration:none;
    display:block;
    color:#FFFFFF;
    background-color:#005600;
}
