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

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

a.menu img{
	margin: 0px auto;
	border-style: none;
	padding: 0px;
	position: absolute;
	width: 90px;
	height: 90px;
	display: block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

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

	a#menu_1 img {
		left: 3%;
		top: 45%;
	}

	a#menu_2 img {
		left: 13%;
		top: 33%;
	}

	a#menu_3 img {
		left: 24%;
		top: 28%;
	}

	a#menu_4 img {
		right: 24%;
		top: 28%;
	}

	a#menu_5 img {
		right: 13%;
		top: 33%;
	}

	a#menu_6 img {
		right: 3%;
		top: 45%;
	}

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: 960px;
	display: table;
}

.h2 {
	font-size: 1.5em;
	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%;
	height: 2em;
	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.5em;
	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: 2px;
	text-indent: 50px;
	margin: 5%;
	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: 90%;
	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;
}

.menu_cover {
	display: none;
}

.float_menu {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	line-height: 1.2em;
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	padding: 0px;
	position: fixed;
	top : 330px;
	right: 10px;
	width: 180px;
	z-index: 1;
	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;
}
	.float_menu:hover {
		background-color: rgba(255, 255, 255, 1);
	}

h3.ttl3 {
	
}

