
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", sans-serif;
	-webkit-text-size-adjust: 100%;
/*	background-color: #FC3;
*/
}

a:hover {
	color: red;
	background-color: #fee;
}

.images p {
	display: inline-block;
	text-align: center;
	line-height: 1.2;
}
.images p a {
	display: block;
/*		color: #fff;
*/
}




.titleBox {
  position: relative; /* 子要素の aboslute 配置用 */
  height: 400px;
  background: #597380;
}

.titleBox > * {
  /* 子要素をすべて上下に中央寄せする */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.titleBox > .titleBox_imageLeft {
  left: 0;
}

.titleBox > .titleBox_imageRight {
  right: 0;
}

.titleBox > h1 {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  color: #eee;
  text-shadow: 2px 2px 3px black;
}
