BODY,TABLE,TD{
  font-family : "MS UI Gothic";
  color : #3c3c3c;
}

/*リンク*/
A:ACTIVE{ color : #ff00d2; }
A:LINK  { color : #ff00d2; }
A:VISITED { color : #008c00;}
A:HOVER{  color : #f98900;}

.fontcolor_pink{
  color : #f000f0;
}

/*----------均等割り付けテーブル----------*/

.kintou-table { table-layout: fixed; }

/*----------均等割り付け（セル内）----------*/

.kintou-cell {
　text-align: justify;
　text-justify: distribute-all-lines;
 }

/*----------テーブル枠・実線（緑）----------*/

/*外枠*/

.table {
　border: 1px;
　border-style : solid;
　border-color : #EB97A7;
  margin : 0px;
　padding : 0px;}

/*上線*/

.line-t {
　border-top-width : 1px;
  border-top-color : #EB97A7;
  border-top-style : solid;}

/*下線*/

.line-b {
　border-bottom-width : 1px;
  border-bottom-color : #EB97A7;
  border-bottom-style : solid;}

/*右線*/

.line-r {
　border-right-width : 1px;
  border-right-color : #EB97A7;
  border-right-style : solid;}

/*左＋下線*/

.line-lb {
　border-left-width : 1px;
　border-bottom-width : 1px;
  border-style : solid;
  border-color : #EB97A7;}

/*右＋下線*/

.line-rb {
　border-right-width : 1px;
　border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #EB97A7;
  border-bottom-color : #EB97A7;}


.kintou{
　text-align : justify;
　text-justify: distribute-all-lines;
}

.table-purple {
　border: 1px;
　border-style : solid;
　border-color : #E0C2DF;
  margin : 0px;
　padding : 0px;}
