

.comm_main {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.comm_top {
	position: relative;
	text-align: right;
	border-bottom: 1px solid #d00;
	padding: 3px;
	height: 35px;
}
.comm_top .note {
	position: absolute;
	left: 0px;
	bottom: 10px;
}
.comm_top .title {
	position: absolute;
	text-align: left;
	padding: 3px;
	font-weight: bold;
	right: 0px;
	bottom: 0px;
}
.comm_ctnt {
	padding: 5px;
}

h5 {
	text-align: left;
	color: #a00;
	font-family: Times New Roman;
	font-size: 24px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#comm_post #comm_post_tbl input {
	width: 70%;
}
#comm_post_tbl {
	width: 100%;
}
#comm_post_tbl td {
	padding: 5px;
}