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

body {
	color: #111;
	background-color: #f5f5f5;
	margin-left: 100px;
	line-height: 1.4em;
	background-image: url("moon.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	}

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

/* a:link { color: #990033; } */
a:link { color: #cc3366; }
a:visited,
a:active,
a:hover { color: #550000; }


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

div.menu {
	text-align: right;
	margin-bottom: 5em;
}

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

h2 {
	clear: both;
	font-size: 100%;
	margin-top: 5em;
	margin-bottom: 2em;
	font-family: 'Palatino Linotype', Times, serif;
}

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

h3 {
	font-size: 100%;
	margin-left: 1em;
	font-family: 'Palatino Linotype', Times, san-serif;
	}

div.article_body {
	margin: 0 0 3em 3em;
	}

.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: #fae0f5; */
}

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;
	font-size: 80%;
	color: #aaa;
}

div.info a {
	color: #ff99aa;
}

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

