#contents {
	width: 630px;
}

#contents h2 {
	margin: 0px;
	padding: 0px;
}
#contents .title {
	margin-bottom: 15px;
}

#contents h3 {
	margin: 0px;
	padding: 0px;
}
#contents .subtitle {
	margin-bottom: 10px;
}
.comment p {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#contents .comment {
	margin-bottom: 15px;
	margin-top: 0px;
}

/* ==================================================== */
/* リスト         */
/* ==================================================== */

#contents .comment .list-type01 {
	margin-left: 10px;
}

/* ==================================================== */
/* テーブル         */
/* ==================================================== */
#contents .comment table {
	margin-bottom: 15px;
	border-collapse:collapse;
	margin-left: 15px;
}

#contents .comment td {
	height: 28px;
	padding-top: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#contents .comment .midashi01 {
	width: 20%;
}
#contents .comment .link-right {
	text-align: right;
}


