@charset   "Shift_JIS";
body{
  font-family: CI;
  font-size: 10pt;
  margin-top: 15%;
  height: 100%;
  width: 100%;
  background: url('background-image01.jpg') no-repeat fixed;
}

p{
  color : #FFFFFF;
  font-size : 10pt;
}

a{
  color : #FFFFFF;
}
a:link{
  color : #FFFFFF;
}
a:visited{
  color: #FF6600;
}
a:hover{
  color : #FF00FF;
}
