/****************/
/* main section */
/****************/

body {
 margin-left: 50px;
 font-family: 'Trebuchet MS', Verdana, sans-serif;
}

h1 {
 font-size: 125%;
 padding: 25px 0 1em 1em;
 font-family: 'Palatino Linotype', Times, serif;
}


/******************/
/* header section */
/******************/

div.menu {
 text-align: right;
}

/********************/
/* contents section */
/********************/

h2 {
 font-size: 100%;
 margin-top: 5em;
}

div.day span.sanchor {
 background-image: url("edit.png");
 background-position: bottom right;
 background-repeat: no-repeat;
 padding: 16px 16px 0px 0px;
 font-size: 0px;
}

h3 {
 font-size: 100%;
}

h3 a.anchor {
 text-decoration: none;
}

div.article_body {
 margin: 0 0 2em 1.5em;
}

.fn {
 border-top: 1px solid #e5e5e5;
 font-size: 80%;
 margin-left: 7em;
 list-style-type: none;
}

.fn p {
 margin: 0;
}

q, kbd, pre, code, blockquote {
 background-color: #e5e5e5; 
}

p code, p kbd, p q,
li code, li kbd, li q {
 margin-left: 0.5em;
 margin-right: 0.5em;
}

pre {
 margin: 1.5em;
 overflow: auto;
 font-size: 80%;
}

code {
 font-family: 'Courier New', sans-serif;
}

em {
 font-style: normal;
 border-bottom: 1px solid #000;
}

strong {
 border-bottom: 1px double #000;
}

dl {
 padding-left: 2em;
}

dt {
 font-weight: bold;
}

dd {
 padding-top: 0.5em;
 margin-top: 0.5em;
 margin-bottom: 1em;
 border-top: 1px solid #ddd;
 font-size: 80%;
}

ul.none {
 list-style-type: none;
}

li {
 padding-top: 5px;
}

hr.none {
 display: none;
}

blockquote {
 margin: 1.5em;
}

.contents {
 padding-left: 2em;
}

.widediarytable {
 text-align: center;
 clear: both;
 margin-bottom: 3em;
}



/******************/
/* footer section */
/******************/

div.info {
 text-align: right;
}

address {
 font-style: normal;
 display: inline;
}

