/* Base Theme ============================================================= */


/* Print ----------------------------------------------------------------- */

body {
  width: 100%;

  font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
  font-size: 12pt;
  color: #000000;
  background-color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 1px;

  text-align: left;

}

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;

}

a.link, 
a.visited {
    color: #000000;
    text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ")";
  font-size: 90%;
}

#header-1, #global-menu, .local-menu, .local-menu-link, #footer-1,
#comments, #trackbacks, .entry-categories, .entry-tags, .homelogo,
.copyrights, caption {
 display: none; 
}

#container, #container-inner, #header-2, #header-2-inner, 
#content, #content-inner, #alpha, #alpha-inner {
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
}



#header-name {
    font-size: 150%;
    margin-bottom: .25em;
    width: 100%;
    border-bottom: 1px solid #000000;
    text-decolation: none;
    color: #000000;
}

#header-description {
    padding-left: 50px;
    line-height: 1.2;
}

.printonlytitle {
    font-size: 200%;
    margin-bottom: .25em;
    width: auto;
    border-bottom: 2px solid #CCCCCC;
    float: left;
}


.asset-header {
  background-color: #FFFFFF;
  color: #000000;
  display: block;
  margin-bottom: 0px;
}

.asset-meta {
  background-color: #FFFFFF;
  color: #000000;
  float: right;
}

h2,h3,h4,h5,h6 {
  color: #000000;
  text-decoration: underline;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

#h1-beautifulfont {
  color: #000000;
}

.footer {
  width: 100%;
  border: 1px solid #666666;
  display: block;
}

h2 {
  font-size: 150%;
  border-bottom: 1px solid #000000;
}

table {
  width: 100%;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}

td, th {
  border: 1px solid #000000;
}










