﻿/*共通*/
@charset "UTF-8";

body {
    -webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.2em;
}
html, body {
	height: 100%;
	width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
#floor {
	width: 100%;
	min-width: 850px;
/*	height:95%;*/
	height: 100%;
	min-height: 100%;
	white-space: nowrap;
	margin: 0 auto;
	position: relative;
}
.clear {
	clear: both;
}

/*大枠のレイアウト*/
header, nav, article, footer {
	display: block;
}
header {
	width:100%;
	height: 145px;
	text-align: left;
	position: relative;
}
nav {
	float: left;
	width: 180px;
/*	height:400px;*/
	height: calc(100% - 200px);
/*	min-height: 450px;*/
	text-align: left;
	padding-top:20px;
	padding-left: 20px;
	overflow: auto;
	position: relative;
}
article {
	width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
/*	height: -webkit-calc(100% - 200px);*/
	height: calc(100% - 200px);
/*	min-height: 420px;
	overflow: auto;*/
	overflow: auto;
	position: relative;
	scroll-behavior: smooth;
}
footer {
	width: 100%;
	min-width: 550px;
	height: 60px;
	clear: left;
	bottom: 15px;
	position: fixed;
}

/*メニュー*/
#menu {
	box-shadow: 3px 3px 3px #aaa;
	list-style-type: none;
	width: 170px;
	padding-bottom: 15px;
}
#menu a {
	text-decoration: none;
}
#menu .cat1{
	font-size: 10pt;
	font-weight: bold;
	color: #33E;
	display: block;
}
#menu .cat1 a:hover{
	background-color: #C6F0F9;
	text-shadow: 1.5px 1px 0px rgba(255,255,255,1), 2px 2px 30px rgba(200,200,200,1);
	color: #00F;
}
#menu .cat2{
	font-size: 10pt;
	font-weight: bold;
	color: blue;
}
#menu ul{
	display: block;
	margin: 2px 5px 20px 5px;
}
#menu li{
	border-radius: 10px;
	display: inline;
}
#menu li a{
	display: block;
	background-color: #C0D0FF;
	padding: 3px 10px;
	text-shadow: -0.5px -0.5px 0.5px rgba(230,230,255,0.7), 0.5px 0.5px 1px rgba(20,20,100,0.5);
	color: #000;
	width: 110px;
	margin: 2px 0px;
	text-align: left;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px 1px 1px 7px;
	border-color: #99A #99A #99A #25F;
}
#menu li a:hover{
	background-color: #AEBEEC;
	text-shadow: -0.5px -0.5px 0.5px rgba(255,255,255,1), 1px 1px 1px rgba(20,20,100,0.5), 2px 2px 30px rgba(100,200,255,1);
	color: #22D;
}

/*ヘッダー*/
#logo {
	float: left;
	width: 330px;
	text-align: center;
}
address {
	float: left;
	font-size: 9pt;
	padding-left: 20px;
	padding-top: 15px;
	display: block;
}
#nhsm {
	float: right;
	padding-right: 80px;
	padding-top: 15px;
	display: block;
}
#headerbase {
	position: relative;
	white-space: nowrap;
}
#index {
	width: 180px;
	padding-top: 5px;
	padding-left: 20px;
	float: left;
}
.fence {
	width: 650px;
	width: -webkit-calc(95% - 200px);
	width: calc(95% - 200px);
	min-width: 550px;
	border-bottom: 3px double #3366FF;
	height: 15px;
	float: left;
	position: relative;
}

/*フッター*/
.footer {
	background-image: url(../images/banner-l.gif);
	background-repeat: no-repeat;
	background-position: 95% 0%;
	height: 100%;
	position: relative;
}
#copyright {
	font-size: 8pt;
	color: #66b3ff;
	padding-left: 30px;
	bottom: 3px;
	position: absolute;
	display: block;
}
