// Style sheet 2026 Copyright Susumu Nagae

body {
   width:980px;
   background-color: #ffffff;
}


div.nav {
	display: block;
	clear: both;
}


ul.nav li a {
   text-align: center;
   font-size:smaller;
   color: #000000;
   font-weight: bold;
}

ul.nav{
	clear: both;
}

ul.nav li {
   list-style: none;
   float: left;
   text-align: center;
   width: 10pc;
   height: 2pc;
   margin: 2pt;
   background-color: #ffffff;
}

p.nav {
	clear: both;
   text-align: center;
   color:#004e29;
   background-color: #004e29;
   margin: 1pc 0pc 0pc;
   font-size: 1pc;
}

.top-title {
	display: block;
	clear: both;
	margin:40px;
	margin-top:80px;
}

.sub-title {
	display: block;
	clear: both;
	margin-top:40px;
}

div.main {
	display: block;
	clear: both;
	margin:40px;
}


table.company{
	display:block;
	width:480;
	height:144;
}

th.company {
	width: 8pc;
	padding:2pt;
	background-color: #c2c26c;
}

td.company {
	font:1pc;
	padding:2pt;
	background-color: #f8f8f8;
}



small.footer{
   display: block;
   text-align: center;
   font-weight: bold;
   color:#ffffff;
   height: 1.2pc;
   padding: 0.5pc;
   margin: 0px;
   margin-top: 60px;
   background-color: black;
}

div.frame {
  display:inline-block;
  position:relative;
  top:0px;
  left:0px;
  width : 450px;
  height : 567px;
}

div.sample {
  position:relative;
  top:0px;
  left:0px;
  width : 450px;
  height : 567px;
}
iframe.sample {
  position:absolute;
  width:940px;
  height:940px;
  -ms-transform : scale(0.46);
  -moz-transform : scale(0.46);
  -o-transform : scale(0.46);
  -webkit-transform : scale(0.46);
  transform : scale(0.46);
  -ms-transform-origin : 0 0;
  -moz-transform-origin : 0 0;
  -o-transform-origin : 0 0;
  -webkit-transform-origin : 0 0;
  transform-origin : 0 0;
}
a.sample {
   display:block;
   position:absolute;
   top: 500px;
   left:300px;
   width: 120px;
   height : 24px;
   border-radius: 12px;
   text-align: center;
   color: white;
   background-color: black;
}
