

.large1{font-size:x-large;font-weight:bold;}

/*セルクラス*/
.a1, .w1, .t1, .b1{	font-weight:bold; color:white; text-align:left;}
.a2, .w2, .t2, .b2{	font-weight:bold; color:black; text-align:left;}
.a1{		background-color:rgb(102,102,255);}
.a, .a2{	background-color:rgb(153,153,255);}
.w1{		background-color:rgb(204,51,102);}
.w, .w2{	background-color:rgb(255,153,153);}
.t1{		background-color:rgb(153,102,153);}
.t, .t2{	background-color:rgb(204,153,204);}
.b1{		background-color:rgb(102,51,51);}
.b, .b2{	background-color:rgb(204,153,102);}

/*文学年表用色分けクラス*/
.monde{		color:rgb(102,102,255);}
.france{	color:rgb(0,0,0);}
