body {
	margin: 0px;
	border-style: none;
	padding: 0px;
	width: 100%;
	height: 100%;
}

div.menu {
	margin: 0px auto;
	border-style: none;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	opacity: 0;
}

a.menu img{
	margin: 0px auto;
	border-style: none;
	padding: 0px;
	position: fixed;
	width: 60px;
	height: 60px;
	display: block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	z-index: 100;
	right: 10px;
	top: 10px;
}

	a.menu_cover {
		font-size: 0.8em;
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
		background-color: #ff8040;
		text-align: center;
		vertical-align: middle;
		line-height: 60px;
		letter-spacing: 1px;
		margin: 0px;
		border-width: 1px;
		border-style: solid;
		border-color: #808080;
		padding: 0px;
		position: fixed;
		top: 10px;
		width: 60px;
		height: 60px;
		z-index: 101;
		display: block;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		right: 10px;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}

	a.menu img:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

section.footer {
	background-color: #fbb03b;
	background-image: url(../img/header_bg.png);
	background-attachment: scroll;
	background-position: 0px 0px;
	background-repeat: repeat;
	margin-top: 20px;
	border-style: none;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 130px;
	display: table;
	opacity: 0;
}

div.content_body {
	margin: 0px auto;
	border-style: none;
	padding: 0px;
	width: 100%;
	display: table;
}

.h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	line-height: 2em;
	text-indent: 10px;
	margin: 0px;
	border-style: none;
	padding: 0px;
	width: 100%;
	display: block;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.page_title {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #000080;
	background-image: url(../img/title_header.png);
	background-attachment: scroll;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	line-height: 2em;
	letter-spacing: 0px;
	text-indent: 50px;
	margin: 2%;
	border-top-style: none;
	padding: 0px;
	border-left-style: none;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	width: 96%;
	height: 2em;
	display: block;
	overflow: hidden;
}

.contents_690 {
	margin-top: 0px;
	border-style: none;
	padding: 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	width: 90%;
	display: block;
}

.info_caption {
	margin-top: 0px;
	border-style: none;
	padding: 0px;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 100%;
	display: block;
}

.float_menu {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	line-height: 1.2em;
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	padding: 0px;
	position: fixed;
	bottom : 10px;
	left: 10px;
	width: 100px;
	height: 3.5em;
	z-index: 500;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	overflow: auto;
}
	.float_menu:hover {
		background-color: rgba(255, 255, 255, 1);
	}

	.fm_c {
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
		color: #ff0080;
		text-align: center;
		vertical-align: middle;
		line-height: 20px;
		margin: 0px;
		border-width: 2px;
		border-style: solid;
		border-color: #FF0080;
		padding: 0px;
		position: absolute;
		left: 15px;
		top: 15px;
		width: 20px;
		height: 20px;
		z-index: 501;
		display: block;
	}
