/*----------------------------------------------------
base css for nailroomPRESENT web site


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

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

body {
  margin : 0;
  padding : 0;
  color : #666666;
  background : #714747 url("../common/bg.jpg");
  background-repeat:repeat-x;
  font-size : 12px;
  line-height:150%;
  font-family : 'Hiragino Maru Gothic Pro', 'ƒqƒ‰ƒMƒmŠÛƒS Pro W4','Osaka','‚l‚r ‚oƒSƒVƒbƒN', '‚l‚r ƒSƒVƒbƒN','MS UI Gothic';
}

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


td, th {
  vertical-align : top;
  color : #666666;
  font-size : 12px;
  line-height:150%;
  font-family : 'Hiragino Maru Gothic Pro', 'ƒqƒ‰ƒMƒmŠÛƒS Pro W4','Osaka','‚l‚r ‚oƒSƒVƒbƒN', '‚l‚r ƒSƒVƒbƒN','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;
}

p {
margin:0;
padding:0;
}

#flashcontent {
  width : 900px;
  color:#FFFFFF;
}


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


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




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

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

a.abrown:link { color : #5c3a3b; font-weight:bold ; text-decoration:underline }
a.abrown:visited { color : #5c3a3b; font-weight:bold ; text-decoration:underline }
a.abrown:hover { color : #FFF; font-weight:bold ; text-decoration: none }
a.abrown:active { color : #FFF;  font-weight:bold ; text-decoration: none}


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

.mid {
vertical-align:middle;
}

.pink {
color:#ff9999;
}


