@charset "shift_jis";

/*　初期化　*/
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

/*　リンク　*/
a:link{
  color: #ffffff;
  text-decoration: none;
}
a:visited{
  color: #ffffff;
  text-decoration: none;
}
a:hover{
  color: #ffffff;
  text-decoration: underline;
}
a:active{
  color: #ffffff;
  text-decoration: none;
}

/*　基本構造　*/
body {
  color: #333333;
  font-size: 15px;
  line-height: 1.5;
  background-image: url(bkgnd_derunichi_top.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #67722F;
}
p em {
  color: #333333;
  font-weight: bold;
}
