@charset "utf-8";
/* CSS Document */

#bbs-main {
	font-size: 12px;
	line-height: 120%;
	color: #333333;
}
.bbs-subject {
	font-size: 13px;
	font-weight: bolder;
	color: #333333;
}
.bbs-date {
	font-size: 11px;
	color: #999999;
}
.bbs-name {
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
}
.bbs-body {
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#line-dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 80%;
	margin: 15px 0px 0px;
	padding: 0px;
}
#bbsform table {
	line-height: 120%;
	color: #333333;
	font-size: 11px;
}
#footer-rss img {
	border: none;
}
#footer-rss {
	line-height: 120%;
	color: #333333;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#footer-rss a:link {
	color: #B68A6D;
	text-decoration: none;
}
#footer-rss a:visited {
	color: #B68A6D;
	text-decoration: none;
}
#footer-rss a:hover {
	text-decoration: underline;
	background-color: #B68A6D;
}
#footer {
	line-height: 150%;
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#footer a:link {
	color: #B68A6D;
	text-decoration: none;
}
#footer a:visited {
	color: #B68A6D;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B68A6D;
}
