

body{
	margin:0;
	font-size:14px;
	font-family: "CI", "Arial";
}

.headcopy {
	position: relative;
/*	background-image: url(./index.png);*/
	background-size: auto;
	background-position: revert;
	height: auto;
  }

.toppic{
	position: relative;
	width: 1000px;
	height: 750px;
	overflow: hidden;
	margin: 0 auto;
}

.toppic img{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  display: block;
	  width: 1000px;
	  height: auto;
	  transform: translate(-50%,-70%);
}


.headcopy h1 {
	position: absolute;
	color: #000000;
	top: 40%;
	left: 0;
	right:0;
	font-weight: 300;
	font-size:70px;
	text-shadow: 2px 2px 2px #fff;
	text-align:center;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
  }



.headcopy h2 {
	position: absolute;
	color: #000000;
	top: calc(40% + 80px);
	left: 0;
	right:0;
	font-weight: 600;
	font-size:25px;
	text-shadow: 2px 2px 2px #fff;
	text-align:center;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
  }

.main{
	margin:20px auto;
	width:1200px;
}

.lang-area{
	width:800px;
	margin:20px auto;
	text-align:right;
}

.lang-area a{
	color:blue;
	text-decoration: none;
}

.lang-area a:hover{
	color:red;
	text-decoration: underline;
}

.lang-area a:active{
	color : #f00;
}

.title{
	background: #e6e6e6;
	font-weight:600;
	font-size:18px;
	padding:30px;
	width:800px;
	margin:0 auto;
}

table{
	margin:0 auto;
	width:800px;
}

table tr{
	border-bottom: 1px dotted #d7d7d7;
}

table th{
	border-bottom: 1px dotted #d7d7d7;
	padding:20px 10px;
	text-align:left;
}

table td{
	border-bottom: 1px dotted #d7d7d7;
	padding:30px;
}

.font2{
	font-weight: 600;
}

ul{
	margin: 0px;
	padding: 0px;
}



}