td.minutes{
	/* 時間 */
	text-align: right;
}
th.minutes{
	/* 時間 */
	text-align: right;
}
tr.bottom_depth{
	background-color: #7777ff;
}
tr.ascent_depth{
	background-color: #99bb99;
}
tr.decostop_depth{
	background-color: #bbbbff;
}
tr.safetystop_depth{
	background-color: #bbbbff;
}
tr.surface_depth{
	background-color: #aadddd;
}

th.fswa_title{
	/* FSWA値タイトル */
	background-color: lightgray;
}

td.fswa_value{
	/* FSWA値 */
	text-align: right;
	background-color: darkgray;
}

td.zhl_a_b_value{
	/* ZH-Lのパラメータ */
	text-align: right;
	background-color: darkgray;
}
td.mswa_value{
	/* MSWAのパラメータ */
	text-align: right;
	background-color: darkgray;
}

td.N2{
	/* 窒素分圧 */
	text-align: right;
	/* background-color: #aaaaff; */
}
td.N2_deco{
	/* 窒素分圧(減圧が必要) */
	text-align: right;
	background-color: #ff5555;
}
td.too_long_decostop{
	text-align: center;
	background-color: #ff5555;
}

td.depth{
	/* 深度 */
	text-align: right;
}
td.gas_normal{
	/* PO2が 制限以下のガス */
	text-align: right;
}
td.gas_po2over{
	/* PO2が制限を超えているときのガス */
	text-align: right;
	background-color: #ff5555;
}
td.gas_po2low{
	/* PO2が制限を下回っている時のガス */
	text-align: right;
	background-color: #ff5555;
}
th.gas{
	/* ガス消費量 : ヘッダ */
	background-color: lightgray;
}

th.gas_name{
	/* ガス消費量 : ガス名 */
	background-color: lightgray;
}
td.gas_consumed{
	/* ガス消費量 : 消費予定ガス量 */
	text-align: right;
	background-color: #bbbbff;
}
td.gas_reserved{
	/* ガス消費量 : 予備容量を含むガス量 */
	text-align: right;
	background-color: #bbbbff;
}
td.gas_start_short{
	/* ガス消費量 : 足りない */
	text-align: right;
	background-color: #ff5555;
}
td.gas_start_warning{
	/* ガス消費量 : 足りないけど、1割以下 */
	text-align: right;
	background-color: #ffaa55;
}
td.gas_start{
	/* ガス消費量 : 問題ない */
	text-align: right;
	background-color: #bbbbff;
}

tr.plan_param{
	/* 減圧モデル - アルゴリズムパラメータ */
	background-color: lightgray;
}
th.plan_param{
	/* 減圧モデルパラメータ */
	background-color: lightgray;
}
td.plan_param{
	text-align: right;
}
th.plan_sac{
	background-color: lightgray;
}
td.plan_sac{
	text-align: right;
	background-color: #bbbbff;
}
td.gas_delete{
	text-align: center;
}
th.depth_param{
	/* パラメータ */
	background-color: lightgray;
}
td.depth_param{
	text-align: right;
}
td.depth_delete{
	text-align: center;
}
td.planparam0{
	vertical-align: top;
}

td.planparam1{
	vertical-align: top;
}
td.planparam2{
	vertical-align: top;
}
p.use_warning{
	background-color: white;
	color:red;
	font-weight:bold;
}
th.warning{
	/* 計画表 : 警告 */
	background-color: white;
	color:red;
	font-weight:bold;
}
th.otu{
	/* CNS : ヘッダ */
	background-color: lightgray;
}
td.otu_over{
	/* OTU : 過剰露出 */
	text-align: right;
	background-color: #ff5555;
}
td.otu{
	/* OTU : 正常露出 */
	text-align: right;
}


th.cns{
	/* CNS : ヘッダ */
	background-color: lightgray;
}
td.cns_over{
	/* CNS : 過剰露出 */
	text-align: right;
	background-color: #ff5555;
}
td.cns{
	/* CNS : 正常露出 */
	text-align: right;
}

td.ndl{
	/* NDL: 残り時間 */
	text-align: right;
}
td.ndl_deco{
	/* NDL: 減圧停止発生時 */
	text-align: right;
	background-color: #ff5555;
}
td.gf{
	/* GF: 現深度 % */
	text-align: right;
}
p.usage{
	background-color: #eeeeff;
}
