/* CSS Document */
.timeline {
   width: 600px;
   border:1px solid #999999; 
   border-collapse:collapse; 
   background-color:#99CCFF;
   empty-cells: show;
   margin: 3px;
   }

#cont_format {
   background-color: #f0f0f0;
   width: 450;
   height: 280;
   }

.cont_help { 
  border-bottom:1px solid #336633;
  border-left:7px solid #336633;
  padding: 0.2em 1em;
  margin: 3px;
  color: 336633;
  width: 480px;
  text-align: left;
}

.fixtrcenter {
   height: 3;
   text-align: center;
}

.fixwidth {
   width: 20px;
   font-size: xx-small;
   }

.fixwidth2 {
   width: 40px;
   font-size: xx-small;
   }

.cont_title_ul {
   text-decoration: none;
   border-bottom: 2px #0f0f0f dotted;
   padding: 0.2em;
   }

.cont_kind_ul {
   text-decoration: none;
   border-bottom: 1px #0f0f0f dotted;
   padding: 0.2em;
   text-align: right;
   }

.cont_others {
   text-indent: 1em;
   font-size: x-small;
   }

.cont_others_ul {
   text-decoration: none;
   border-bottom: 1px #0f0f0f dotted;
   padding: 0.2em;
   }

A:link {
   color: #336633;   /* リンク */
   text-decoration: none
}
A:visited {                 /* 既に見たリンク */
   color: #336633;
   text-decoration: none
}
A:active {
   color: #33CC66; 
} 
A:hover {                   /* カーソルが上にある時のリンク */
   color: #33CC66;
   text-decoration:underline overline;
   background-color:#336633; 
}

.back1 {
   margin: 3px;
   padding: 2px;
   background-color: #FF9966;
}

.back2 {
   margin: 3px;
   padding: 2px;
   background-color: #E5FFD5;
}

.back3 {
   margin: 3px;
   padding: 2px;
   background-color: #8199FF;
}

.back4 {
   margin: 3px;
   padding: 2px;
   background-color: #99CC66;
}

.back5 {
   margin: 3px;
   padding: 2px;
   background-color: #F9DCE7;
}

.timeline_cnt {
   text-align:center;
}

.6indent {
margin-left:6em;
width: 580px;
}

.3indent {
margin-left:3em;
width: 580px;
}