html {
height: 100%;
}
body {
	height: 100%;
	color: #553c37;
	font-size: 75%;
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	line-height: 160%;
	text-align: center;
	background: url("/diary/img/aback.jpg") center top repeat-y;
	background-color: #f4edd3;
}
p {
margin: 0 0 25px 0;
}
h1, h2, h3 {
font-size: medium;
font-weight: normal;
margin: 0;
}
img {
border: 0;
}
ol {
margin: 0;
padding: 0;
margin-left: 10px;
}
ol li {
margin: 0 0 0 1em;
padding: 0;
}

a { color: #553C37; text-decoration: underline; }
a:link { color: #553C37; text-decoration: underline; }
a:visited	{ color: #553C37; text-decoration: underline; }
a:active { color: #782919  }
a:hover { color: #782919  }

#container {
	background-image: none;
	position:relative;
	width: 900px;
	margin: 0 auto 0 auto;
}
#content {
	position: relative;
	width: 566px;
	/* background: url("/diary/img/back.jpg") left top repeat-y; */
	float: left;
}
#left {
	width: 167px;
	/* background: url("/diary/img/backl.jpg") left top repeat-y; */
	float: left;
}
#right {
	width: 167px;
	/*background: url("/diary/img/backr.jpg") left top repeat-y;*/
	float: left;
}
#idx {
	text-align: left;
	padding: 45px 86px;
}

h1 img {
	margin: 70px 0 18px 0;
}

#idx h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
}

#idx a {
	display: block;
	padding: 19px 0;
}
#idx a:hover {
	background-color: #e6ce8b;
	/* border: 1px dashed #ccc; */
}

#idx img {
	float: left;
	margin: 0 15px 0 0;
}

#idx p {
	margin: 9px 0 0 0;
}

#toppage {
	position: absolute;
	top: 20px;
	left: 520px;
}
#toppage a {
display: block;
}
#toppage a:hover {
background-color: #e6ce8b;
}

#entryheader {
	padding: 48px 70px 0 70px;
	text-align: left;
}
#entryheader img {
	float: left;
	margin-right: 26px;
}
#entryheader h2 {
	margin: 0 0 32px 0;
}
#entrydate {
	font-size: medium;
	margin: 0 0 28px 0;
}
#authorname {
	font-size: medium;
	margin: 0;
}
#entrybody {
	text-align: left;
	line-height: 170%;
	padding: 50px 70px;
}
#nav {
	width: 436px;
	height: 20px;
	margin: 40px auto;
}
#navleft {
	width: 128px;
	height: 17px;
	float: left;
	text-align: left;
}
#navcenter {
	width: 177px;
	height: 17px;
	float: left;
	text-align: center;
}
#navright {
	width: 128px;
	height: 17px;
	float: left;
	text-align: right;
}
a.entrynav {
	display: block;
}
a.entrynav:hover {
	background-color: #e6ce8b;
	/* border: 1px dashed #ccc; */
}

.clr {
	height: 1px;
	overflow: hidden;
	clear: both;
}
