@charset "Shift_JIS";

/*テーブル左上*/
.t-t-l {
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: black;
	border-bottom-color: black;
	width: 173px;
	height: 40px;
	float: left;
	text-align: center;
}

/*テーブル中上*/
.t-t-m {
	border-top-width: 3px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: black;
	border-left-color: black;
	border-bottom-color: black;
	width: 334px;
	height: 40px;
	float: left;
	text-align: center;
}

/*テーブル右上*/
.t-t-r {
	border-top-width: 3px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: black;
	border-left-color: black;
	border-bottom-color: black;
	width: 143px;
	height: 40px;
	float: left;
	text-align: center;
}

/*テーブル左中*/
.t-m-l {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	width: 173px;
	height: 40px;
	float: left;
	text-align: center;
}

/*テーブル中中*/
.t-m-m {
	text-align: center;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: black;
	border-bottom-color: black;
	width: 334px;
	height: 40px;
	float: left;
}

/*テーブル右中*/
.t-m-r {
	text-align: center;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: black;
	border-bottom-color: black;
	width: 143px;
	height: 40px;
	float: left;
}

/*テーブル左下*/
.t-l-l {
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: black;
	width: 173px;
	height: 40px;
	float: left;
}

/*テーブル中下*/
.t-l-m {
	text-align: center;
	border-left-width: 1px;
	border-bottom-width: 3px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: black;
	border-bottom-color: black;
	width: 334px;
	height: 40px;
	float: left;
}

/*テーブル右下*/
.t-l-r {
	text-align: center;
	border-left-width: 1px;
	border-bottom-width: 3px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: black;
	border-bottom-color: black;
	width: 143px;
	height: 40px;
	float: left;
}