body {
	color: #000;
	backGround-color:  skyblue;
}
table {
	width: 800px;
	border: 0;
	padding: 0;
	margin: 0px 5px 0px 5px;
	border-collapse: collapse;
}
table.list {
	border-collapse: collapse;
	margin: 1em 0;
}
table.list th, table.list td {
	border: 1px solid #666;
	padding: 4px;
	line-height: 1.25em;
}
table.list th {
	background: #ccc;
}
table.list td {
	background: #fff;
}

table.list2 {
	border-collapse: collapse;
	margin: 1em 0;
}
table.list2 th, table.list2 td {
	border: 1px solid #666;
	padding: 4px;
	line-height: 1em;
}
table.list2 th {
	background: #ccc;
}
table.list2 td {
	background: #fff;
}


#heading05{
	position:relative;
	padding:4px 30px;
	font:bold 28px/1.6 Arial, Helvetica, sans-serif;
	color:dodgerblue;
	background:#fff;
	text-shadow:
		1px 1px 0 #fff,
		2px 2px 0 #999;
	border-top:deepskyblue solid 3px;
	border-bottom:deepskyblue solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
#heading05:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:deepskyblue;
}
#heading05:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}

h2 {
	font-size:18px;
	background: linear-gradient(transparent 70%, lightcyan 70%);
}
h3 {
	border-left: 20px solid deepskyblue;
	padding: 20px;
	background: lightcyan;
	font-size:1.2rem;
	line-height: 0em;
	font-weight:bold;
}

@font-face{ 
  font-family: 'hkgyo_v';
  src: url('font/hkgyo_v.eot');
  src: url('font/hkgyo_v.eot?#iefix') format('embedded-opentype'),
       url('font/hkgyo_v.woff') format('woff'),
       url('font/hkgyo_v.ttf') format('truetype');
  font-display: swap;
}

.div2{
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
  width:100px;
  height:100%;
  margin:0 auto;
  padding:20px 4px 20px 4px;
  background-color:#FFFFFF;
}
.div3{
  text-align: center;
  width:auto;
  margin:0 auto;
}

a:hover {
	color:lightgreen;
}
a:link {
	color:royalblue;
}
a:visited {
	color:royalblue;
}
a:active {
	color:lightgreen;
}

.inline-block1{
	background-color:skyblue;    /* 背景色指定 */
	padding: 4px 8px 4px 8px;              /* 余白指定 */
	vertical-align: top;
}
.inline-block2{
	font-size:14px;
	background-color:skyblue;    /* 背景色指定 */
	padding: 5px 0px 5px 0px;              /* 余白指定 */
	line-height: 1.7em;
}
#footer{
	width:100%; 
	height:30px; 
	position: fixed;
	bottom:0;
	background-color:#cccccc;
	color:#323232;
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
	line-height: 30px;
	z-index: 99999;
}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 160px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
