@charset "UTF-8";
/* CSS Document */

body {
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: "Tahoma", "Arial", sans-serif;
	font-size:small;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1,h2,h3 {
	font-family: "Arial", "Helvetica", sans-serif;
	}

.dim{
	color: #888888;
｜ }

.oneColFixCtr #container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*--border: 1px solid #000000;*/
	}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
	line-height: 2em
}
.oneColFixCtr #imageContent {
	margin: 3em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}

.oneColFixCtr #quotation {
	margin: 3em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding 3em;
	text-align: justify;
	background: #dfdfdf;
	border: 20px solid #dfdfdf;
}

.oneColFixCtr #quotation em {
	font-size: medium;
	font-weight: bold;
	font-style:normal;
}


h1 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px black;
}

h3 {
  padding: 0.1em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

.myshadow {
        filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 1));
}


/*global navi*/
div.site.menu {
	/*position: absolute;*/
	margin-top: 3em;
	margin-bottom: 2em;
	/*font-family: "Century Gothic", Arial, "Lucida Sans Unicode", sans-serif;*/
	font-family: "Tahoma", "Arial", sans-serif;
	top: 24px;
	left: 88px;
	width: ;
	height: ;
	color: inherit;
	background: transparent;
	letter-spacing:0.2em;
	}

.site.menu ul {
	background: transparent;
	margin: 0;
	padding: 0;

	}

.site.menu li {
	display: inline;
	margin: 0;
	padding: 10px;
	height: auto;

	}

.site.menu ul li a {
	position: relative;
	top: -1px;
	left: 0px;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 86%;
	padding: 4px 4px 0.5px;
	border-left: 4px solid #999999;
	color: #999999;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

.site.menu ul li a:visited {
	color: #999999;
	background: #FFFFFF;

	}

.site.menu ul li a:hover {
	color: #000000;
	background: #dfdfdf;
	border-left: 4px solid #999999;
	}

.site.menu ul il a:active {
	color: #dfdfdf;
	background: #dfdfdf;
	}

.site.menu ul li span {
	position: relative;
	top: 0px;
	color: #000000;
	/*background: transparent;*/
	/*font-weight: bold;*/
	font-size: 86%;
	padding: 4px 4px 0.5px;
	background: #dfdfdf;
	border-left: 4px solid #999999;
	}


/*lang menu*/
div.lang.menu {
	position: absolute;
	/* margin-top: 1em;
	margin-bottom: 0em; */
	text-align: right;
	/* margin-right: 1000px; */
	/*font-family: "Century Gothic", Arial, "Lucida Sans Unicode", sans-serif;*/
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	font-weight:bold;
	top: 10px;
	right: 10px;
	/* left: 88px; */
	/* width: 120px; */
	height: ;
	color: inherit;
	background: transparent;
	letter-spacing:0.2em;
	}

.lang.menu ul {
	background: transparent;
	margin: 0;
	padding: 0;

	}

.lang.menu li {
	display: inline;
	margin: 0;
	padding: 0px;
	height: auto;

	}

.lang.menu ul li a {
	position: relative;
	top: -1px;
	left: 0px;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 86%;
	padding: 4px 4px 0.5px;
	/*border-left: 4px solid #999999;*/
	color: #999999;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

.lang.menu ul li a:visited {
	color: #999999;
	background: #FFFFFF;

	}

.lang.menu ul li a:hover {
	color: #000000;
	background: #dfdfdf;
	/*border-left: 4px solid #999999;*/
	}

.lang.menu ul il a:active {
	color: #dfdfdf;
	background: #dfdfdf;
	}

.lang.menu ul li span {
	position: relative;
	top: 0px;
	color: #000000;
	/*background: transparent;*/
	/*font-weight: bold;*/
	font-size: 86%;
	padding: 4px 4px 0.5px;
	background: #dfdfdf;
	/*border-left: 4px solid #999999;*/
	}
