/*
	掲示板用スタイル
*/
@charset "utf-8";

.bbs_tit {
	background-color: #D0D0D0;
	height: 30px;
	color: #333333;
	font-weight: bold;
}

.bbs_tit,.bbs_date {
	width: auto;
	height: 17px;
	margin: 0px;
	padding: 3px 10px 0px 10px;
	text-align: left;
	float: left;
	color: #333333;
}

.bbs_sub_tit, {
	background-color: #E0E0E0;
	color: #333333;
}

.bbs_box {
	border: 1px solid #989898;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.bbs_thre_tit {
	font-weight: bold;
	height: 25px;
	background: #D0D0D0;
	color: #333333;
	margin: 0px;
	padding: 9px 0px 0px 5px;
	border-bottom: 1px solid #989898;
}

.bbs_tit_back {
	background: #E0E0E0;
	height:20px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #989898;
}

.bbs_nom_tit {
	width: 40px;
	height: 17px;
	margin: 0px;
	padding: 3px 0px 0px 10px;
	text-align: left;
	float: left;
	font-weight: bold;
	color: #333333;
}

.bbs_del {
	float: right;
	margin: 1px 5px 0px 0px;
	padding: 0px;
}

.bbs_come {
	margin: 0px;
	padding: 10px;
	height: auto;
	line-height: 18px;
}
