/*----------------------------------------------------
base css for MORINAGA MILK INDUSTRY CO.,LTD.  web site

----------------------------------------------------*/

/* element -----------------------------------------*/

body {
  font-size : 12px;
  color : #fff;
  background : #222 url("../common/bg_img.gif");
  background-position : center top;
  margin : 0;
  padding : 0;
}
  
td, th {
  font-size : 12px;
  color : #fff;
  vertical-align : top;
}

img {
  border : 0 none hidden;
}

sup, sub {
  font-size : 60%;
}

form {
  margin : 0;
}

h1, h2, h3 {
  margin : 0;
  padding : 0;
  font-size : 12px;
  font-weight : normal;
}

a:link {
  color : #ff9d29;
  text-decoration : none;
}

a:visited {
  color : #ff9d29;
  text-decoration : none;
}

a:hover {
  color : #ff9d29;
  text-decoration : underline;
}

a:active {
  color : #ff9d29;
  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.site:link { color : #333; }
a.site:visited { color : #333; }
a.site:hover { color : #F60; }
a.site:active { color : #F60; }

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; font-weight : bold; }
a.awhite:visited { color : #FFF; font-weight : bold; }
a.awhite:hover { color : #F60; font-weight : bold; }
a.awhite:active { color : #F60; font-weight : bold;}

a.awhiten:link { color : #FFF; }
a.awhiten:visited { color : #FFF; }
a.awhiten:hover { color : #F60; }
a.awhiten:active { color : #F60; }


/* newsNavi ----------------------------------------*/

.news-non-navi {
  visibility : hidden;
}

/* class -------------------------------------------*/

.ind {
  padding-left : 1em;
  text-indent : -1em;
}

.white {
  color : #FFF;
}

.black {
  color : #000;
}
.red {
  color : #E00;
}

.red02 {
  color : #a06760;
}

.black {
  color : #000;
}

.yellow {
  color : #a17a40;
}

.gray {
  color : #333;
}

.mid {
  vertical-align : middle;
}

.bottom {
  vertical-align : bottom;
}

