/*----------------------------------------------------
base css for commonGround


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

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

html, div {
  margin : 0 auto;
  padding : 0 auto;
}

body {
  margin : 0 auto;
  padding : 0 auto;
  color : #555555;
  background : #000000;
  font-size : 12px;
  font-family : 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4','Osaka','ＭＳ Ｐゴシック', 'ＭＳ ゴシック','MS UI Gothic';
  text-align : center;
}

th, td {
  vertical-align : top;
  color : #555555;
  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;
}

ul, ol {
  margin : 0;
  padding-left : 2em;
}

dt, dd {
  margin : 0;
}

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; }

li img {
  vertical-align : bottom;
}

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 : 160%;
}


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

a.normal:link { color : #555555; }
a.normal:visited { color : #555555; }
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 : #CC0000;
}



