body {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 30vmin;
	line-height: 20vmin;
	/* color: #ff1e46; */
	image-rendering:url(../image/Bg01.jpg);
	-webkit-transition: background-image 300ms ease;
	-moz-transition: background-image 300ms ease;
	-o-transition: background-image 300ms ease;
	transition: background-image 300ms ease;
	}
.background{
    background-image: url(../image/Bg01.jpg);
}

.bgoff {
	background-image: url(../image/Bg01.jpg)  !important;
	}

a {
	text-decoration: none;
	color: #ffffff;
	}

	a:hover {
		color: #000;
		}

div {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	position: relative;
	}

.page {
	color: #ffffff;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	}

	.page a {
		text-decoration: none;
		color: #006137;
		}

		.page a:hover {
			color: #09482d;
			}

.header {
	top: 0;
	left: 0;
	position: fixed;
	height: 39px;
	border-bottom: 1px #000 solid;
	width: 100%;
	z-index: 100;
	}

.menu {
	background-image: url(../image/bg02.jpg);
	z-index: 900;
	top: 40px;
	margin-left: -200px;
	position: fixed;
	line-height: 1.4;
	width: 180px;
	height: 100%;
	font-size: 16px;
}
.menu-content {
	border-right: 1px solid black;
	padding: 40px 20px;
	height: 100%;
}
h1,h2,h3,h4 {
	font-size: 16px;
	line-height: 1.2;
}
.menu-left {
	margin-left: 0;
}
.page-left {
	margin-left: 200px;
}
.footer-left {
	margin-left: 200px;
}
.header,
.menu,
.footer {
	font-family: Courier New, Courier, monospace, sans-serif;
	}

	.footer {
		font-size: 14px;
		position: fixed;
		line-height: 16px;
		width: 100%;
		height: 40px;
		bottom: 0;
		}

		.footer .fcontent{
			margin: 0 20px 0 20px;
			}

		.footer a:hover {
			color: #000;
			text-decoration: underline;
			}

		.footer span {
			float: left;
			margin-right: 10px;
			}

.txt {
	cursor: pointer;
	display: inline;
	}

	.txt span {
		letter-spacing: -140px;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
		}

		.txt:hover span{
			letter-spacing: 1px;
			opacity: 1.0;
			filter: alpha(opacity=100);
			}
.img {
	height: 15vmin;
	display: inline;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	}
	.img img {
		height: 15vmin;
		
		filter:none(100%);
	}

.overlay {
	top: 40px;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.8);
}

.title {
	float: left;
	color: rgb(255, 255, 255);
}
.close {
	cursor: pointer;
	float: right;
}
.close:hover {
	color: rgb(255, 255, 255);
}
.title,
.close {
	line-height: 1.4;
	font-size: 18%;
}
