@charset "UTF-8";
/* CSS Document */

/* ギャラリー用の基本スタイル*/
.gallery {
	background-color:#C9FFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: left;
	color: #ffffff;
	font-size: 150%;
	background-image: url(ui_blue/bluebg.png);
}


/* サイト表題用*/
.emerald_city{
	border-style: none;
	margin-top: 0px;
	height: 120px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../top/title.png)
}


/* 内容を入れる箱*/
.gallery01_container{
	height: 1600px;
	width: 960px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}


/* イラスト用ボックス*/
#gallery_illust{
  border-radius: 8px;
  position: absolute;
  left: 14px;
  top: 24px;
  width: 924px;
  height: 708px;
  z-index:1;
}

/* 設定説明用ボックス*/
#gallery_box{
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 16px;
	top: 772px;
	width: 832px;
	z-index: 1;
	padding: 48px;
}

/* 戻る*/
.back {
  background-image: url("ui_blue/back.png");
  position: absolute;
  left: 18px;
  top: 624px;
  width: 132px;
  height: 72px;
  z-index:5;
}


/* 次の擬人化へ*/
.next {
  position: absolute;
  left: 606px;
  top: 520px;
  width: 312px;
  height: 72px;
  z-index: 5;
}

/* 前の擬人化へ*/
.prev {
  position: absolute;
  left: 606px;
  top: 624px;
  width: 312px;
  height: 72px;
  z-index: 5;
}