@charset "UTF-8";

/* -- メインボックス ---------------------------------------------- */
/* -- アクセス（左） -- */
#accsess {
	width: 306px;
	float: left;
	margin-bottom:20px;
}
#accsess table {
	width: 100%;
}

/* -- データ（右） -- */
#data {
	width: 164px;
	float: right;
	margin-bottom:20px;
}
#data table {
	width: 100%;
}
#data th {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	/* 春バージョン */
	background: #deccac;
	/* 冬バージョン
	background:#f0f0f0;
	*/
	padding-left: 3px;
}
#data td {
	font-size: 0.9em;
}

.time {
	white-space:nowrap;
}
