a {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

img.bg {
	margin: 0px;
	border-style: none;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: -1;
	transform: translateX(-50%);
}

img.index_pic {
	margin: 0px;
	border-style: none;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 90%;
	display: block;
}

	img.sub_pic {
		margin: 0px;
		border-style: none;
		padding: 0px;
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 30%;
		display: block;
		z-index: 100;
	}

img.index_logo {
	margin: 0px;
	border-style: none;
	padding: 0px;
	position: absolute;
	left: 10%;
	top: 50%;
	width: 40%;
	display: block;
	transform: translateY(-50%)
}

	img.sub_logo {
		margin: 0px;
		border-style: none;
		padding: 0px;
		position: absolute;
		left: 10px;
		top: 0px;
		height: 60px;
		display: block;
		z-index: 10;
	}

#menu {
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin: 0px auto;
	border-style: none;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 5;
	display: table;
}

	div.menu_header {
		background-color: rgba(255, 255, 255, 0.7);
		font-size: 0.6em;
		font-weight: normal;
		text-decoration: none;
		text-align: right;
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		height: 20px;
		display: table;
	}
	
	div.menu_footer {
		text-align: right;
		margin: 0px;
		border-style: none;
		padding: 0px;
		position: absolute;
		height: 40px;
		right: 0px;
		display: block;
	}

	a.menu {
		background-image: url(../img/menu_pc.png);
		background-attachment: scroll;
		background-repeat: no-repeat;
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 105px;
		height: 40px;
		float: left;
		display: block;
		overflow: hidden;
	}

	a.menu:hover {
		background-color: rgba(255, 0, 128, 0.4);
	}

		a#menu_1 {
			background-position: 0px 0px;
		}

		a#menu_2 {
			background-position: -105px 0px;
		}

		a#menu_3 {
			background-position: -210px 0px;
		}

		a#menu_4 {
			background-position: -315px 0px;
		}

			a#menu_5 {
			background-position: -420px 0px;
		}

/* Page Setting */
section#sub {
	margin: 0px;
	border-style: none;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

section#body {
	margin: 0px auto;
	border-style: none;
	padding: 0px;
	position: absolute;
	top: 80px;
	width: 100%;
	z-index: 20;
	display: block;
}

div.body {
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0px auto;
	border-style: none;
	padding: 10px;
	position: relative;
	width: 950px;
	display: block;
}

	h1.page_title {
		font-size: 1.5em;
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
		background-color: rgba(255, 255, 255, 0.6);
		text-align: left;
		vertical-align: middle;
		line-height: 3em;
		letter-spacing: 3px;
		text-indent: 1em;
		margin: 0px;
		border-style: none;
		padding: 0px;
		position: relative;
		width: 95%;
		clear: both;
		display: block;
	}


div.index_main {
	margin: 0px;
	border-style: none;
	padding: 0px;
	position: fixed;
	left: 50%;
	top: 80px;
	width: 75%;
	height: 100%;
	z-index: 50;
	display: block;
	overflow: none;
	transform: translateX(-50%);
}

	div.float_info {
		font-size: 0.9em;
		font-weight: normal;
		text-decoration: none;
		color: #000000;
		background-color: rgba(255, 255, 255, 0.5);
		margin: 0px;
		border-style: none;
		padding: 5px;
		position: absolute;
		right: 0%;
		bottom: 5em;
		width: 45%;
		height: 12em;
		z-index: 50;
		display: block;
		overflow: auto;
//		transform: translateX(-50%);
	}
	
	div.caption_2023 {
		margin: 0px;
		border-style: none;
		padding: 0px;
		position: absolute;
		top: 150px;
		width: 60%;
		display: block;
	}

	img.ttl_2023 {
		width: 100%;
		margin: 0px;
		border-style: none;
		padding: 0px;
		display: block;
	}

	img.con_2023 {
		margin: 1%;
		border-style: none;
		padding: 0px;
		width: 30%;
		float: left;
		display: block;
	}

	img.sub_2023 {
		margin: 0px;
		border-style: none;
		padding: 0px;
		position: relative;
		height: 5em;
		right: 0px;
		float: none;
		display: block;
	}

h3.ttl3 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/ttl_bg.png);
	background-attachment: scroll;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	line-height: 30px;
	letter-spacing: 2px;
	text-indent: 45px;
	margin: 0px;
	border-style: none;
	padding: 0px;
	width: 100%;
	height: 30px;
	display: block;
	overflow: hidden;
}

.pdf_viewer {
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0px;
	border-style: none;
	padding: 0px;
	position: fixed;
	right: 20px;
	bottom: -470px;
	width: 380px;
	height: 500px;
	z-index: 1000;
	display: block;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.pdf_tag {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #ff0080;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	letter-spacing: 2px;
	margin: 0px;
	border-style: none;
	padding: 0px;
	width: 100%;
	height: 2em;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}






