@charset "utf-8";

.contents {
	font-size:90%;
	line-height:140%;
}
.contents ul,
.contents dl {
	margin-left:15px;
}

table.table_his {
	width:100%;
	margin:0 15px 10px;
	border-collapse:collapse;
}
table.table_his th,
table.table_his td {
	background:#fff;
	margin:0;
	padding:3px 5px;
	font-size:90%;
	line-height:140%;
	border:1px solid #333;
}
table.table_his th {
	background:#cfcfcf;
	text-align:center;
}
table.table_his th.date {
	width:12%;
}
table.table_his th.title {
	width:24%;
}
table.table_his th.detail {
	width:64%;
}

/*-------------------------- sideArea --------------------*/
#sideArea ul.naviArea li a {
	height:24px;
	line-height:24px;
}
#sideArea ul li span {
	display:block;
	padding:4px;
	color:#1a1a1a;
}

