/*----------------------------------------------------
base css for ボディ・インスピレーション  web site


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

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



html, body{
  width : 100%;
  height : 100%;
}


td, th {
  vertical-align : top;
  background-color:#FFFFFF;
  color : #333333;
  font-size : 12px;
  line-height:150%;
  font-family: Verdana,'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4','Osaka','ＭＳ Ｐゴシック', 'ＭＳ ゴシック','MS UI Gothic';
}


img, a img {
  border : 0 ;
}


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

.pict {
border:#999999 1px solid;
}

p {
margin:0;
padding:0;
}

#flashcontent {
  width : 850px;
}


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


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




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

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

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


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

.mid {
vertical-align:middle;
}

.bottom {
vertical-align:bottom;
}

.style1 {color: #FF3333}

