body {
  background-color: white;
}

div#box-logo {
  height: 40px;
  border-style: solid;
  border-color: black;
  border-width: 0px;
  padding-top: 0px;
  margin-top: -15px;
  margin-left: -10px;
  margin-right: -10px;
  background-image: url(img/border01.jpg);
}

img.border01-logo-toyokanko {
  position: absolute;
  top: 0px;
  left: 10px;
  border-style: none;
}

a.link-menu01 {
  font-size: 0.7em;
  float: right;
  padding: 1.1em;
  margin-left: 2px;
  margin-right: 15px;
  margin-top: 2px;
  border-style: none;
  border-color: darkgray;
  border-width: 1px;
  color: white;
  text-decoration: none;
}
a.link-home {
  font-size: 0.6em;
  float: right;
  padding: 1.2em;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  border-style: none;
  border-color: darkgray;
  border-width: 0px;
  color: white;
  text-decoration: none;
}
a.link-menu01:hover {
  background-image: url(img/button-link.jpg);
  border-style: solid;
  border-width: 0.5px;
  color: white;
}
a.link-home:hover {
  background-image: url(img/button-home.jpg);
  border-style: solid;
  border-width: 0.5px;
  color: white;
}

div#box-main01 {
  width: 160px;
  height: 320px;
  border-style: none;
  border-color: red;
  border-width: 1px;
  margin-top: 60px;
}
div#box-main01-01 {
  width: 160px;
  height: 320px;
  border-style: solid;
  border-color: gray;
  border-width: 0px;
  float: left;
}
div#box-main01-02 {
  width: 160px;
  height: 320px;
  border-style: solid;
  border-color: blue;
  border-width: 0px;
  margin-left: 10px;
  float: left;
}
div#box-main01-03 {
  width: 160px;
  height: 320px;
  border-style: solid;
  border-color: brack;
  border-width: 0px;
  margin-left: 10px;
  float: left;
}

div#box-main02 {
  width: 160px;
  height: 150px;
  border-style: none;
  border-color: blue;
  border-width: 1px;
  margin-top: 15px;
}
div#box-main02-01 {
  width: 160px;
  height: 150px;
  border-style: none;
  border-color: gray;
  border-width: 1px;
  float: left;
}


p.main {
  font-size: 0.8em;
  text-align: left;
  padding-left: 1em;
  color: dimgray;
}
p.main01 {
  font-size: 0.8em;
  text-align: left;
  padding-left: 1em;
  line-height: 1.3em;
}
a.link-store {
  text-decoration: none;
  color: dimgray;
}
a.link-store:hover {
  text-decoration: underline;
  color: black;
}


div#anchor {
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 1em;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-color: gray;
  border-width: 1px;
  font-size: 0.7em;
  color: gray;
}

  
