/* Aug 14, 2015
  Koji Ota
 */

 html, body {
   height: 100%;
 }

 body {
   margine: 5%;
   font-family: Meiryo;
   background: #000000;
   color: white;
 }

 .menubar {
 	background: #331100;
 	color: white;
 	position: fixed;
 	font-family: "Calibri", "Meiryo";
 	font-size: 12pt;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 26px;
 	z-index: 10;
 }

 .menubar .mtitle {
	background: black;
	color: orange;
  border: solid 1px orange;
  padding: 0px 5px 0px 5px;
}

.menubar menu a {
	color: white;
	text-decoration: none;
}

.menubar a:link {
	color: white;
	text-decoration: none;
}

.menubar a:visited {
	color: white;
	text-decoration: none;
}

.menubar a:hover {
	color: white;
	text-decoration: none;
}

.menubar a:active {
	color: white;
	text-decoration: none;
}

.menubar .menuButton {
	display: inline-block;
	_display: inline;
	margin: 0px 10px 0px 10px;
	padding: 0;
	color: orange;
	font-family: "Calibri", "Meiryo";
	font-size: 12pt;
	cursor: pointer;
	z-index: 10;
}

.menubar .dropMenu {
	font-family: "Calibri", "Meiryo";
	font-size: 12pt;
	display: none;
	position: absolute;
	top: 20px;
	left: 40px;
	width: 110px;
	background: #442200;
	opacity: 0.7;
	padding: 5px;
	z-inex: 10;
}

.menuItem:hover {
	background: orange;
	color: black;
	z-index: 10;
}

.contents {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 60px;
}

.pageTitle {
  background: #a0a0a0;
  border-radius: 10px 10px 10px 10px;
  padding: 30px;
  background-image: url("images/sky.PNG");
  background-size: cover;
  z-index: 0;
  text-align: right;
  color: black;
}

.pageTitle h1 {
  font-size: 60px;
}

.code {
  background: lemonchiffon;
  border-radius: 5px 5px 5px 5px;
  color: black;
  padding: 5px 10px; 5px 10px;
}

.contents h2 {
  border-bottom: solid 1px lightgreen;
}

#toc {
  background: aliceblue;
  border-radius: 5px 5px 5px 5px;
  font-size: 10pt;
  color: blue;
}

#toc a:link {
  text-decoration: none;
}

.card {
	position: absolute;
	font-family: "Meiryo";
	font-size: 8pt;
	line-height: 10px;
	background-color: rgba(0,127,127,0.55);
	overflow: hidden;
	color: white;	/*
	color: black;
	border: groove 1px royalblue;
	border-radius: 10px;
	*/
	box-shadow: 0px 0px 12px rgba(0,255,255,0.5);
	border: 1px solid rgba(127,255,255,0.25);
	text-align: center;
	cursor: default;
}

.card:hover {
	box-shadow: 0px 0px 12px rgba(0,255,255,0.75);
	border: 1px solid rgba(127,255,255,0.75);
	background-color: rgba(0,160,160,0.75);
}

.card .symbol {
	position: absolute;
	top: 10px;
	font-size: 9pt;
	font-weight: bold;
	color: rgba(255,255,255,0.75);
	text-shadow: 0 0 10px rgba(0,255,255,0.95);
}

.board {
	position: absolute;
	z-index: 10;
	opacity: 0.9;
	background: #ffffff;
	top: 40px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

.board iframe {
	position: absolute;
	z-index: 10;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	background: #a0a0a0;
	seamless: seamless;
	frameborder: 0;
	border: 0px;
}

.ballon {
	position: absolute;
	z-index: 3;
	opacity: 0.9;
	background: skyblue;
	top: 40px;
	right: 10px;
	width: 400px;
  height: 250px;
}

.ballon iframe {
	position: absolute;
	z-index: 3;
	opacity: 0.8;
	top: 20px;
	width: 100%;
	height: 240px;
	background: #e0e0e0;
	seamless: seamless;
	frameborder: 0;
	border: 0px;
  overflow: scroll;
}
