@charset "UTF-8";
/* CSS Document */

#newsContent
{
	float:left;
	width:600px;
}

#newsFilter
{
	float		: left;
	width:150px;
	margin:opx;
	padding-top:0px;
	padding-left:40px;
}

.check:link,.check:visited
{
	color 			: #666;
	text-decoration : none;
	font-size		: 12px;

}
.check:hover
{
	color			:#333;
	text-decoration	: none;
	font-size		:12px;
}

#commentContainer
{
	border: 1px dashed #666;
	padding: 10px;
	margin-top:10px;
	width: 500px;
}
#commentName
{
	font-size:14px;
	color:#6CF;
}
#commentDate
{ 
	color:#999;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}
#commentContent
{
	color:#666;
}
#commentForm
{
	margin-top:40px;
}
.newsImage
{
	border: 1px solid #000;
}

#title
{
	color			: #000;
	font-size		: 18px;
	font-family		:"Times New Roman", Times, serif;
	margin-bottom:5px;
}
#filterTitle
{
	color			: #000;
	font-size		: 14px;
	font-family		:"Times New Roman", Times, serif;
	margin-bottom:5px;
}

	
#bigDate
{
	color			:#999;
	font-family		:"Times New Roman", Times, serif;
	margin-top:7px;
	margin-bottom:10px;

}
#bigCategory
{
	color: #5A3F33;
	padding-left:10px;
}

.bigComment
{
	float:right;
	padding-right:20px;
}

.bigComment:link,.bigComment:visited
{
	color 			: #666;
	text-decoration : none;
}

.bigComment:hover
{
	text-decoration:underline;	
}

#continue:link,#continue:visited
{
	color 			: #6CF;
	text-decoration : none;
	font-size		: 14px;	
}

#continue:hover
{
	text-decoration:underline;	
}

