@charset "UTF-8";

@import "new-styles.css";

* {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    }

body {
    font-family: sans-serif;
    font-size: 11px;
    background-color: white;
    color: black;
    margin: 0 1em 0 1em;
    }

ul.navigation, 
ul.footer, 
ul.posted, 
div#trackbacks, 
div#comments, 
hr, 
div.section del, 
div#menu,
p.description,
p.skip-nav,
ul.heading-nav,
ul.sitepath,
div.footer-content,
ul.foote,
ul#header-nav,
address a {
    display: none;
    }

div.section {
    margin: 0;
    padding: 0;
    }

div#main div.section div.section {
  margin: 0 1em 0 1em;
}

h1 {
    font-size: 100%;
    margin: 5px 1em 5px 1em;
    border-width: 0 0 1px 0;
    border-weight: 1px;
    border-style: solid;
    }

div#main h2 {
    font-size: 100%;
    text-align: right;
    margin: 0;
    padding: 0 1em 20px 0;
    }

div#main h3 {
    font-size: 120%;
    margin: 2em 0 0 0;
    padding: 0;
    font-weight: bold;
    }

div#main h4 {
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin: 2em 0 1em 0;
    }

a {
    color: black;
    text-decoration: none;
    }

div.section p {
    margin: 0;
    padding: 1em 0 0 1.5em;
    /*text-indent: 1em;*/
    line-height: 1.2;
    }

address {
    margin: 50px 10px 10px 10px;
    padding: 10px 10px 0 10px;
    border-top: 1px solid #000;
    }

strong {
    font-weight: bold;
    }

em {
    font-style: italic;
    }

/*エントリー本文内の後から打ち消し*/
div.section del {
  text-decoration: line-through;
  color: #999;
  padding: 0 0.5em;
  font-size: 90%;
}

/*エントリー本文内の後から挿入*/
div.section ins {
  border: 1px solid #333;
}

div.section ins p {
  color: #000;
  padding: 5px;
}

div.section p ins {
  border: 1px solid #333;
  color: #000;
}

/*エントリー本文内のプロブラミングコード・キーボード入力・出力サンプル共通スタイル*/
div.section code,
div.section kbd,
div.section samp,
div.section var  {
  font-family: monospace;
  white-space: nowrap;
}

/*エントリー本文内にある整形済みテキスト内のプロブラミングコード・キーボード入力・出力サンプル共通スタイル*/
div.section pre code,
div.section pre kbd,
div.section pre samp,
div.section pre var {
  white-space: pre;
}

ul.refer li cite {
  font-size: 90%;
  color: #000;
}

div.section blockquote {
  border: 1px solid #000;
  paddding: 0;
}

div.section blockquote p {
  color: #000;
  font-size: 95%;
  line-height: 1.3;
  padding: 5px;
  font-family: "Lucida Grande" !important;
}


div.section pre {
  font-size: 95%;
  border: 1px solid #000;
  background-color: #E5E5E5;
  color: #000;
}
h1 a:after,
ul.refer li a:after {
  content: "\00A0\005B\0055\0052\004C\005D\00A0\2192\00A0"attr(href);
  font-size: 85%;
}

div.section ins {
  border: none;
  text-decoration: underline;
}

div.section p abbr {
  border: none;
}

div.section p abbr:after {
  content: "\0028"attr(title)"\0029";
  font-size: 85%;
}

div.section ins:after {
  content: "\00A0"attr(datetime)"\00A0\306B\8FFD\52A0";
  font-size: 85%;
}

div.section p ins {
  border: none;
}

form {
  display: none;
}

p.with-image img {
  float:left;
  margin: 5px 15px 10px 0;
  padding: 0;
}

table {
  width: 150mm;
}

caption { 
  display: none;
}

th, td {
  border-bottom: 1px solid black;
  text-align: left;
  margin: 0.5em 0;
}

dl {
  margin: 1.5em 0 1.5em 2em;
}