/*----------------------------------------------------
base css for shikishima


----------------------------------------------------*/

/* element -----------------------------------------*/

body {
  margin : 0;
  padding : 0;
  color : #333333;
  background-color : #F6F6F6;
  font-size : 12px;
  font-family : 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4','Osaka','ＭＳ Ｐゴシック', 'ＭＳ ゴシック','MS UI Gothic';
}
  
th, td {
  vertical-align : top;
  color : #333333;
  font-size : 12px;
}

img, a img {
  border : 0;
}

sup, sub {
  font-size : 60%;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin : 0;
  padding : 0;
  font-size : 12px;
  font-weight : normal;
}

a:link { color : #FF6600; text-decoration : none; }
a:visited { color : #FF6600; text-decoration : none; }
a:hover { color : #FF6600; text-decoration : underline; }
a:active { color : #FF6600; text-decoration : underline; }

img, div { behavior: url(/js/iepngfix/iepngfix.htc) }


/* font --------------------------------------------*/

.txt1 {
  font-size : 10px;
  line-height : 160%;
}

.txt1-lh {
  font-size : 10px;
  line-height : 200%;
}

.txt2 {
  font-size : 12px;
  line-height : 160%;
}

.txt2-lh {
  font-size : 12px;
  line-height : 200%;
}

.txt3 {
  font-size : 14px;
  line-height : 130%;
}

table.txt1-t th, table.txt1-t td {
  font-size : 10px;
  line-height : 150%;
}


/* link --------------------------------------------*/

a.normal:link { color : #333333; }
a.normal:visited { color : #333333; }
a.normal:hover { color : #FF6600; }
a.normal:active { color : #FF6600; }

a.awhite:link { color : #FFFFFF; }
a.awhite:visited { color : #FFFFFF; }
a.awhite:hover { color : #FF6600; }
a.awhite:active { color : #FF6600; }


/* class -------------------------------------------*/

.ind {
  padding-left : 1em;
  text-indent : -1em;
}

.red {
  color : #C00;
}



