@charset "UTF-8";

#contentsMainArea h2 {
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}

.postIndexBlock {
	border-top: none;
}

.postIndexBlock .post {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 30px 20px 30px;
}

.postIndexBlock .post h3 {
	font-size:1.2em;
	line-height:1.6em;
	font-weight:bold;
	margin-bottom: 20px;
	display : block;
}

.postIndexBlock .post .text {
	font-size:1.2em;
	line-height:2em;
	margin-bottom: 20px;
}
.postIndexBlock .post .photo {
	width: 214px;
	font-size: 0.9em;
	line-height: 1.6em;
	background-color: #eee;
	margin-left: 20px;
	margin-bottom: 15px;
	display : inline;
	float: right;
}
.postIndexBlock .post .photo .caption {
	margin: 10px;
}
.postIndexBlock .post .photo img{
	vertical-align:bottom;
}

.postIndexBlock .post .info {
	font-size: 1.1em;
	line-height: 1.6em;
	background: url('../images/bg_dotted.gif') repeat-x;
	clear: both;
	overflow: hidden;
	height: 100%;
}
.postIndexBlock .post .info p {
	margin-top: 20px;
}
.postIndexBlock .post strong {
	font-weight: bold;
}
