html { 
  background: url(image/haikei1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }


@font-face {
    font-family: 'myfont1';
    src: url(fonts/univers/UniversLT-CondensedLight.eot);
    src: url(fonts/univers/UniversLT-CondensedLight.eot?iefix) format('eot'),
         url(fonts/univers/UniversLT-CondensedLight.woff) format('woff'),
         url(fonts/univers/UniversLT-CondensedLight.ttf) format('truetype'),
         url(fonts/univers/UniversLT-CondensedLight.svg#webfontjSpbZQRv) format('svg');
}

a:link {color:#ffffff;} /*未訪問のリンクの色*/
a:visited {color:#ffffff;} /*訪問済みのリンクの色*/
a:hover {color:#9e9e9f;} /*カーソルが乗っているリンクの色*/
a:active {color:#eeeeef;} /*クリック中のリンクの色*/
a {text-decoration: none;}


body {
	font-family: myfont1; 
	color: white;
	font-size: 100%;
	line-height: 20%;
	margin-top: 5px;
	-webkit-font-smoothing: antialiased;
}

}



}

