@charset "utf-8";

body{
  margin:0;
  background:#FFFFFF;
  position:fixed;
  width:100%;
  height:100%;
  overflow:hidden;
}
h1 {
	float:left;
}
h1 img {
	margin:10px 10px;
}
#flash p {
	padding-top:20px;
	font-size:85%;
	font-family: 'Noto Serif', serif;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

a:link {text-decoration: none; color:#999999}
a:visited {text-decoration: none; color:#999999}
a:hover {text-decoration: underline; color:#666666}
a:active {text-decoration: underline; color:#666666}

