/*----------------------------------------------------
base css for apple

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

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

body {
  font-size : 12px;
  color : #333;
  background-color : #faf9f5;
  margin : 0;
  padding : 0;
}
  
td, th {
  font-size : 12px;
  color : #333;
  vertical-align : top;
}

img,
a img {
  border : 0;
}

sup, sub {
  font-size : 60%;
}

form {
  margin : 0;
}

h1, h2, h3 {
  margin : 0;
  padding : 0;
  font-weight : normal;
}

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


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

.txt1 {
  font-size : 11px;
  line-height : 150%;
}

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

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

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

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

table.txt1 td {
  font-size : 11px;
  line-height : 140%;
}


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

a.normal:link { color : #333; }
a.normal:visited { color : #333; }
a.normal:hover { color : #F60; }
a.normal:active { color : #F60; }

a.awhite:link { color : #FFF; }
a.awhite:visited { color : #FFF; }
a.awhite:hover { color : #F60; }
a.awhite:active { color : #F60; }


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

.ind {
  padding-left : 1em;
  text-indent : -1em;
}

.white {
  color : #FFF;
}

.red {
  color : #E00;
}

.moreinfo {
  background-color : #FFF;
  border : solid 1px #999;
  font-size : 10px;
  padding : 2px;
  text-align : center;
}

table.profile-txt td {
  font-size : 11px;
  padding : 5px 15px;
}

