* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, address {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
body {
	color: #000000;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka;
	font-size: 11px;
	background-color: #FEEBF0;
}

.contents {
	width: 822px;
	background-color: #FEEBF0;
	margin: 0px auto 0px auto;
}

.header {
	width: 822px;
	background-color: #ffffff;
}

.menu {
	width: 220px;
	vertical-align: top;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FEEBF0;
	color: #000000;
	background-image: url(images/blog_10.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a:link {
	color: #003366;
}
a:visited {
	color: #660066;
}

.main {
	width: 672px;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.entry {
	width: 500px;
	margin: 0px auto 15px auto;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
	background-color: #FFFFFF;
}

.entry_subject {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.entry_body {
	margin-left: 10px;
}

.entry_photo {
	margin: 20px;
	text-align: center;
}

.entry_datetime {
	margin-right: 10px;
	text-align: right;
}

.page_nav {
	text-align: center;
}

.recent_entry {
	margin-left: 10px;
}

.archive {
	margin-left: 10px;
}
