/* ログテーブル */
table.logdata{
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #FFF #333 #333 #FFF;
	background-color: #ddddee;
	border-collapse: collapse;		/* セル間の空白は無し */
}
/* ログテーブル 項目タイトル */
th.log1{
	font-size: x-small;
	border-bottom: solid 2px #666;
	border-right: solid 1px #666;
}
th.log2{
	font-size: x-small;
	border-bottom: solid 2px #666;
/*	border-right: dotted 1px #666;*/
}
th.log_condition{
	font-size: x-small;
	border-right: solid 1px #666;
}
th.log_depth{
	font-size: x-small;
	border-right: solid 1px #666;
}
th.log_entry{
	font-size: x-small;
	border-right: solid 1px #666;
}
th.log_exit{
	font-size: x-small;
	border-right: solid 1px #666;
}
th.log_comment{
	font-size: x-small;
	border-bottom: solid 2px #666;
	border-right: dotted 1px #666;
}
th.log_diary{
	font-size: x-small;
	border-bottom: solid 2px #666;
}
/* ログテーブル ログデータ偶数行 */
tr.logdata_evenline{
	background-color: #ccccee;
}
/* ログテーブル ログデータ奇数行 */
tr.logdata_oddline{
	background-color: #eeeeff;
}
td.null{
	text-align: center;
}
td.diveno{
	text-align: right;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.date{
	text-align: center;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.point{
	font-size: x-small;
	border-right: solid 1px #666;
}
td.weather{
	text-align: center;
	font-size: x-small;
	border-right: solid 1px #666;
}
/*
td.wave{
	text-align: center;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.flowing{
	text-align: center;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.surf{
	text-align: center;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.undulation{
	text-align: center;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.night{
	text-align: center;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.condition1{
	text-align: center;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.condition2{
	text-align: center;
	font-size: x-small;
	border-right: solid 1px #666;
}
*/
td.condition{
	text-align: center;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.air_temperature{
	text-align: right;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.water_temperature{
	text-align: right;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.transparency{
	text-align: right;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.ave_depth{
	text-align: right;
	font-size: x-small;
/*	border-right: solid 1px #666;*/
}
td.max_depth{
	text-align: right;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.time{
	text-align: right;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.time_en{
	text-align: right;
	font-size: x-small;
/*	border-right: dotted 1px #666;*/
}
td.air{
	text-align: right;
	font-size: x-small;
	border-right: solid 1px #666;
}
td.air_en{
	text-align: right;
	font-size: x-small;
/*	border-right: dotted 1px #666;*/
}
td.tank{
	font-size: x-small;
	border-right: solid 1px #666;
}
td.ware{
	font-size: x-small;
	border-right: solid 1px #666;
}
td.bcd{
	font-size: x-small;
	border-right: solid 1px #666;
}
td.weight{
	font-size: x-small;
	text-align: right;
	border-right: solid 1px #666;
}
/* ログ コメント */
td.log_comment{
	font-size: x-small;
	border-right: solid 1px #666;
}
/* ログ URL */
td.log_url{
	font-size: x-small;
	text-align: center;
}
/* 統計タイトル */
th.statistics{
	font-size: x-small;
	border-top: solid 1px #666;
}
/* 統計項目タイトル */
th.statistics_header{
	font-size: x-small;
}
/* 統計 平均行 */
tr.statistics_avg{
	background-color: #ccccee;
}
/* 統計 最小行 */
tr.statistics_min{
	background-color: #eeeeff;
}
/* 統計 最大行 */
tr.statistics_max{
	background-color: #ccccee;
}
/* 統計 合計行 */
tr.statistics_sum{
	background-color: #eeeeff;
}
/* 統計 気温コマ */
td.statistics_air_temperature{
	text-align: right;
	font-size: x-small;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}
/* 統計 最低水温コマ */
td.statistics_water_temperature{
	text-align: right;
	font-size: x-small;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}
/* 統計 最大深度コマ */
td.statistics_max_depth{
	text-align: right;
	font-size: x-small;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}
/* 統計 合計潜水時間コマ */
td.statistics_time{
	text-align: right;
	font-size: x-small;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}
