@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
}

a {
	font-size: 12px;
}

.article_title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;	
}

.article_title2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;	
}

.article_thumbimage {
	width: 100px;
	height: 100px;
	border: 2px #FFFFFF solid;
}

.article_thumbimage2 {
/*	width: 100px;
	height: 100px;
*/
	margin-right: 10px;
}

.article_thumbimage:hover {
	border: 2px #FF6600 solid;
}

.article_summary {
	vertical-align: top;
}

.article_content {
	text-align: justify;
}

.article_datepublish {
	font-size: 10px;
	color:#666666;
}