@charset "UTF-8";

.mainImage {
	display: block;
}

.post {
	border:none;
	font-size:1.2em;
	line-height:2em;
	margin:0;
	padding:0;
}

.post .entry {
	border-bottom: 2px solid #ddd;
	padding-bottom: 25px;
}

.post .lead,
.post .entryCatch {
	margin: 40px 0;
	clear: both;
}
.post .lead2 {
	margin: 40px 0;
}
.post p.question {
	color: #690;
	font-weight: bold;
}
.post p.answer {
	margin-bottom: 2em;
}

.post strong {
	font-weight:bold;
}

.post .photoRight,
.post .photoLeft,
.post .photoFull {
	width: 180px;
	font-size: 0.9em;
	line-height: 1.6em;
	background-color: #eee;
	margin-bottom: 15px;
}
.post .photoRight {
	margin-left: 20px;
	float: right;
}
.post .photoLeft {
	margin-right: 20px;
	float: left;
}
.post .photoFull {
	width: 490px;
}
.post .photoRight div.caption,
.post .photoLeft div.caption,
.post .photoFull div.caption {
	padding: 10px;
}
.post .photoRight img,
.post .photoLeft img,
.post .photoFull img {
	vertical-align:bottom;
}

#contentsMainArea .line{
	border-top: 1px solid #ddd;
	margin: 30px 0 40px;
	padding-top: 30px;
}

/* .metadataBlock */
.metadataBlock {
	background: #eee;
}
.metadataBlock .link {
	float: none;
	width: 100%;
}
.metadataBlock .keywordBlock{
	float: none;
	width: 283px;
}
