/*ボディーバックグランド色*/
body { background-color: #296db4;}

/*タブの文字色*/
#tabrow div.selected a {
   color: #f0f8ff;
}
/*タブの文字色オンマウス*/
#tabrow div a:hover,
#tabrow div.selected a:hover {
   color: #black;
}

/* タブ幅 */
#tabrow div:nth-child(1) { width:50% ; }  /*1番目00%*/
#tabrow div:nth-child(2) { width:50% ; }  /*2番目00%*/
#tabrow div:nth-child(3) { width: ; }  /*3番目00%*/
#tabrow div:nth-child(1) a { letter-spacing: ;}
#tabrow div:nth-child(2) a { letter-spacing: ;}
#tabrow div:nth-child(3) a { letter-spacing: ;}