@CHARSET "UTF-8";

table.news_set {
	width: 640px;
	
	margin: 0px 5px 10px 5px;
	padding: 0px;
}

table.news_set td {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

table.news_set td.title {
	width: 400px;
	
	font-weight: bold;
	
	border-bottom: solid 1px #cfcfcf;
}

table.news_set td.date {
	width: 240px;
	
	text-align: right;
	vertical-align: top;
	
	border-bottom: solid 1px #cfcfcf;
}

table.news_set td.text {
	width: 640px;
	
	line-height: 20px;
	text-align: justify;
	
	border-bottom: solid 1px #cfcfcf;
}

table.news_set td.comment_count {
	width: 400px;
}

table.news_set td.author_name {
	width: 240px;
	
	text-align: right;
}

table.comment_set {
	width: 640px;
	
	margin: 0px 5px 10px 5px;
	padding: 0px;
}

table.comment_set td {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

table.comment_set td.author_name {
	width: 500px;
	
	background-color: #fafafa;
	color: #000000;
	
	border-bottom: solid 1px #cfcfcf;
}

table.comment_set td.date {
	width: 140px;
	
	background-color: #fafafa;
	color: #000000;
	
	border-bottom: solid 1px #cfcfcf;
}

table.comment_set td.text {
	width: 640px;
	
	line-height: 20px;
}

table.comment_form {
	width: 360px;
	
	margin: 0px 5px 10px 5px;
	padding: 0px;
}

table.comment_form td {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

table.comment_form td.text {
	width: 360px;
}

table.comment_form textarea {
	width: 360px;
	height: 60px;
	
	line-height: 20px;
	
	background-color: #fff474;
	color: #000000;
	
	border: solid 1px #000000;
}

table.comment_form td.button {
	width: 360px;
}

table.comment_form button {
	width: 176px;
	height:	30px;
	
	margin:	0px 6px 0px 0px;
	padding: 0px;
	
	background-color: #ffffff;
	color: #000000;
	
	border:	solid 1px #000000;
}

table.comment_form button.reset {
	margin:	0px 0px 0px 0px;
}