
/*** main_communities : start ***/
#main_communities {
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
}
#main_communities:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}
*html #main_communities {
	height: 1%;
}
/*** post_community : start ***/
#post_community {
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.p_division {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #cccccc;
}
*html .p_division {
	height: 1%;
}
.post_detail {
	min-height: 26px;
	height: auto !important;
	height: 26px;
	margin-bottom: 4px;
}
.post_detail:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}
*html .post_detail {
	height: 1%;
}
.post_detail dt {
	width: 220px;
	height: 26px;
	line-height: 26px;
	float: left;
	background: #f7f7f7;
}
.post_detail dd {
	float: left;
	padding-left: 10px;
}
.post_title {
	margin-left: 15px;
	color: #000000;
}
.txt_name {
	width: 220px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	color: #000000;
}
.url_name {
	width: 400px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	color: #000000;
}
.url_name_area {
	width: 400px;
	height: 70px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	color: #000000;
	overflow-y: scroll;
}
.number_name {
	width: 120px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	color: #000000;
}
.file_name {
	width: 400px;
	vertical-align: middle;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.yes_conform {
}
.no_conform {
	margin-left: 12px;
}
.foce_icon {
	color: #FF0000;
	margin-left: 5px;
}
/*** ----------------------------- post_footer ---------------------- ***/
#post_footer {
	text-align: center;
	margin-top: 20px;
}
.btn_ok, .btn_cancel, .btn_reset, .btn_back, .btn_next {
	width: 121px;
	height: 30px;
	border: 0;
	margin-left: 6px;
	cursor: pointer;
	vertical-align: middle;
}
*html .btn_ok, *html .btn_cancel, *html .btn_reset, .btn_back, .btn_next {
	padding-left: 9999px;
}
.btn_ok {
	background: url(../images/ok_btn.gif) no-repeat;
}
.btn_cancel {
	background: url(../images/cancel_btn.gif) no-repeat;
}
.btn_reset {
	background: url(../images/reset_btn.gif) no-repeat;
}
.btn_back {
	background: url(../images/back_btn.gif) no-repeat;
}
.btn_next {
	background: url(../images/next_btn.gif) no-repeat;
}
/*** post_community : end ***/
/*** main_communities : end ***/

/*** community_thumb : start ***/
#community_thumb {
	margin-top: 23px;
	position: relative;
}
#community_thumb:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display:block;
	clear: both;
}
*html #community_thumb {
	height: 1%;
}
.thumb_img {
	width: 114px;
	height: 94px;
	margin-left: 4px;
	margin-bottom: 4px !important;
	margin-bottom: 0;
	position: relative;
	display: inline;
	float: left;
}