html, body { height:100%; }
body {
margin: 0;
background-image:url(./jyouhou/nikyoujimusyo.jpg);
background-size:cover;
background-position:center;
}
h4 {
font-size: 4
}
h1 {
font-size: 1
}
td {
background-color:rgba(255,255,255,0.3);
}
#Layer2 {
position: relative;
-webkit-filter: blue(2px);
filter: blur(2px);
}


