@charset 'UTF-8';

/* cpd2 maintenance announce frame */

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style-type: none;
  color: #333333;
}

html,
body {
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
  font-size: 76%;
  margin: 5px;
  background-color: snow;
}

a {
  color: #003399;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.login-newsarea_announce_lines {
  line-height: 17px;
  padding-bottom: 1px;

}

.login-newsarea_announce_lines_emphasis {
  line-height: 17px;
  padding-bottom: 1px;
  color: red;
}
