a:link,a:visited,a:active{
color:#003399;
text-decoration:none;
}

a:hover{
color:#ffcc33;
text-decoration:none;
}

html{
	scrollbar-base-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-track-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color:#666;
	scrollbar-shadow-color:#666;
	scrollbar-darkshadow-color:#fff;
	scrollbar-arrow-color:#666;
}

body{
	width: 600px;
/*	text-align: center;	*/
	
	margin:30px 40px;
	padding:0px;
	color:#666;
	font-size:16px;
	font-family:Arial,ＭＳ Ｐゴシック;
	line-height:180%;
	background-color:#fff;
}

table{
	font-size:12px;
	line-height:150%;
}

form{
	margin:0px;
}

input,textarea,select{
	margin-bottom:2px;
	color:#666;
	font-size:12px;
	font-family:Arial,ＭＳ Ｐゴシック;
	background-color:#fff;
	border:1px solid #666;
}

/* Start h2 class ???? */
h2{
	margin:0px;
	padding:0px 0px 0px 5px;
	font-size:24px;
	background-color:#ffcccc;
	background-image:url(bg2.gif);
	border:0px solid #666;
}

.p1{
	margin:10px 0px 40px 0px;
}

.p2{
	margin:10px 0px 40px 0px;
	line-height:20px;
	background-color:#fff;
	background-image:url(p2.gif);
}
/* PopUp */
.tmb {
  width: 50%;
}
.tmb_50 {
  width: 50%;
}
.tmb_80 {
  width: 80%;
}
.tmb_150 {
  width: 150%;
}
.tmb_200 {
  width: 200%;
}
.tmb_img {
  width: 100%;
  height: auto;
}
.tmb_img:hover {
  cursor: pointer;
}
.popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}
.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 1vh;
  right: 1vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}
.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: '';
}
.popup__btn::before {
  transform: rotate(45deg);
}
.popup__btn::after {
  transform: rotate(-45deg);
}
.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__img {
  z-index: 11;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}
/* End h2 class ???? */

div#textbox1 { width: 230px; background-color: #cff; padding: 5px }
div#textbox2 { width: 460px; background-color: #cff; padding: 5px ;position : relative;left: 20px}
