/* ボディ設定 */

body {
	font-size: 12px;
	line-height: 17px;
}

/* テーブル枠装飾 */

td {
	font-size: 12px;
	line-height: 17px;
}

/* テーブル枠装飾 (アンダーライン) */

td.u_line {
	font-size: 12px;
	border-bottom: #000000 1px solid;
}

td.u_line_d {
	font-size: 12px;
	border-bottom: #000000 1px dashed;
}

/* テーブル枠装飾 (トップライン) */

td.t_line {
	font-size: 12px;
	border-top: #000000 1px solid;
}

td.t_line_d {
	font-size: 12px;
	border-top: #000000 1px dashed;
}

/* テーブル枠装飾 (アンダー・トップライン) */

td.tu_line {
	font-size: 12px;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

td.tu_line_d {
	font-size: 12px;
	border-top: #000000 1px dashed;
	border-bottom: #000000 1px dashed;
}

/* テーブル枠装飾 (アンダー・ライトライン) */

td.ru_line {
	font-size: 12px;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

td.ru_line_d {
	font-size: 12px;
	border-right: #000000 1px dashed;
	border-bottom: #000000 1px dashed;
}

/* テーブル枠装飾 (アンダー・レフトライン) */

td.lu_line {
	font-size: 12px;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

td.lu_line_d {
	font-size: 12px;
	border-left: #000000 1px dashed;
	border-bottom: #000000 1px dashed;
}

/* テーブル枠装飾 (ライトライン) */

td.r_line_d {
	font-size: 12px;
	border-right: #000000 1px dashed;
}

/* テーブル枠装飾 (アンダー・トップ・レフトライン) */

td.ltu_line {
	font-size: 12px;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

td.ltu_line_d {
	font-size: 12px;
	border-left: #000000 1px dashed;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px dashed;
}






/* テーブル枠装飾 (コラムライン) */

td.all_line {
	font-size: 12px;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

td.all_line_d {
	font-size: 12px;
	border-left: #000000 1px dashed;
	border-right: #000000 1px dashed;
	border-top: #000000 1px dashed;
	border-bottom: #000000 1px dashed;
}


