/*----------------------------------------------------
base css for BLOKYTH web site

----------------------------------------------------*/



/* element -----------------------------------------*/


img, a img {
  border : 0 ;
}


h1, h2, h3, h4, h5, h6, h7 {
  margin : 0;
  padding : 0;
  font-size : 12px;
  font-weight : normal;
}

p {
margin:0;
padding:0;
}

td, th {
text-align:left;
}

/* font --------------------------------------------*/




/* link --------------------------------------------*/

a.normal:link { color : #666666;  text-decoration: none; }
a.normal:visited { color : #666666;  text-decoration: none; }
a.normal:hover { color : #F60;  text-decoration: underline; }
a.normal:active { color : #F60;  text-decoration: underline; }

a.awhite:link { color : #FFF;  text-decoration: none; }
a.awhite:visited { color : #FFF;  text-decoration: none; }
a.awhite:hover { color : #F60; }
a.awhite:active { color : #F60; }

a.awhite02:link { color : #FFF;  text-decoration: underline; }
a.awhite02:visited { color : #FFF;  text-decoration: underline; }
a.awhite02:hover { color : #F60; }
a.awhite02:active { color : #F60; }



/* class -------------------------------------------*/

.mid {
vertical-align:middle;
}

.bottom {
vertical-align:bottom;
}

/* font --------------------------------------------*/

.txt1 {
  font-size : 10px;
  line-height : 140%;
}

.txt1-lh {
  font-size : 10px;
  line-height : 180%;
}

.txt2 {
  font-size : 12px;
  line-height : 140%;
}

.txt2-lh {
  font-size : 12px;
  line-height : 190%;
}

.txt2-2h {
  font-size : 12px;
  line-height : 180%;
}

.txt2-3h {
  font-size : 11px;
  line-height :110%;
}

.txt3 {
  font-size : 14px;
  line-height : 130%;
}

.txt4 {
  font-size : 18px;
  line-height : 130%;
}

.txt5 {
  font-size : 24px;
  line-height : 130%;
}


table.txt1-t td {
  font-size : 10px;
  line-height : 150%;
}

.menu03 {
font-size:10px;
}
