 

@import url(clink.css);
.SelectedTabClass{
  display:block;
  
  vertical-align : middle;
  text-align : center;
  width : 110px;
  height : 1.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;border-style : solid solid none solid;
  text-decoration : none;
  border-top-color : #0c185f;
  border-left-color : #0c185f;
  border-right-color : #0c185f;
}
.LinkTabClass{
  display:block;
  
  text-decoration : none;
  vertical-align : middle;
  text-align : center;
  width : 110px;
  height : 1.5em;

  border-bottom-width : 1px;border-style : solid solid solid solid;
  border-bottom-color : #0c185f;
  border-top-width : 1px;
  
  
  border-top-color : #0c185f;
  
  
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-color : #0c185f;
  border-right-color : #0c185f;
}
.wakuClass{
  width : 440px;
  
  background-color : #f3f5fe;
  
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #0c185f;
  border-right-color : #0c185f;
  border-bottom-color : #0c185f;
  border-left-width : 1px;
  
  border-top-style : none;
  
}
.NotTabClass{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #0c185f;
  height : 1.5em;
  width : 0px;
}