@charset "Shift-JIS";

/*********************************************************/
/*
/*	E*CITY SAITAMA WEB APPLICATION		thumbnail.css
/*
/*	記事システム　記事システムサムネイルスタイルシート
/*
/*	By E*CITY SAITAMA CORPORATION		2007/10/04
/*
/*********************************************************/

body {
	color:					#666666;
	font-size:				12px;
	letter-spacing:			1px;
	line-height:			16px;
}

* {
	margin:					0;
	padding:				0;
}	

#thumbnail {
	padding:				6px;
	width:					238px;
	height:					120px;
	background-color:		#F1F1F1;
	overflow:				hidden;
}

#title {
	display:				none;
}

#article_title {
	padding-bottom:			4px;
	font-weight:			bold;
	text-decoration:		underline;
}

#article_image {
	width:					110px;
	height:					62px;
	overflow:				hidden;
	border:					1px solid #000000;
	float:					left;
}

#article_body {
	padding:				0 5px;
	width:					110px;
	float:					left;
}

#article_date {
	padding-top:			1px;
	clear:					both;
	letter-spacing:			0;
}

.item {
	font-size:				11px;
	font-weight:			bold;
}