@charset "UTF-8";
/* CSS Document */

.T-B-L-R { border: solid; }
.T-B-L { border-top: solid; border-right: none; border-bottom: solid; border-left: solid; }
.T-B-R { border-top: solid; border-right: solid; border-bottom: solid; border-left: none; }
.T-B { border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; }
.T-L-R { border-top-style: solid; border-right-style: solid; border-bottom-style: none; border-left-style: solid; }
.T-L { border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: solid; }
.T-R { border-top-style: solid; border-right-style: solid; border-bottom-style: none; border-left-style: none; }
.B-L-R { border-top: none; border-right: solid; border-bottom: solid; border-left: solid; }
.B-L { border-top: none; border-right: none; border-bottom: solid; border-left: solid; }
.B-R { border-top: none; border-right: solid; border-bottom: solid; border-left: none; }
.L-R { border-top-style: none; border-right-style: solid; border-bottom-style: none; border-left-style: solid; }
.T { border-top: solid; border-right: none; border-bottom: none; border-left: none; }
.B { border-top: none; border-right: none; border-bottom: solid; border-left: none; }
.L { border-top: none; border-right: none; border-bottom: none; border-left: solid; }
.R { border-top: none; border-right: solid; border-bottom: none; border-left: none; }


/*共通スタイル*/
.T-B-L-R, .T-B-L, .T-B-R, .T-B, .T-L-R, .T-L, .T-R, .B-L-R, .B-L, .B-R, .L-R, .T, .B, .L, .R { border-color:#CCC; border-width:1px; }


/*以下 padding 適用*/

/*T*/
.T-B-L-R, .T-B-L, .T-B-R, .T-B, .T-L-R, .T-L, .T-R, .T { padding-top:2px;}

/*B*/
.T-B-L-R, .T-B-L, .T-B-R, .T-B, .B-L-R, .B-L, .B-R, .B { padding-bottom:2px;}

/*L*/
.T-B-L-R, .T-B-L, .T-L-R, .T-L, .B-L-R, .B-L, .L-R, .L { padding-left:2px;}

/*R*/
.T-B-L-R, .T-B-R, .T-L-R, .T-R, .B-L-R, .B-R, .L-R, .R { padding-right:2px;}


/*---------
テーブル枠
---------*/
table.border {
	border-collapse : collapse ;
	border-width : 1px 0 0 1px ;
	border-style : solid ;
	border-color : #CCC ;
}

table.border td {
	border-width : 0 1px 1px 0 ;
	border-style : solid ;
	border-color : #CCC ;
}


