@charset "utf-8";

.contents {
	font-size:90%;
	line-height:140%;
}

/*-------------------------- sideArea --------------------------*/
#sideArea ul.archiveList {
	font-size:80%;
}
#sideArea ul.archiveList li a {
	display:inline;
	background:url(../img/icon_yazi.gif) no-repeat left 3px;
	height:24px;
	font-size:100%;
	line-height:150%;
}
#sideArea table {
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
#sideArea table caption {
	font-size:80%;
	line-height:150%;
	font-weight:bold;
	text-align:left;
}
#sideArea table td {
	background:none;
	padding:2px;
	border:none;
}
#sideArea table table {
	clear:both;
	width:100%;
	margin:4px 0;
	border-collapse:collapse;
}
#sideArea table table th,
#sideArea table table td{
	border:1px solid #333;
	padding:2px;
	font-size:70%;
	text-align:center;
}
#sideArea table table th{
	background:#333;
	padding:2px;
	color:#fff;
	white-space:nowrap;
}
#sideArea table table td{
	background:#fff;
}



