*{
	color: #205520;
}

a {
	font-size: 0.8em;
}


#status{
	display: none;

	position: absolute;
	top: 0px;
	left: 680px;
	padding: 0.1em;

	color: white;
	font-weight: bold;
	background-color: 2080FF;
}

#new-thread{
	width: 750px;
	padding: 0.2em;
	background-color: #f0fff0;
	border: 1px solid #d0e8d0;
}

.error-msg{
	color: #d60000;
	font-size: 0.8em;
	margin-left: 0.5em;
}

#bbs-data{
	width: 750px;
}

.thread{
	border-bottom: 1px solid #d0e8d0;
	margin: 1em 0 2em 0;
}

.reply{
	display: none;
	border: 1px solid #d0e8d0;
	width: 500px;
	background-color: white;
	position: absolute;
	z-index: 1;
}


#comment{
	padding: 0.2em;
	margin: 0.5em 0 0.5em 0;
}

#first-comment-header{
	padding: 0.2em;
	background-color: #a0f088;
}

#comment-header{
	padding: 0.1em;
	background-color: #d8f8c0;
}

#comment-no{
	font-size: 0.8em;
}

#comment-title{
	font-weight: bold;
}

#comment-time{
	font-size: 0.8em;
}

#comment-writer-info{
	padding: 0.2em;
	background-color: #f0fff0;
}

#comment-data{
	padding: 0.2em;
}

#replylink{
	padding: 0.2em;

}

#navi-prev{
	margin-right: 0.5em;
}

#navi-back{
	margin-top: 1em;
}

#copyright{
	padding: 0.3em;
	border: 1px solid #d0e8d0;
	margin-top: 1em;
	width: 750px;
	font-size: 9pt;
	text-align: right;
}

