@charset "UTF-8";


/* -- ページ --------------------------------------------------------------- */
.blog-name {
	margin: 0 0 5px 0;
}
.blog-copy {
	text-align: center;
	margin: 0 0 15px 0;
}

/* -- エントリータイトル -- */
.voice-title {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
}
.voice-title td {
	padding: 3px;
}
.voice-title .number {
	color: #FFF;
	text-align: center;
	background: #563929;
	width: 30px;
	padding: 0;
}
.voice-title .name {
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	background: #946B52;
}
.voice-title .category {
	color: #946B52;
	text-align: right;
	background: #E1D2BD;
}

.voice-title a {
	color: #FFF;
	font-weight: bold;
}

/* -- トップ --------------------------------------------------------------- */
.top-body {
	clear: both;
	margin-bottom: 15px;
}
.top-img {
	width: 200px;
	margin-right: 15px;
	float: left;
}
.top-img-inner {
	text-align: center;
	padding: 10px;
	border: 1px solid #C4C4C4;
}
.top-img-inner a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.top-excerpt {
	color: #6F563F;
}

/* -- エントリー --------------------------------------------------------------- */
.entry-body,
.entry-more {
	clear: both;
	color: #825235;
	margin: 0 5px 15px 30px;
}

/* -- フッター -- */
.entry-footer {
	margin: 0 auto;
}

