/* @charset "EUC-JP" */

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

body {
  background-color: #F0F0F0;
}

div#container {
  width: 100%;
  background-color: #F0F0F0;
}

div#brand-logo {
  float:left;
  width:20%;
}

div#brand-logo img {
  vertical-align: bottom;
  background-color: white;
  width:100%;
}

div#brand-name {
  width: 60%;
  float:left;
  font-size: smaller;
}

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

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

div#irstreet {
  float:right;
  width:20%;
}

div#irstreet img {
  vertical-align: bottom;
  width:100%;
}
