/* for debug*/
/*h1, h2, h3, h4, p, ul, li, div, pre, dl, dt, dd { 
  border-width: .1px;
  border-style: outset;
  border-color: black;
}*/
/*for debug */
/* $B%V%i%&%6$N;EMM5[<}MQ(B */
* {
  box-sizing : border-box;
  -moz-box-sizing : border-box;
  word-break: break-all;	/* IE only */
}
  /* for NN7 (http://www.fromdfj.net/html/border2.html) */
* {
  font-size: 100%;
  color: #000000;
  background-color: transparent;
}
img{
  border:0px;
}
em {
  font-style: normal;
}
body {
  font-size: small;
  background-color: #dedddd;
  font-family: Osaka, Verdana, Arial, sans-serif;
  margin-left: .5%;
  width: 99%;
}
h1 {
  font-size: x-large;
}
h2, h3 {
  font-size: large;
}
h1, h2, h3, h4, h5, h6, em {
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
  font-weight: bold;
}
h2, h3, h4, h5, h5, h6, hr, div, p, pre {
  margin-right: auto;
  margin-left: auto;
}
h2 {
  margin-left: 3%;
  width: 94%;
}
h3 {
  margin-left: 5%;
  width: 90%;
}

.right {
  text-align:right;
}
.center {
  text-align:center;
}
hr.small {
  width: 10%;
}
.noindent {
  text-indent: 0em;
}
span.del {
  text-decoration: line-through;
}
p {
  text-indent: 1.5em;
}
p, ul, ol, dt {
  line-height: 1.6;
}
ul {
  list-style-type: circle;
  list-style-position: inside;
}
.pre {
  text-indent: 0;
  white-space: pre;
}
div.topcomment {
  text-align: center;
  width: 100%;
}
div.topcomment p {
  width: 80%;
  color: #990000;
  font-size: xx-small;
  margin:0px auto;
}

/*	for diary	*/
h1 img.title {
  margin-bottom:-.3em;
  height:1.2em;
  filter:chroma(color=#000000)
}
h2.date {
  font-size: medium;
  color: maroon;
  font-weight: normal;
  font-style: italic;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: olive;
  border-bottom-width: thin;
  border-left-width: 1em;
  padding-top: .2em;
  padding-left: .5em;
  margin-top: 2em;
  margin-bottom: 1em;
}
h3.topic {
  font-size: small;
  margin-top: .5em;
  margin-bottom: .2em;
}
div.diary {
  font-size: x-small;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 1em;
  background-color: silver;
  padding: 1.2em 3%;
}
div.diary p, blockquote, ul, dl, ol {
  margin: .9em;
}
img.flickr {
//  padding: 6px 9px;
//  background-color:#ffffff;
  border-color:#ffffff;
  border-width:6px;
  border-style:solid;
}
dd {
  margin: 0;
}
dd p {
  margin: 100em;
  width: 100%;
}
blockquote {
  font-family: monospace;
  background-color: #d8e0d0;
  padding: .7em;
  border: outset thin #d8e0d0;
}
span.via, a.via {
  color: teal;
}
a.google {
  color: purple;
}
h3 a:link {
  color: #005000;
}
h3 a:visited {
  color: #00CC00;
}
div.diary * a:link {
  color: darkblue;
  text-decoration: underline;
}
div.diary * a:visited {
  color: blue;
}
a {
  text-decoration:none;
}
a:hover, a:focus {
  background-color: black; color: white; text-decoration: none;
}
a:active {
  background-color: red; color: white; text-decoration: none;
}
/* link visited hover active focus */
