html,body{height:100%;margin:0}
/*body{background:#0b1a2b;}*/ /* 背景色（好みで） */
#bgGlobe { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.8;}
.page    { position: relative; z-index: 1; } /* 本文の親に付ける */

h1 {
	color: #333;
	font-weight: 600;
}
p {
	font-size: 1.2em;
	color: #666;
}
.title {
	width:100%;
}
.title_left {
	width:20%;
	text-align:left;
	padding-left:5px;
	vertical-align:top;
	/*border:1px solid green;*/
}
.title_center {
	width:60%;
	text-align:center;
	font-size:40px;
	font-weight:600;
	/*border:1px solid green;*/
}
.title_right {
	width:20%;
	text-align:right;
	padding-right:5px;
	vertical-align:top;
	font-size:14px;
	font-weight:normal;
	color:#303030;
	/*border:1px solid green;*/
}

.note {
	width:100%;
	text-align:center;
	margin-top: 2em;
	font-size: 0.9em;
	color: #aaa;
}

.menu {
	width:100%;
	text-align:center;
	border:none;
}

.menu_item{
	display:inline-block;
	margin-right:20px;
	font-size:15pt;
}

.menu_item a.menu_current {
	background-color:#5050c0;
	padding-left:10px;
	padding-right:10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	/*border-bottom: 2px solid #c44b15;*/
	cursor: default;
	pointer-events: none;
}
