css

body {
  width: 97%;
  word-wrap: break-word;
  word-break: break-all;
  text-align: left;
  color: black;
  background-color: white;
  margin: 0 0 20px 0;
}

p, div {
  padding: 0;
  margin: 0;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}

a {
  text-decoration: underline;
  padding-left: 4px;
  padding-right: 4px;
}
a:link {
  color: #006;
}
a:visited {
  color: #200;
}
a:hover {
  color: #036;
  background-color: #eee;
}
a:active {
  color: #036;
  background-color: #ccc;
}
p.posted a, p.posted a:link, p.posted a:visited, p.posted a:hover, p.posted a:active {
  text-decoration: none;
}

h1 {
  padding-top: 50px;
  margin-top: 10px;
}
h2 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
h1 a, h2 a {
  text-decoration: none;
  color: black;
}
h3 {
  font-weight: bold;
  padding: .4em 0 .4em .2em;
  margin: 4em 0 0 .1em;
  border-left: .4em solid #bbb;
}

#container {
  text-align: left;
  line-height: 140%;
  padding: 0 0 20px 0;
}

#banner {
  text-align: left;
  font-family: Georgia, Times, serif;
  color: #333;
  padding: 5px 15px 15px 15px;
  /* margin-bottom: 10px; */
  margin-left: 216px;
}
#banner h1 {
  font-size: 240%;
}
#banner h2 {
  font-family: Meiryo, verdana, arial, helvetica, sans-serif;
  font-size: 80%; 
  padding: 4px;
  margin: 0;
}

#center {
  margin-left: 240px;
  overflow: visible;
}
.content {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 85%;
  color: #333;
  padding: 15px 15px 5px 15px;
}

#right {
  position: absolute;
  left: 8px;
  top: 16px;
  width: 220px;
  overflow: visible;
}

.content p {
  text-align: left;
  line-height: 200%;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  color: #333;
  margin-left: .1em;
}

.content blockquote {
  line-height: 180%;
  padding: .5em 1em;
  border: 1px solid #aaa;
  /* font-style: italic; */
}
.content blockquote p {
  margin-top: 2em;
}
cite {
  font-style: italic;
}

.content li {
  line-height: 160%;
  margin-top: 3px;
  margin-bottom: 3px;
}

.content h2 {
  text-align: left;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 140%;
  color: #333;
  padding: 30px 3px 3px 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #444444;
}

.content h3 {
  text-align: left;
  font-family: sans-serif, Georgia, 'Times New Roman', serif;
  font-size: 130%;
  color: #666;
  margin-top: 20px;
  margin-bottom: 10px;
}

.content p.posted {
  text-align: left;
  line-height: 100%;
  font-family: Meiryo, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: black;
  padding-bottom: .3em;
  padding-left: 1em;
  margin-top: 2em;
  margin-bottom: 4em;
  border-bottom: 1px dashed #999999;
}

.sidebar {
  padding: 10px;
}

#calendar {
  text-align: center;
  line-height: 140%;
  font-family: Meiryo, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333;
  padding: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#calendar table {
  width: 100%;
  padding: 2px;
  border: 0;
  border-collapse: collapse;
}

#calendar caption {
  letter-spacing: .3em;
  text-align: left;
  text-transform: uppercase;
  line-height: 140%;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  color: #360;
}

#calendar th {
  text-align: center;
  font-weight: normal;
}

#calendar td {
  text-align: center;
}

.sidebar h2 {
  letter-spacing: .3em;
  text-align: left;
  text-transform: uppercase;
  line-height: 140%;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  color: #360;
  margin-top: 30px;
  margin-bottom: 10px;
}

.sidebar ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 30px;
}

.sidebar li {
  list-style-type: none;
  text-align: left;
  line-height: 160%;
  font-family: Meiryo, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}

.sidebar #recent-entries li {
  list-style-type: none;
  text-align: left;
  line-height: 117%;
  font-family: Meiryo, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}

.sidebar img {
  z-index: -1;
  border: 1px solid #333333;
}

.link-note {
  text-align: left;
  line-height: 150%;
  font-family: Meiryo, Verdana, Arial, sans-serif;
  font-size: 12px;
  padding: 2px;
  margin-bottom: 15px;
}

#powered {
  text-align: left;
  font-family: Meiryo, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  margin-bottom: 50px;
}

#comment-data {
  float: left;
  width: 180px;
  text-align: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px dotted #bbbbbb;
}

textarea[id="comment-text"] {
  width: 80%;
}

img {
  vertical-align: middle;
}

#photo {
  padding-left: 20px;
}

div.entry-body img {
  padding: .3em 1em;
}

small {
  font-size: 65%;
}

div.ascii-art {
  font-size: 12pt;
  line-height: 18px;
  font-family: "Mona", "IPA MONAPGOTHIC", "MS Pゴシック", sans-serif;
}

pre {
  background-color: #eee;
  padding: .5em .5em .5em 1em;
  margin: 1em 2em 1em 1em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #888888;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #888888;
}

.syntax-highlight, .script {
  font-family: monospace;
  background-color: #f0f8ff;
  padding: .5em .5em .5em 1em;
  margin: 1em 2em 1em 1em;
  border-top: 1px solid #ddddee;
  border-bottom: 1px solid #888899;
  border-left: 1px solid #ddddee;
  border-right: 1px solid #888899;
}

.synSpecial {
  color: #c000c0;
}
.synType {
  color: #008000;
}
.synComment {
  color: #0000c0;
}
.synPreProc {
  color: #c000c0;
}
.synIdentifier {
  color: #008080;
}
.synConstant {
  color: #c00000;
}
.synStatement {
  color: #804000;
}

.content blockquote p.blockquotesource {
  font-style: italic;
  line-height: 120%;
  padding: 0;
  margin: 1.4em 0 .4em;
}