  body {
	background-image:  url("bg/citypop.png"), url("img/943400sgbuuqy17f.gif"), url("bg/tumblr_inline_ml0ucgrQPj1qz4rgp copy.png"), url("bg/tumblr_inline_ml0ucgrQPj1qz4rgp copy.png");
	background-repeat: repeat-x, repeat-x, repeat;
	background-position: bottom left, top left, center;
	background-attachment: fixed, fixed, fixed;
	}
	.box21 {
	margin:1em 0; /* 闕ｳ・ｭ陞滂ｽｮ陝・・笳狗ｸｺ・ｯ0郢ｧ隱埠to邵ｺ・ｫ陞溽判蟲ｩ */
	width:50% /* 陝ｷ繝ｻ*/
	}
	
	.u01 {
	background:url('sozai/h-ue.gif') repeat-x;
	height:23px;
	margin:0 23px
	}
.s01 {
background:url('sozai/h-sita.gif') repeat-x;
height:23px;
margin:0 23px
}
.box-top {
background-image:url('sozai/h-kado1.gif'), url('sozai/h-kado2.gif');
background-position:top left, top right;
background-repeat:no-repeat, no-repeat;
height:23px
}
.box-center {
background-image:url('sozai/h-migi.gif'), url('sozai/h-hidari.gif');
background-position:top right, top left;
background-repeat:repeat-y, repeat-y
}
.box-inner {
background:#e5d6ff; /* 髢ｭ譴ｧ蜍ｹ豼ｶ・ｲ */
margin:0 23px
}
.box-bottom {
background-image:url('sozai/h-kado3.gif'), url('sozai/h-kado4.gif');
background-position:top left, top right;
background-repeat:no-repeat, no-repeat;
height:23px;
}
/*Tab Set 1*/

.tab {
  overflow: hidden;
  border: none;
  display: flex;
justify-content: center;
align-items: center;
}

.tab button {
background-color: #e5d6ff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 5px;
  transition: 0.3s;
  font-weight: bold;
  color: #e21b55;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 20px;
}
.tab button:hover {
  background-color: #df8bc6;
}

.tab button.active {
  background-color: #e5d6ff;
}

.tabcontent {
color: #ff9dd9;
  display: none;
  padding: 6px 15px;
  width: 70%;
  border: none;
  border-top: none;
  background-image:url('bg/Space.gif');
}