/* @charset "EUC-JP" */

/* PDFページのスタイル */

body {
  background-color: #F0F0F0;
}

div#container {
  position: relative;
  top: 0px;
  width: 100%;
  height: 50px;
  border: 5px #F0F0F0 solid;
  margin-left: auto;
  margin-right: auto;
  background-color: #F0F0F0;
}

div#brand-logo {
  position: absolute;
  bottom: 5px;
  left: 0px;
  padding-top: 100%;
  line-height: 50px;
}

div#brand-logo img {
  vertical-align: middle;
  background-color: white;
}

div#brand-name {
  position: absolute;
  top: 10px;
  left: 200px;
  height: 50px;
  width: 450px;
  padding: 5px;
  font-weight: bold;
}

div#brand-name p { 
  font-size: small;
}

div#brand-name p#url { 
  font-size: smaller;
}

div#irstreet {
  position: absolute;
  bottom: 5px;
  right: 0px;
}

div#irstreet img {
  vertical-align: middle;
  width: 150px;
}
