@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	color: #ffffff;
	font-size: 10pt;
	font-family: "Noto Sans Japanese";
	margin: 2px 0px 0px 2px;
	background-color: #1b375c;
}

a:link, a:active, a:visited {
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
}

td {
	padding: 0pt 5pt 0pt 5pt;
	border-left: 7pt solid #ffffff;
	border-bottom: 1pt solid #ffffff;
}

td:hover { 
	color: #ffffff;
	font-weight: 900;
	text-shadow: 2px 2px 5px #000,
		-1px -1px 0px #000, 1px -1px 0px #000,
		-1px 1px 0px #000, 1px 1px 0px #000;
	filter: shadow(color=#000000, direction=135, strength=5);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#hello:hover { background-color: #0075c2; }
#morning:hover { background-color: #e5457d; }
#angerme:hover { background-color: #ff85ad; }
#juice:hover { background-color: #ff9900; }
#tsubaki:hover { background-color: #787fdc; }
#beyonds:hover { background-color: #ba3cb8; }
#ocha:hover { background-color: #41b06c; }
#rosy:hover { background-color: #bf3b3b; }

td.blank { border: none; background-color: transparent; }