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

 a:link {
    color: #161515;
	background-color: aliceblue;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: rgba(237,159,159,1.00);
}
a:active {
    text-decoration: none;
}

.photo {/*親div*/
  position: relative;/*相対配置*/
  }

.a1 {
    position: absolute;/*絶対配置*/
    color: rgba(248,247,247,1);/*文字は白に*/
    font-weight: bold; /*太字に*/
    font-size: 1.5em;/*サイズ2倍*/
    top: 267px;
    left: 76px;
  }
 
.a2 {
    position: absolute;/*絶対配置*/
    color: rgba(248,247,247,1);/*文字は白に*/
    font-weight: bold; /*太字に*/
    font-size: 1.5em;/*サイズ2倍*/
    top: 495px;
    left: 44px;
  }
.b1 {
    position: absolute;/*絶対配置*/
    color: rgba(248,247,247,1);/*文字は白に*/
    font-weight: bold; /*太字に*/
    font-size: 1.5em;/*サイズ2倍*/
    top: 478px;
    left: 350px;
  }
.b2 {
    position: absolute;/*絶対配置*/
    color: rgba(248,247,247,1);/*文字は白に*/
    font-weight: bold; /*太字に*/
    font-size: 1.5em;/*サイズ2倍*/
    top: 415px;
    left: 338px;
  }
.c1 {
    position: absolute;/*絶対配置*/
    color: rgba(248,247,247,1);/*文字は白に*/
    font-weight: bold; /*太字に*/
    font-size: 1.5em;/*サイズ2倍*/
    top: 263px;
    left: 623px;
  }
.c2 {
    position: absolute;/*絶対配置*/
    color: rgba(248,247,247,1);/*文字は白に*/
    font-weight: bold; /*太字に*/
    font-size: 1.5em;/*サイズ2倍*/
    top: 477px;
    left: 616px;
  }
.d1 {
    position: absolute;/*絶対配置*/
    color: rgba(248,247,247,1);/*文字は白に*/
    font-weight: bold; /*太字に*/
    font-size: 1.5em;/*サイズ2倍*/
    top: 250px;
    left: 865px;
  }
.d2 {
    position: absolute;/*絶対配置*/
    color: rgba(248,247,247,1);/*文字は白に*/
    font-weight: bold; /*太字に*/
    font-size: 1.5em;/*サイズ2倍*/
    top: 463px;
    left: 810px;
    width: 156px;
  }
.photo img {
  width: 1000px;
  }
