@charset "EUC-JP";

body{
	color: #000;
	background-color: #b2a04a;
	font-family: verdana,georgia,arial,sans-serif;
	margin: 20px 60px 10px 60px;
}

A, A:link, A:visited {
	color: #336688;
	text-decoration: underline;
}
A:active, A:hover {
	color: #cc0000;
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

/* Style for banner */

#banner {
	text-align: right;
	padding-bottom: 16px;
}

/* Blog title */
#banner a,link,visited,active,hover {
	color: #664400;
	text-decoration: none;
}

/* Blog name */
.blogname {
	color: #664400;
	background-color: #b2a04a;
	font-size: large;
	font-weight: bold;
}

/* Blog description */
.description {
	color: #664400;
	background-color: #f3d33f;
	font-size: small;
	line-height: 100%;
}

/* Style for Blog content */

/* Content box */
#content {
	margin: 15px 10px 0 10px;
}

/* Content box */
.blog {
	padding: 0px;
}

/* Entry box */
.entry {
	font-size: small;
	font-weight: normal;
	whote-space: normal;
	line-height: 140%;
	margin: 0px 8px 0 8px;
}

/*
.entry p {
	margin: 0em;
}
*/

/* date of entry*/
/*
.date {
	color: #b2a04a;
	background-color: #f3d33f;
	font-size: small;
	font-weight: bold;
	padding: 4px 0px 4px 4px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

.day {
	float: left;
	font-size: small;
	line-height: 100%;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-left: 4pt;
	margin-right: 3pt;
	padding-right: 3pt;
	border-right: 4px solid #FFF;
}
*/

.date {
	color: #b2a04a;
	background-color: #f3d33f;
	font-size: small;
	line-height: 110%;
	font-weight: normal;
	padding: 3px 0;
	margin-bottom: 10px;
}

.day {
	float: left;
	font-size: xx-large;
	line-height: 100%;
	font-weight: normal;
	letter-spacing: 0.02em;
	margin-left: 4pt;
	margin-right: 3pt;
	padding-right: 3pt;
	border-right: 4px solid #FFF;
}

/* title of entry*/
.title {
	color: #b2a04a;
	font-size: large;
	font-weight: bold;
}

.title a,
.title a:link,
.title a:active,
.title a:visited {
	color: #b2a04a;
	text-decoration: none;
}

.title a:hover {
	color: #b2a04a;
	text-decoration: underline;
}

/* Subtitle of entry*/
.subtitle {
	font-size: x-small;
	text-align: right;
	line-height: 100%;
}

/* category of entry */
.category {
	font-size: x-small;
	line-height: 100%;
	padding-top: 8px;
	text-align:right;
}

/* postedtime,comment,trackback information for entry */
.posted {
	font-size: x-small;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 16px;
}

/* comment for entry */
.comments-head	{
	color: #b2a04a;
	background-color: #f3d33f;
	font-size: small;
	font-weight: bold;
	line-height: 100%;
	margin: 2em 0.5em 0 0;
	padding: 4px 0px 4px 4px;
}

/* comment body */
.comments-title {
	color: #b2a04a;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
	margin-right: 0.2em;
/*	border-bottom: 1px dotted #888;*/
}

/* comment body */
.comments-body {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-right: 0.5em;
	border-bottom: 1px dashed #ccc;
}

/* postedtime for comment */
.comments-post {
	font-size: x-small;
	text-align:right;
	margin: 0 0 1em 0;
}

.trackback-body {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-left: 0em;
	border-bottom: 1px dashed #ccc;
}

.trackback-title {
	color: #b2a04a;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
	margin-right: 0.2em;
}

.trackback-url {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	padding: 0.5em;
	border: 1px dotted #000;
}

.trackback-post {
	font-size: x-small;
	font-weight: normal;
	border-bottom: 1px dotted #000;
}

.worning {
	color: #000;
	font-size: small;
	font-weight: normal;
}

#banner-commentspop {
	color: #000;
	font-size:large;
	font-weight:bold;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-top:1px solid #FFF;
	background-color:#003366;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}

/* footer */
.footer {
	color: #000;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
/*	padding: 0.2em 1em 0.5em 0;*/
	padding: 4px 16px 8px 0px;
	border-top: 1px solid #888;
}

/* -------------------- */

textarea {
}

blockquote, pre {
	color: #000;
	line-height: 110%;
/*	margin: 0.5em 1.5em 0.5em 1.5em;*/
	padding: 8px 8px;
	background-color: #b2a04a;
	margin: 4px 16px 4px 16px;
	border-color: #ccc;
	border-style: dashed;
	border-width: 1px;
}

ul,ol {
	font-size: small;
	line-height: 110%;
	background-color: #b2a04a;
	padding: 8px 8px 8px 32px;
	margin: 4px 16px 4px 16px;
	border-color: #ccc;
	border-style: dashed;
	border-width: 1px;
}

/*
.entry img {
	#float: left;
	margin: 0 1em 1em 0;
}
*/
/* Style for sidebox */

#sidebox {
	margin-top: 15px;
	margin-right: 10px;
	text-align: center;
	width: 260px;
}

.sideboxtitle, .calendartitle {
	color: #b2a04a;
	background-color: #f3d33f;
	font-size: small;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
	margin-left: 8px;
	margin-top: 2px;
	padding: 4px 0px 4px 4px;
}

.sidebody {
	color: #000;
	background-color: #ecc50e;
	font-size:x-small;
	line-height:140%;
	text-align:left;
	margin-bottom: 15px;
	margin-left: 12px;
	padding: 2px;
}

.calendar {
	color: #000;
	background-color: #ffffff;
	font-size:x-small;
	font-weight:normal;
	line-height:140%;
	text-align:center;
	padding: 0.2em 0 0.2em 0;
	margin-bottom: 15px;
}

/* category-banner */
/* -------------------- */

/* style for category name in category list*/
.category-banner {
	color: #b2a04a;
	background-color: #f3d33f;
	font-size: small;
	font-weight: bold;
	padding: 4px 0px 4px 4px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;

}

.category-banner dt {
}

.category-banner dd {
	font-size: small;
	font-weight: normal;
/*	padding: 3px 3pt;*/
/*	border-top: 1px dashed #ccc;*/
}
