﻿@charset "utf-8";

html, body, #main {
	height: 100%;
	/*border: 5px dashed #D3D3D3;*/
	overflow: hidden;
}
html { border: 5px dashed #D3D3D3; }

ul#menu {
	font-size: 15px;
	position: fixed;
	width: 100%;
	left: 0%;
	bottom: 5%;
	background: #F2F2F2;
	background-color: rgba( 242, 242, 242, 0.8 );/
	border: solid 1px #FFC0CB;
	border-top: 5px dashed #D3D3D3;
	border-bottom: 5px dashed #D3D3D3;
}
ul#menu li {
	display: inline-block;
	padding : 10px;
	color: #FE2E64;
	margin: 0px;
}
ul#menu li a {
	text-decoration: none;
}
ul#menu li a:link, ul#menu li a:visited {
	color: #FE2E64;
}
ul#menu li a:hover, ul#menu li a:active {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s ;
	color: #666;
	font-weight: bold;
	border: none;
}

div#main iframe {
	width: 100%;
	height: 100%;
}