/* Norito.css */

@charset "utf-8";

body {
	font-family:メイリオ, Meiryo, Osaka, sans-serif;
	color:#000000;
	font-size:30pt;
	background-color:#131A22;
	background-repeat:no-repeat;
	overflow:scroll;
}

#BGHover a:hover {background-Color:#0088E8; color:#000000;}

a {text-decoration:none;}

a:link {color:#000000;}		/* a:link {color:#1E90FF;} */

a:visited {color:#000000;}


.message16 {
    position: relative;
}

.message16 span.remark {
    display: none;
}

.message16 a:hover span.remark {
    background: none repeat scroll 0 0 #141446;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    width: 16em;
}

/* video { pointer-events: none; } */
