/* base css */
@import url(/.shared-cocolog/themes/common/base-weblog.css);

/* portal css */
@import url(/.shared-cocolog/nifty_managed/themes/common/base.css);


/* theme css */
@import url(http://theme.cocolog-nifty.com/themes/color/theme-classic/screen.css);
@import url(/.shared-cocolog/nifty_managed/themes/color/theme-classic/screen.css);


/* user css */
html{
  color : black;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-family : "Meiryo UI","MS UI Gothic";
  scrollbar-arrow-color: gray;
  scrollbar-base-color : gray;
  scrollbar-shadow-color: white;
  scrollbar-face-color: white;
  scrollbar-highlight-color: white;
}
A:LINK{
  color : #9966FF;
  text-decoration : none;
}
A:VISITED{
  color : purple;
  text-decoration : none;
}
A:HOVER{
  color : #9900FF;
　background : #E5E5E5;
  position : relative;  
  top : 1px;
  left : 1px;
}
A:ACTIVE{
  color : #FF6699;
  text-decoration : none;
}
TABLE{
  font-family : "Meiryo UI","MS UI Gothic";
  color : black;
}
DIV{
  font-family : "Meiryo UI","MS UI Gothic";
  color : black;
}
LI{
  font-family : "Meiryo UI","MS UI Gothic";
  color : black;
}



