*{
	color: #205520;
}


#bbs-contents{
	margin: 20px;
	width: 750px;
}

.normal-link{
	font-size: 100%;
}

#status{
	display: none;

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

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

#info{
	margin: 1em 0;
	padding: 0.5em;
	background-color: #f0fff0;
	border: 1px solid #d0e8d0;
	font-size: 80%;
}

#system-header{
	font-size: 80%;
	margin-top: 1em;
	border-bottom: 1px solid #d0e8d0;
}


#new-thread{
	width: 750px;
	background-color: #f0fff0;
	/*border-top: 1px solid #d0e8d0;*/
	border-bottom: 1px solid #d0e8d0;
}

.comment-content{
	padding: 5px;
}

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

#bbs-data{
	width: 750px;
	margin-top: 1em;
}

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

.reply{
	width: 750px;
	border-top: 1px dashed #d0e8d0;
	background-color: #f0fff0;
}

.reply-content{
}


.first-comment{
	margin: 0.5em 0 0.5em 0;
}

.comment{
	margin: 0.5em 0 0.5em 0;
	padding-left: 1em;
}

.first-comment-header{
	padding: 0.2em;
	padding-bottom: 0;
	border-bottom: 1px solid #c8f0c0;
    background-image: url("/image/back_topic_s.gif");
    background-repeat: no-repeat;
	
}

.comment-header{
	padding-left: 0.2em;
	border-top: 1px dashed #c8f0c0;
	background-color: #DEFFB9;
}

.comment-no{
	font-size: 80%;
	color: #EDB962;
	padding-left: 0.2em;
}

.comment-title{
	font-size: 100%;
	font-weight: bold;
	padding-left: 0.2em;
}

.comment-time{
	font-size: 80%;
	color: #7CC860;
	padding-left: 0.2em;
}

.comment-writer-info{
	padding: 0 0.3em;
	background-color: #f0ffe8;
}

.comment-writer-name{
	font-size: 80%;
}

.comment-writer-address{
	font-size: 80%;
}

.comment-writer-url{
	font-size: 80%;
}

.comment-data{
	padding: 0.6em 0.2em;
}

.replylink{
	font-size: 80%;
	padding: 0.2em;

}

#navi-contents{
	width: 100%;
	position: relative;
}

#navi-prev{
	font-size: 80%;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	text-align: text;
	margin-right: 0.5em;
}

#navi-next{
	font-size: 80%;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	text-align: right;
}


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


.comment-form label,.comment-form input,.comment-form textarea {
	display: block;
	float: left;
	margin: 5px 0;
}

.comment-form input{
	margin-right: 5px;
}

.comment-form .text-field{
	border: 1px solid #d0e8d0;
	padding: 2px;
}

.comment-form label {
	font-size: 80%;
	vertical-align: middle;
	text-align: right;
	width: 120px;
	padding-right: 5px;
}

.comment-form br {
	clear: left;
}

.comment-form input.button{
	border: 1px solid #d0e8d0;
	background-color: #ffffff;
}


.comment-form input.margin-button{
	padding: 0 10px;
	border: 1px solid #d0e8d0;
	background-color: #ffffff;
	margin-left: 125px;
	_margin-left: 60px;
}


