@charset "UTF-8";

#contentsMainArea .titleCaption p.caption {
	padding: 20px;
}
.postIndexBlock .post {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: none;
	padding: 0;
}

.postIndexBlock .post li {
	border-bottom: 1px solid #ddd;
}

.postIndexBlock .post li a {
	background: url('../images/bg_index_q.gif') #fff no-repeat center left;
	padding: 18px 0 18px 50px;
	display: block;
}
.postIndexBlock .post li a:hover {
	background: url('../images/bg_index_q.gif') #eee no-repeat center left;
}

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